summaryrefslogtreecommitdiff
path: root/src/g80_exa.c
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2007-04-24 20:45:52 -0700
committerAaron Plattner <aplattner@nvidia.com>2007-04-24 20:45:52 -0700
commit88d44d5e4fd0025c30e9d67b55c603c59bd1c0c1 (patch)
treea61e37c8f43f66ccfb7c88a260436277c380a8ec /src/g80_exa.c
parent29433b76969b73a2a22081bf965bb0cdbaad75af (diff)
Get EXA resizing working and document it.
Diffstat (limited to 'src/g80_exa.c')
-rw-r--r--src/g80_exa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/g80_exa.c b/src/g80_exa.c
index 8113c1a..96dbc21 100644
--- a/src/g80_exa.c
+++ b/src/g80_exa.c
@@ -302,7 +302,7 @@ Bool G80ExaInit(ScreenPtr pScreen, ScrnInfoPtr pScrn)
exa->exa_major = EXA_VERSION_MAJOR;
exa->exa_minor = EXA_VERSION_MINOR;
exa->memoryBase = pNv->mem;
- exa->offScreenBase = pitch * pScrn->virtualY;
+ exa->offScreenBase = 0;
exa->memorySize = pitch * pNv->offscreenHeight;
exa->pixmapOffsetAlign = 256;
exa->pixmapPitchAlign = 256;