OSDN Git Service

drm/ttm: drop move notify around move.
authorDave Airlie <airlied@redhat.com>
Tue, 20 Oct 2020 01:03:18 +0000 (11:03 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 21 Oct 2020 03:44:28 +0000 (13:44 +1000)
commit6d820003295977f865257f1845bcdebc5dab4fb5
treeefc350a2cdc7df99d2ac7c1a17fce656d2333c5a
parent28ee846e83782e61d86075444c5848ab4a329241
drm/ttm: drop move notify around move.

The drivers now do this in the move callback.

move_notify is still needed in the destroy path.

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-7-airlied@gmail.com
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
drivers/gpu/drm/drm_gem_vram_helper.c
drivers/gpu/drm/nouveau/nouveau_bo.c
drivers/gpu/drm/qxl/qxl_ttm.c
drivers/gpu/drm/radeon/radeon_ttm.c
drivers/gpu/drm/ttm/ttm_bo.c
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c