[PATCH v3 0/2] drm/amd/amdgpu/amdgpu_drv.c: Replace drm_modeset_*_all() with DRM_MODESET_LOCK_ALL_*()
Fabio M. De Francesco
fmdefrancesco at gmail.com
Wed Apr 21 11:37:14 UTC 2021
Replace the deprecated API with new helpers, according to the TODO list
of the DRM subsystem. The new API has been introduced with commit
b7ea04d299c7: DRM_MODESET_LOCK_ALL_BEGIN() simplifies grabbing all modeset
locks using a local context. This has the advantage of reducing boilerplate.
The work is carried out in two consecutive logical steps: the first patch
converts the code to use drm_modeset_lock_all(), then the second does the
final replace with DRM_MODESET_LOCK_ALL_*().
Changes from v2: The work is split in two consecutive logical steps.
Changes from v1: Added further information to the commit message.
Fabio M. De Francesco (2):
drm/amd/amdgpu/amdgpu_drv.c: Replace drm_modeset_lock_all() with
drm_modeset_lock_all_ctx()
drm/amd/amdgpu/amdgpu_drv.c: Replace drm_modeset_*_all_ctx() with
DRM_MODESET_LOCK_ALL_*()
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
--
2.31.1
More information about the dri-devel
mailing list