Home
last modified time | relevance | path

Searched refs:set_dither (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_crtc.h73 int (*set_dither)(struct nouveau_crtc *crtc, bool update); member
Dnouveau_connector.c558 if (!nv_crtc || !nv_crtc->set_dither) in nouveau_connector_set_property()
561 return nv_crtc->set_dither(nv_crtc, true); in nouveau_connector_set_property()
566 if (!nv_crtc || !nv_crtc->set_dither) in nouveau_connector_set_property()
569 return nv_crtc->set_dither(nv_crtc, true); in nouveau_connector_set_property()
Dnv50_display.c1442 head->base.set_dither = nv50_crtc_set_dither; in nv50_crtc_create()