Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_connector.h65 int dithering_depth; member
Dnouveau_connector.c514 if (property == disp->dithering_depth) { in nouveau_connector_set_property()
515 nv_connector->dithering_depth = value; in nouveau_connector_set_property()
1077 if (disp->dithering_depth) { in nouveau_connector_create()
1078 nv_connector->dithering_depth = DITHERING_DEPTH_AUTO; in nouveau_connector_create()
1080 disp->dithering_depth, in nouveau_connector_create()
1081 nv_connector->dithering_depth); in nouveau_connector_create()
Dnv50_crtc.c152 if (nv_connector->dithering_depth == DITHERING_DEPTH_AUTO) { in nv50_crtc_set_dither()
156 mode |= nv_connector->dithering_depth; in nv50_crtc_set_dither()
Dnouveau_display.c280 PROP_ENUM(disp->dithering_depth, gen, "dithering depth", dither_depth); in nouveau_display_create()
Dnvd0_display.c382 if (nv_connector->dithering_depth == DITHERING_DEPTH_AUTO) { in nvd0_crtc_set_dither()
386 mode |= nv_connector->dithering_depth; in nvd0_crtc_set_dither()
Dnouveau_drv.h403 struct drm_property *dithering_depth; member