summaryrefslogtreecommitdiff
path: root/linux-core/drm_mm.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/drm_mm.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/drm_mm.c')
-rw-r--r--linux-core/drm_mm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/drm_mm.c b/linux-core/drm_mm.c
index 5889ee4d..634a1782 100644
--- a/linux-core/drm_mm.c
+++ b/linux-core/drm_mm.c
@@ -217,6 +217,7 @@ void drm_mm_put_block(drm_mm_node_t * cur)
drm_ctl_free(cur, sizeof(*cur), DRM_MEM_MM);
}
}
+EXPORT_SYMBOL(drm_mm_put_block);
drm_mm_node_t *drm_mm_search_free(const drm_mm_t * mm,
unsigned long size,