summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorairlied <airlied@optimus.localdomain>2006-11-28 17:31:05 +1100
committerairlied <airlied@optimus.localdomain>2006-11-28 17:31:05 +1100
commit35a5eaf5adf103ef57f8d4590dae25b0c50bd780 (patch)
tree08eb3b66d91b8dbabda88589143af52d66e78bc0
parentba047ae863aac869595a31ea94f102084636fd29 (diff)
fixup EXA after previous commit
-rw-r--r--src/radeon_exa.c2
1 files changed, 1 insertions, 1 deletions
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 pScreen)
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;