drm/ttm: remove ttm_bo_(un)lock_delayed_workqueue
authorChristian König <christian.koenig@amd.com>
Fri, 18 Nov 2022 19:22:21 +0000 (20:22 +0100)
committerChristian König <christian.koenig@amd.com>
Tue, 6 Dec 2022 09:28:12 +0000 (10:28 +0100)
commitcd3a8a596214e6a338a22104936c40e62bdea2b6
treea875747bebf02f74da026979556d31ea928c762d
parent3ea44105bd4b6269ea87d10dc3693a71164ee0df
drm/ttm: remove ttm_bo_(un)lock_delayed_workqueue

Those functions never worked correctly since it is still perfectly
possible that a buffer object is released and the background worker
restarted even after calling them.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Reviewed-by: Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221125102137.1801-2-christian.koenig@amd.com
drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
drivers/gpu/drm/radeon/radeon_device.c
drivers/gpu/drm/radeon/radeon_pm.c
drivers/gpu/drm/ttm/ttm_bo.c
include/drm/ttm/ttm_bo_api.h