diff options
author | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2006-08-29 18:40:08 +0200 |
---|---|---|
committer | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2006-08-29 18:40:08 +0200 |
commit | 23f01c9fe8e6170459fe46ad5fc9757bbe967d96 (patch) | |
tree | 4232a55059e6c22e57649019b72f31c30d763ed5 /linux-core/i915_drv.c | |
parent | 0dedfc2cd03f50b435476e56637b333d345fddbd (diff) |
Checkpoint commit. Buffer object flags and IOCTL argument list.
Diffstat (limited to 'linux-core/i915_drv.c')
-rw-r--r-- | linux-core/i915_drv.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux-core/i915_drv.c b/linux-core/i915_drv.c index 64ab3f50..bc78dc2e 100644 --- a/linux-core/i915_drv.c +++ b/linux-core/i915_drv.c @@ -49,7 +49,8 @@ static drm_fence_driver_t i915_fence_driver = { }; static drm_bo_driver_t i915_bo_driver = { - .cached_pages = 1, + .cached_vram = 0, + .cached_tt = 1, .create_ttm_backend_entry = i915_create_ttm_backend_entry }; |