Searched refs:set_dither (Results 1 – 3 of 3) sorted by relevance
73 int (*set_dither)(struct nouveau_crtc *crtc, bool update); member
558 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()
1421 head->base.set_dither = nv50_crtc_set_dither; in nv50_crtc_create()