summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo_util.c
diff options
context:
space:
mode:
authorThomas Hellstrom2009-12-06 21:46:27 +0100
committerDave Airlie2009-12-07 06:22:07 +0100
commit4bfd75cb08a362cb1df35dc6a5032d12843c6d87 (patch)
tree1363edb589855b593d916411bf3d2f2b5e6cfcf1 /drivers/gpu/drm/ttm/ttm_bo_util.c
parentdrm/ttm: Add TTM execbuf utilities. (diff)
downloadkernel-qcow2-linux-4bfd75cb08a362cb1df35dc6a5032d12843c6d87.tar.gz
kernel-qcow2-linux-4bfd75cb08a362cb1df35dc6a5032d12843c6d87.tar.xz
kernel-qcow2-linux-4bfd75cb08a362cb1df35dc6a5032d12843c6d87.zip
drm/ttm: Export symbols needed for the vmwgfx driver.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/ttm/ttm_bo_util.c')
-rw-r--r--drivers/gpu/drm/ttm/ttm_bo_util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/ttm/ttm_bo_util.c b/drivers/gpu/drm/ttm/ttm_bo_util.c
index c70927ecda21..ceae52f45c39 100644
--- a/drivers/gpu/drm/ttm/ttm_bo_util.c
+++ b/drivers/gpu/drm/ttm/ttm_bo_util.c
@@ -369,6 +369,7 @@ pgprot_t ttm_io_prot(uint32_t caching_flags, pgprot_t tmp)
#endif
return tmp;
}
+EXPORT_SYMBOL(ttm_io_prot);
static int ttm_bo_ioremap(struct ttm_buffer_object *bo,
unsigned long bus_base,