xf86-video-ati: Branch 'randr-1.2'

Alex Deucher agd5f at kemper.freedesktop.org
Thu Jun 21 22:03:37 PDT 2007


 src/radeon_driver.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree b9fac5695bf8f123b391e3b162c4865258a685dd (from ec1fd2c388ec2c4033644776ee8588405a3d25f1)
Author: Andrew Randrianasulu <randrik at mail.ru>
Date:   Fri Jun 22 01:01:14 2007 -0400

    RADEON: Fix VT switch hangs
    
    - re-order DRI resume functions in EnterVT()
    - fixes bug 11287

diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 8f6ff2b..08157d1 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -5482,10 +5482,10 @@ Bool RADEONEnterVT(int scrnIndex, int fl
     	}
 
 	/* get the DRI back into shape after resume */
+	RADEONDRISetVBlankInterrupt (pScrn, TRUE);
 	RADEONDRIResume(pScrn->pScreen);
 	RADEONAdjustMemMapRegisters(pScrn, &info->ModeReg);
 
-	RADEONDRISetVBlankInterrupt (pScrn, TRUE);
     }
 #endif
     /* this will get XVideo going again, but only if XVideo was initialised


More information about the xorg-commit mailing list