projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ddbfd7
)
Fix TTM static allocation flags.
author
Eric Anholt
<eric@anholt.net>
Mon, 18 Jun 2007 19:20:07 +0000
(12:20 -0700)
committer
Eric Anholt
<eric@anholt.net>
Mon, 18 Jun 2007 19:20:07 +0000
(12:20 -0700)
src/mesa/drivers/dri/common/dri_bufmgr_ttm.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/common/dri_bufmgr_ttm.c
b/src/mesa/drivers/dri/common/dri_bufmgr_ttm.c
index 508d4f5053972986019268958526f25cc84f7f06..47ea42ad5539df27a2727a1179555c1b15b38d9f 100644
(file)
--- a/
src/mesa/drivers/dri/common/dri_bufmgr_ttm.c
+++ b/
src/mesa/drivers/dri/common/dri_bufmgr_ttm.c
@@
-150,7
+150,7
@@
dri_ttm_alloc_static(dri_bufmgr *bufmgr, const char *name,
* pass all of the allocation class flags.
*/
flags = location_mask | DRM_BO_FLAG_READ | DRM_BO_FLAG_WRITE |
- DRM_BO_FLAG_EXE | DRM_BO_FLAG_NO_
EVICT | DRM_BO_FLAG_NO_
MOVE;
+ DRM_BO_FLAG_EXE | DRM_BO_FLAG_NO_MOVE;
/* No hints we want to use. */
hint = 0;