Lines Matching refs:dither
61 if (asyh->set.dither ) head->func->dither (head, asyh); in nv50_head_flush_set()
87 if (asyc->dither.mode == DITHERING_MODE_AUTO) { in nv50_head_atomic_check_dither()
91 mode = asyc->dither.mode; in nv50_head_atomic_check_dither()
94 if (asyc->dither.depth == DITHERING_DEPTH_AUTO) { in nv50_head_atomic_check_dither()
98 mode |= asyc->dither.depth; in nv50_head_atomic_check_dither()
101 asyh->dither.enable = mode; in nv50_head_atomic_check_dither()
102 asyh->dither.bits = mode >> 1; in nv50_head_atomic_check_dither()
103 asyh->dither.mode = mode >> 3; in nv50_head_atomic_check_dither()
104 asyh->set.dither = true; in nv50_head_atomic_check_dither()
300 asyc->set.dither = true; in nv50_head_atomic_check()
324 if (asyc->set.dither) in nv50_head_atomic_check()
414 asyh->dither = armh->dither; in nv50_head_atomic_duplicate_state()