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);
406 asyh->curs.visible = false;
420 if (asyh->curs.visible) {
421 if (memcmp(&armh->curs, &asyh->curs, sizeof(asyh->curs)))
422 asyh->set.curs = true;
424 if (armh->curs.visible) {
425 asyh->clr.curs = true;
438 asyh->clr.curs = armh->curs.visible;
441 asyh->set.curs = asyh->curs.visible;
481 asyh->curs = armh->curs;
574 struct nv50_wndw *base, *ovly, *curs;
602 ret = nv50_curs_new(drm, head->base.index, &curs);
610 drm_crtc_init_with_planes(dev, crtc, &base->plane, &curs->plane,