Home
last modified time | relevance | path

Searched refs:dithering_depth (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_connector.h73 int dithering_depth; member
Dnouveau_display.h47 struct drm_property *dithering_depth; member
Dnouveau_connector.c564 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()
Dnouveau_display.c426 PROP_ENUM(disp->dithering_depth, gen, "dithering depth", dither_depth); in nouveau_display_create_properties()
Dnv50_display.c709 if (nv_connector->dithering_depth == DITHERING_DEPTH_AUTO) { in nv50_crtc_set_dither()
713 mode |= nv_connector->dithering_depth; in nv50_crtc_set_dither()