diff options
-rw-r--r-- | src/i830_display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_display.c b/src/i830_display.c index 622209b9..2f1e7abf 100644 --- a/src/i830_display.c +++ b/src/i830_display.c @@ -858,7 +858,7 @@ i830_crtc_dpms(xf86CrtcPtr crtc, int mode) OUTREG(VGACNTRL, VGA_DISP_DISABLE); /* May need to leave pipe A on */ - if ((pipe != 0) || (!pI830->quirk_flag & QUIRK_PIPEA_FORCE)) + if ((pipe != 0) || !(pI830->quirk_flag & QUIRK_PIPEA_FORCE)) { /* Disable display plane */ temp = INREG(dspcntr_reg); |