Lines Matching refs:curs
42 if (clr.curs) head->func->curs_clr(head); in nv50_head_flush_clr()
58 if (asyh->set.curs ) head->func->curs_set(head, asyh); in nv50_head_flush_set()
341 asyh->curs.visible = false; in nv50_head_atomic_check()
355 if (asyh->curs.visible) { in nv50_head_atomic_check()
356 if (memcmp(&armh->curs, &asyh->curs, sizeof(asyh->curs))) in nv50_head_atomic_check()
357 asyh->set.curs = true; in nv50_head_atomic_check()
359 if (armh->curs.visible) { in nv50_head_atomic_check()
360 asyh->clr.curs = true; in nv50_head_atomic_check()
373 asyh->clr.curs = armh->curs.visible; in nv50_head_atomic_check()
376 asyh->set.curs = asyh->curs.visible; in nv50_head_atomic_check()
411 asyh->curs = armh->curs; in nv50_head_atomic_duplicate_state()
468 struct nv50_wndw *curs, *wndw; in nv50_head_create() local
489 ret = nv50_curs_new(drm, head->base.index, &curs); in nv50_head_create()
496 drm_crtc_init_with_planes(dev, crtc, &wndw->plane, &curs->plane, in nv50_head_create()