Lines Matching defs:base
23 #include "base.h"
70 if (asyh->set.base ) head->func->base (head, asyh);
100 if (asyh->base.depth > asyh->or.bpc * 3)
228 struct nv50_disp *disp = nv50_disp(head->base.base.dev);
342 if (armh->base.depth != asyh->base.depth)
379 asyh->set.base = armh->base.cpp != asyh->base.cpp;
385 asyh->base.cpp = 0;
460 asyh->base = armh->base;
497 nvif_notify_dtor(&head->base.vblank);
541 if (drm_crtc_handle_vblank(&nv_crtc->base))
542 nv50_crc_handle_vblank(nv50_head(&nv_crtc->base));
553 struct nv50_wndw *base, *ovly, *curs;
564 head->base.index = index;
572 ret = nv50_base_new(drm, head->base.index, &base);
573 ret = nv50_ovly_new(drm, head->base.index, &ovly);
576 head->base.index * 2 + 0, &base);
578 head->base.index * 2 + 1, &ovly);
581 ret = nv50_curs_new(drm, head->base.index, &curs);
587 nv_crtc = &head->base;
588 crtc = &nv_crtc->base;
589 drm_crtc_init_with_planes(dev, crtc, &base->plane, &curs->plane,
590 funcs, "head-%d", head->base.index);
594 drm_crtc_enable_color_mgmt(crtc, base->func->ilut_size,