Lines Matching refs:dither
115 *val = asyc->dither.mode; in nouveau_conn_atomic_get_property()
117 *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()
256 asyc->dither.mode = DITHERING_MODE_AUTO; in nouveau_conn_reset()
257 asyc->dither.depth = DITHERING_DEPTH_AUTO; in nouveau_conn_reset()
336 armc->dither.mode); in nouveau_conn_attach_properties()
341 armc->dither.depth); in nouveau_conn_attach_properties()
765 nv_connector->dithering_mode = asyc->dither.mode; in nouveau_connector_set_property()