Searched refs:dithering_mode (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_display.h25 struct drm_property *dithering_mode; member in struct:nouveau_display
H A Dnouveau_connector.h136 int dithering_mode; member in struct:nouveau_connector
H A Dnouveau_connector.c113 else if (property == disp->dithering_mode)
191 if (property == disp->dithering_mode) {
347 if (disp->dithering_mode) {
349 disp->dithering_mode,
807 nv_connector->dithering_mode = asyc->dither.mode;
1469 nv_connector->dithering_mode = DITHERING_MODE_AUTO;
H A Dnouveau_display.c659 PROP_ENUM(disp->dithering_mode, gen, "dithering mode", dither_mode);
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Ddfp.c418 if ((nv_connector->dithering_mode == DITHERING_MODE_ON) ||
419 (nv_connector->dithering_mode == DITHERING_MODE_AUTO &&

Completed in 120 milliseconds