summaryrefslogtreecommitdiff
path: root/linux-core/i915_drv.c
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2007-02-07 12:52:23 +0100
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2007-02-07 12:52:23 +0100
commitaf24465b2eddfcc5296edc830ea5ed86065a4abd (patch)
treec6697000597052241d8877e2fa97a5161b14fe6a /linux-core/i915_drv.c
parent71b9e876f99db219fcbf4e3ab977b64b068cc2b4 (diff)
Fix a stray unlock_kernel() in drm_vm.c
Add a file for memory move helpers, drm_bo_move.c Implement generic memory move. Cached, no_move and unmapped memory temporarily broken.
Diffstat (limited to 'linux-core/i915_drv.c')
-rw-r--r--linux-core/i915_drv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/i915_drv.c b/linux-core/i915_drv.c
index 8c39c249..19b63b7f 100644
--- a/linux-core/i915_drv.c
+++ b/linux-core/i915_drv.c
@@ -64,6 +64,7 @@ static drm_bo_driver_t i915_bo_driver = {
.invalidate_caches = i915_invalidate_caches,
.init_mem_type = i915_init_mem_type,
.evict_flags = i915_evict_flags,
+ .move = NULL,
};
#endif