]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc65bb51fb35bee3618111a74f5452ec7425043c3
tree14dcc2a42a57ff1b1c45b1984af9246f161aeed8
parent61585dc73eeeb1dc57688a75872febc032db0e3f
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