]> 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)
commit55a4b1d885158c40222825cb75c55729e6c918b2
tree72c3fe530998ab40e2ea678f21f93125a6ced31a
parentd44d5a0deb43ace50f7bf7d058a878733fc8a87f
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