projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88ef4e3
)
ttm: export ttm_bo_create
author
Thomas Hellstrom
<thellstrom@vmware.com>
Tue, 4 Oct 2011 18:13:11 +0000
(20:13 +0200)
committer
Dave Airlie
<airlied@redhat.com>
Wed, 5 Oct 2011 09:17:07 +0000
(10:17 +0100)
Used by the vmwgfx driver.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/ttm/ttm_bo.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/ttm/ttm_bo.c
b/drivers/gpu/drm/ttm/ttm_bo.c
index b824d9bdd87cd2f7eaaa3e3e932f16fe9a7c7b1a..6e96c85b70da6089f3d9914da09c006ccd41ed7c 100644
(file)
--- 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,
return ret;
}
+EXPORT_SYMBOL(ttm_bo_create);
static int ttm_bo_force_list_clean(struct ttm_bo_device *bdev,
unsigned mem_type, bool allow_errors)