Lines Matching full:dither
114 *val = asyc->dither.mode; in nouveau_conn_atomic_get_property()
116 *val = asyc->dither.depth; in nouveau_conn_atomic_get_property()
192 if (asyc->dither.mode != val) { in nouveau_conn_atomic_set_property()
193 asyc->dither.mode = val; in nouveau_conn_atomic_set_property()
194 asyc->set.dither = true; in nouveau_conn_atomic_set_property()
198 if (asyc->dither.mode != val) { in nouveau_conn_atomic_set_property()
199 asyc->dither.depth = val; in nouveau_conn_atomic_set_property()
200 asyc->set.dither = true; in nouveau_conn_atomic_set_property()
238 asyc->dither = armc->dither; in nouveau_conn_atomic_duplicate_state()
264 asyc->dither.mode = DITHERING_MODE_AUTO; in nouveau_conn_reset()
265 asyc->dither.depth = DITHERING_DEPTH_AUTO; in nouveau_conn_reset()
350 armc->dither.mode); in nouveau_conn_attach_properties()
355 armc->dither.depth); in nouveau_conn_attach_properties()
789 nv_connector->dithering_mode = asyc->dither.mode; in nouveau_connector_set_property()