diff --git a/src/atombios_crtc.c b/src/atombios_crtc.c index 4941e60..80e8f6d 100644 --- a/src/atombios_crtc.c +++ b/src/atombios_crtc.c @@ -394,6 +394,9 @@ atombios_crtc_mode_set(xf86CrtcPtr crtc, /* unlock the grph regs */ OUTREG(AVIVO_D1GRPH_UPDATE + radeon_crtc->crtc_offset, 0); + OUTREG(AVIVO_D1SCL_SCALER_ENABLE, 0); + OUTREG(0x6594, 0); + /* lock the mode regs */ OUTREG(AVIVO_D1SCL_UPDATE + radeon_crtc->crtc_offset, AVIVO_D1SCL_UPDATE_LOCK);