drm/ttm: use new move interface for known system->ttm moves
authorDave Airlie <airlied@redhat.com>
Mon, 19 Oct 2020 07:13:12 +0000 (17:13 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 19 Oct 2020 19:04:04 +0000 (05:04 +1000)
commita07e32bda0265b62ed0f85fbdfcd316c1dfc98ca
tree14dcc2a42a57ff1b1c45b1984af9246f161aeed8
parentb8b99c7ddccea56b0ac589e5abf8274fe4118d4a
drm/ttm: use new move interface for known system->ttm moves

In all 3 drivers there is a case where the driver knows the
bo is in SYSTEM so don't call the api that checks that.

Reviewed-by: Ben Skeggs <bskeggs@redhat.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201019071314.1671485-4-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_util.c