Searched refs:dithering_depth (Results 1 – 6 of 6) sorted by relevance
65 int dithering_depth; member
514 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()
152 if (nv_connector->dithering_depth == DITHERING_DEPTH_AUTO) { in nv50_crtc_set_dither()156 mode |= nv_connector->dithering_depth; in nv50_crtc_set_dither()
280 PROP_ENUM(disp->dithering_depth, gen, "dithering depth", dither_depth); in nouveau_display_create()
382 if (nv_connector->dithering_depth == DITHERING_DEPTH_AUTO) { in nvd0_crtc_set_dither()386 mode |= nv_connector->dithering_depth; in nvd0_crtc_set_dither()
403 struct drm_property *dithering_depth; member