Searched refs:dithering_depth (Results 1 – 5 of 5) sorted by relevance
73 int dithering_depth; member
47 struct drm_property *dithering_depth; member
564 if (property == disp->dithering_depth) { in nouveau_connector_set_property()565 nv_connector->dithering_depth = value; in nouveau_connector_set_property()1252 if (disp->dithering_depth) { in nouveau_connector_create()1254 disp->dithering_depth, in nouveau_connector_create()1256 dithering_depth); in nouveau_connector_create()1257 nv_connector->dithering_depth = DITHERING_DEPTH_AUTO; in nouveau_connector_create()
426 PROP_ENUM(disp->dithering_depth, gen, "dithering depth", dither_depth); in nouveau_display_create_properties()
709 if (nv_connector->dithering_depth == DITHERING_DEPTH_AUTO) { in nv50_crtc_set_dither()713 mode |= nv_connector->dithering_depth; in nv50_crtc_set_dither()