xf86-video-ati: Branch 'master'

Dave Airlie airlied at kemper.freedesktop.org
Tue Nov 28 08:31:15 EET 2006


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

New commits:
diff-tree 35a5eaf5adf103ef57f8d4590dae25b0c50bd780 (from ba047ae863aac869595a31ea94f102084636fd29)
Author: airlied <airlied at optimus.localdomain>
Date:   Tue Nov 28 17:31:05 2006 +1100

    fixup EXA after previous commit

diff --git a/src/radeon_exa.c b/src/radeon_exa.c
index 0f4c42e..8dd13f2 100644
--- a/src/radeon_exa.c
+++ b/src/radeon_exa.c
@@ -394,7 +394,7 @@ Bool RADEONSetupMemEXA (ScreenPtr pScree
     else
 	screen_size = pScrn->virtualY * byteStride;
 
-    info->exa->memoryBase = info->FB + pScrn->fbOffset + info->FbSecureSize;
+    info->exa->memoryBase = info->FB + pScrn->fbOffset;
     info->exa->memorySize = info->FbMapSize - info->FbSecureSize;
     info->exa->offScreenBase = screen_size;
 



More information about the xorg-commit mailing list