summaryrefslogtreecommitdiff
path: root/src/i830_lvds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/i830_lvds.c')
-rw-r--r--src/i830_lvds.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/i830_lvds.c b/src/i830_lvds.c
index 6f7750ad..7e5ce67a 100644
--- a/src/i830_lvds.c
+++ b/src/i830_lvds.c
@@ -230,8 +230,9 @@ i830_lvds_mode_set(xf86OutputPtr output, DisplayModePtr mode,
VERT_AUTO_SCALE | HORIZ_AUTO_SCALE |
VERT_INTERP_BILINEAR | HORIZ_INTERP_BILINEAR);
- if (pI830->panel_wants_dither)
- pfit_control |= PANEL_8TO6_DITHER_ENABLE;
+ if (!IS_I965G(pI830))
+ if (pI830->panel_wants_dither)
+ pfit_control |= PANEL_8TO6_DITHER_ENABLE;
OUTREG(PFIT_CONTROL, pfit_control);
}