Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Thomas Hellstrom and committed by
Dave Airlie
4d798937 88ef4e3f

+1
+1
drivers/gpu/drm/ttm/ttm_bo.c
··· 1295 1295 1296 1296 return ret; 1297 1297 } 1298 + EXPORT_SYMBOL(ttm_bo_create); 1298 1299 1299 1300 static int ttm_bo_force_list_clean(struct ttm_bo_device *bdev, 1300 1301 unsigned mem_type, bool allow_errors)