drm/ttm/drivers: call the bind function directly.
authorDave Airlie <airlied@redhat.com>
Thu, 17 Sep 2020 03:48:59 +0000 (13:48 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 17 Sep 2020 20:16:03 +0000 (06:16 +1000)
commitcae515f4a5d9e17eb1f0db1eef9028601ab2decf
tree29efdb77ddb35e50cea9139a28dc39fc0af97783
parent37bff6542c4e140a11657406c1bab50a40329cc1
drm/ttm/drivers: call the bind function directly.

Now the bind functions have all the protection explicitly the
drivers can just call them directly, and the api can be unexported

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200917043040.146575-5-airlied@gmail.com
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
drivers/gpu/drm/nouveau/nouveau_bo.c
drivers/gpu/drm/radeon/radeon_ttm.c
drivers/gpu/drm/ttm/ttm_bo.c