diff options
author | Dave Airlie <airlied@linux.ie> | 2008-05-07 02:37:18 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2008-05-07 02:37:18 +1000 |
commit | c3532268875fd24e6519bea2fb1b814d612bbdb4 (patch) | |
tree | 4ab097690d10e6ae61284be3fa07f916390c3213 /src/radeon_exa.c | |
parent | ffc437f3606ab8ceba1ff152e4bb08988a58b54c (diff) |
radeon: fix zaphod EXA with texture video
Diffstat (limited to 'src/radeon_exa.c')
-rw-r--r-- | src/radeon_exa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_exa.c b/src/radeon_exa.c index 9e5fc5b3..fa6ac0d9 100644 --- a/src/radeon_exa.c +++ b/src/radeon_exa.c @@ -402,7 +402,7 @@ Bool RADEONSetupMemEXA (ScreenPtr pScreen) else screen_size = pScrn->virtualY * byteStride; - info->exa->memoryBase = info->FB + pScrn->fbOffset; + info->exa->memoryBase = info->FB; info->exa->memorySize = info->FbMapSize - info->FbSecureSize; info->exa->offScreenBase = screen_size; |