drm/ttm: replace last move_notify with delete_mem_notify
authorDave Airlie <airlied@redhat.com>
Wed, 21 Oct 2020 04:40:29 +0000 (14:40 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 22 Oct 2020 00:11:49 +0000 (10:11 +1000)
commit6a6e5988a2657cd0c91f6f1a3e7d194599248b6d
tree72c3fe530998ab40e2ea678f21f93125a6ced31a
parent439c3b01b87c39c3b61c841dee23c0337087dfcb
drm/ttm: replace last move_notify with delete_mem_notify

The move notify callback is only used in one place, this should
be removed in the future, but for now just rename it to the use
case which is to notify the driver that the GPU memory is to be
deleted.

Drivers can be cleaned up after this separately.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201021044031.1752624-2-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
include/drm/ttm/ttm_bo_driver.h