Lines Matching refs:curs
25 #include "curs.h"
48 if (clr.curs) head->func->curs_clr(head);
54 if (asyh->set.curs ) head->func->curs_set(head, asyh);
384 asyh->curs.visible = false;
398 if (asyh->curs.visible) {
399 if (memcmp(&armh->curs, &asyh->curs, sizeof(asyh->curs)))
400 asyh->set.curs = true;
402 if (armh->curs.visible) {
403 asyh->clr.curs = true;
416 asyh->clr.curs = armh->curs.visible;
419 asyh->set.curs = asyh->curs.visible;
459 asyh->curs = armh->curs;
553 struct nv50_wndw *base, *ovly, *curs;
581 ret = nv50_curs_new(drm, head->base.index, &curs);
589 drm_crtc_init_with_planes(dev, crtc, &base->plane, &curs->plane,