xf86-video-ati: Branch '6.12-branch'

Alex Deucher agd5f at kemper.freedesktop.org
Fri Sep 25 14:08:43 PDT 2009


 src/radeon_driver.c |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit ecc192e2e5d72090bb35b142c6dc4639ec2542f0
Author: Dave Airlie <airlied at linux.ie>
Date:   Sat Sep 26 06:03:51 2009 +1000

    radeon: fix zaphod

diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 551cb7f..800397c 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -3727,6 +3727,8 @@ Bool RADEONScreenInit(int scrnIndex, ScreenPtr pScreen,
     memset(info->FB + pScrn->fbOffset, 0,
            pScrn->virtualY * pScrn->displayWidth * info->CurrentLayout.pixel_bytes);
 
+    pScrn->pScreen = pScreen;
+
     /* set the modes with desired rotation, etc. */
     if (!xf86SetDesiredModes (pScrn))
 	return FALSE;


More information about the xorg-commit mailing list