diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2011-10-04 14:13:11 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-10-05 05:17:07 -0400 |
commit | 4d798937889706629ceb2019a844cf81e598312b (patch) | |
tree | dffb95cc75f9922484d0082a3944a5c525c73df4 /drivers/gpu/drm/ttm | |
parent | 88ef4e3f4f616462b78a7838eb3ffc3818d30f67 (diff) |
ttm: export ttm_bo_create
Used by 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')
-rw-r--r-- | drivers/gpu/drm/ttm/ttm_bo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/ttm/ttm_bo.c b/drivers/gpu/drm/ttm/ttm_bo.c index b824d9bdd87c..6e96c85b70da 100644 --- a/drivers/gpu/drm/ttm/ttm_bo.c +++ b/drivers/gpu/drm/ttm/ttm_bo.c | |||
@@ -1295,6 +1295,7 @@ int ttm_bo_create(struct ttm_bo_device *bdev, | |||
1295 | 1295 | ||
1296 | return ret; | 1296 | return ret; |
1297 | } | 1297 | } |
1298 | EXPORT_SYMBOL(ttm_bo_create); | ||
1298 | 1299 | ||
1299 | static int ttm_bo_force_list_clean(struct ttm_bo_device *bdev, | 1300 | static int ttm_bo_force_list_clean(struct ttm_bo_device *bdev, |
1300 | unsigned mem_type, bool allow_errors) | 1301 | unsigned mem_type, bool allow_errors) |