diff options
author | Dave Airlie <airlied@redhat.com> | 2020-10-20 03:03:13 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2020-10-21 05:43:21 +0200 |
commit | 9764c35348b4c0da722a234fd355119abb371196 (patch) | |
tree | 74d80c554e23af1edfbfe67f5c5f63ee1ef9ba8d /drivers/gpu/drm/ttm | |
parent | drm/fourcc: Add AXBXGXRX106106106106 format (diff) | |
download | linux-9764c35348b4c0da722a234fd355119abb371196.tar.xz linux-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')
-rw-r--r-- | drivers/gpu/drm/ttm/ttm_bo_util.c | 1 |
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) |