Lines Matching refs:dither
72 if (asyh->set.dither ) head->func->dither (head, asyh);
98 if (asyc->dither.mode) {
99 if (asyc->dither.mode == DITHERING_MODE_AUTO) {
103 mode = asyc->dither.mode;
106 if (asyc->dither.depth == DITHERING_DEPTH_AUTO) {
110 mode |= asyc->dither.depth;
114 asyh->dither.enable = NVVAL_GET(mode, NV507D, HEAD_SET_DITHER_CONTROL, ENABLE);
115 asyh->dither.bits = NVVAL_GET(mode, NV507D, HEAD_SET_DITHER_CONTROL, BITS);
116 asyh->dither.mode = NVVAL_GET(mode, NV507D, HEAD_SET_DITHER_CONTROL, MODE);
117 asyh->set.dither = true;
371 asyc->set.dither = true;
389 if (asyc->set.dither)
484 asyh->dither = armh->dither;