summaryrefslogtreecommitdiff
path: root/linux-core/i915_drv.c
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2007-02-09 16:36:53 +0100
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2007-02-09 16:36:53 +0100
commit53aee3122a1821b8ca24ed2bc5c1940cb0f2ff8e (patch)
tree66b77fadcebb1da07bd7444edfc256b0ad3261df /linux-core/i915_drv.c
parent57df3980724d3da446c4576b3fadcd89c5da414e (diff)
I915 accelerated blit copy functional.
Fixed - to System memory copies are implemented by flipping in a cache-coherent TTM, blitting to it, and then flipping it out.
Diffstat (limited to 'linux-core/i915_drv.c')
-rw-r--r--linux-core/i915_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/i915_drv.c b/linux-core/i915_drv.c
index 19b63b7f..848ffa78 100644
--- a/linux-core/i915_drv.c
+++ b/linux-core/i915_drv.c
@@ -64,7 +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,
+ .move = i915_move,
};
#endif