Lines Matching refs:curs
49 if (clr.curs) head->func->curs_clr(head); in nv50_head_flush_clr()
55 if (asyh->set.curs ) head->func->curs_set(head, asyh); in nv50_head_flush_set_wndw()
389 asyh->curs.visible = false; in nv50_head_atomic_check()
403 if (asyh->curs.visible) { in nv50_head_atomic_check()
404 if (memcmp(&armh->curs, &asyh->curs, sizeof(asyh->curs))) in nv50_head_atomic_check()
405 asyh->set.curs = true; in nv50_head_atomic_check()
407 if (armh->curs.visible) { in nv50_head_atomic_check()
408 asyh->clr.curs = true; in nv50_head_atomic_check()
421 asyh->clr.curs = armh->curs.visible; in nv50_head_atomic_check()
424 asyh->set.curs = asyh->curs.visible; in nv50_head_atomic_check()
464 asyh->curs = armh->curs; in nv50_head_atomic_duplicate_state()
556 struct nv50_wndw *base, *ovly, *curs; in nv50_head_create() local
584 ret = nv50_curs_new(drm, head->base.index, &curs); in nv50_head_create()
592 drm_crtc_init_with_planes(dev, crtc, &base->plane, &curs->plane, in nv50_head_create()