aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo_util.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2020-10-20 11:03:13 +1000
committerDave Airlie <airlied@redhat.com>2020-10-21 13:43:21 +1000
commit9764c35348b4c0da722a234fd355119abb371196 (patch)
tree74d80c554e23af1edfbfe67f5c5f63ee1ef9ba8d /drivers/gpu/drm/ttm/ttm_bo_util.c
parentdrm/fourcc: Add AXBXGXRX106106106106 format (diff)
downloadlinux-dev-9764c35348b4c0da722a234fd355119abb371196.tar.xz
linux-dev-9764c35348b4c0da722a234fd355119abb371196.zip
drm/ttm: move some move binds into the drivers
This just gives the driver control over some of the bind paths. Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20201020010319.1692445-2-airlied@gmail.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, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ttm/ttm_bo_util.c b/drivers/gpu/drm/ttm/ttm_bo_util.c
index 558e78ad82aa..520b53e6e1d6 100644
--- a/drivers/gpu/drm/ttm/ttm_bo_util.c
+++ b/drivers/gpu/drm/ttm/ttm_bo_util.c
@@ -64,7 +64,6 @@ int ttm_bo_move_to_new_tt_mem(struct ttm_buffer_object *bo,
return 0;
}
-EXPORT_SYMBOL(ttm_bo_move_to_new_tt_mem);
int ttm_bo_move_to_system(struct ttm_buffer_object *bo,
struct ttm_operation_ctx *ctx)