]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2fcf3300175a4faae9f6953eeb394d046fdbe067
treeefc350a2cdc7df99d2ac7c1a17fce656d2333c5a
parentd8d23d64236193cc5e2b12cc7e57c7cb0b0e4466
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