diff options
author | Eric Anholt <eric@anholt.net> | 2007-10-04 14:23:48 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-10-05 13:02:12 -0700 |
commit | 1cc6bec4628a4ca04a68919a84148a1e6312072f (patch) | |
tree | a0da6af004e3691ab5e975b07e4a7457c3707e06 | |
parent | dfa22df8ce7713b491c4766ce6ce652db91b5f90 (diff) |
Revert setting of exa_965_state as LIFETIME_FIXED.
The current offset is used every time in render setup.
-rw-r--r-- | src/i830_memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_memory.c b/src/i830_memory.c index d2aa3270..7671b5b7 100644 --- a/src/i830_memory.c +++ b/src/i830_memory.c @@ -1389,7 +1389,7 @@ i830_allocate_2d_memory(ScrnInfoPtr pScrn) if (IS_I965G(pI830) && !pI830->noAccel && pI830->exa_965_state == NULL) { pI830->exa_965_state = i830_allocate_memory(pScrn, "exa G965 state buffer", - EXA_LINEAR_EXTRA, GTT_PAGE_SIZE, NEED_LIFETIME_FIXED); + EXA_LINEAR_EXTRA, GTT_PAGE_SIZE, 0); if (pI830->exa_965_state == NULL) { xf86DrvMsg(pScrn->scrnIndex, X_WARNING, "Failed to allocate exa state buffer for 965.\n"); |