Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_display.h42 struct drm_property *dithering_mode; member
H A Dnouveau_connector.c119 else if (property == disp->dithering_mode) in nouveau_conn_atomic_get_property()
196 if (property == disp->dithering_mode) { in nouveau_conn_atomic_set_property()
352 if (disp->dithering_mode) { in nouveau_conn_attach_properties()
354 disp->dithering_mode, in nouveau_conn_attach_properties()
798 nv_connector->dithering_mode = asyc->dither.mode; in nouveau_connector_set_property()
1440 nv_connector->dithering_mode = DITHERING_MODE_AUTO; in nouveau_connector_create()
H A Dnouveau_connector.h116 int dithering_mode; member
H A Dnouveau_display.c482 PROP_ENUM(disp->dithering_mode, gen, "dithering mode", dither_mode); in nouveau_display_create_properties()
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
H A Dnouveau_dispnv04_dfp.c422 if ((nv_connector->dithering_mode == DITHERING_MODE_ON) || in nv04_dfp_mode_set()
423 (nv_connector->dithering_mode == DITHERING_MODE_AUTO && in nv04_dfp_mode_set()