]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit50b1b7401506a82031f073e82f19780a6d0844d8
tree72c3fe530998ab40e2ea678f21f93125a6ced31a
parentaaf26ba4c435890e794afab28ccb2b46b6327856
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