mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-28 14:00:30 +01:00
Fix TTM static allocation flags.
This commit is contained in:
parent
1ddbfd779b
commit
bf0ae055de
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue