Lines Matching full:dither
115 *val = asyc->dither.mode; in nouveau_conn_atomic_get_property()
117 *val = asyc->dither.depth; in nouveau_conn_atomic_get_property()
193 if (asyc->dither.mode != val) { in nouveau_conn_atomic_set_property()
194 asyc->dither.mode = val; in nouveau_conn_atomic_set_property()
195 asyc->set.dither = true; in nouveau_conn_atomic_set_property()
199 if (asyc->dither.mode != val) { in nouveau_conn_atomic_set_property()
200 asyc->dither.depth = val; in nouveau_conn_atomic_set_property()
201 asyc->set.dither = true; in nouveau_conn_atomic_set_property()
239 asyc->dither = armc->dither; in nouveau_conn_atomic_duplicate_state()
265 asyc->dither.mode = DITHERING_MODE_AUTO; in nouveau_conn_reset()
266 asyc->dither.depth = DITHERING_DEPTH_AUTO; in nouveau_conn_reset()
351 armc->dither.mode); in nouveau_conn_attach_properties()
356 armc->dither.depth); in nouveau_conn_attach_properties()
785 nv_connector->dithering_mode = asyc->dither.mode; in nouveau_connector_set_property()