Skip to content

Commit

Permalink
ttm: export ttm_bo_create
Browse files Browse the repository at this point in the history
Used by the vmwgfx driver.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Thomas Hellstrom authored and Dave Airlie committed Oct 5, 2011
1 parent 88ef4e3 commit 4d79893
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/ttm/ttm_bo.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4d79893

Please sign in to comment.