drm: Replace drm_modeset_lock/unlock_all with DRM_MODESET_LOCK_ALL_* helpers
authorMichal Orzel <michalorzel.eng@gmail.com>
Tue, 28 Apr 2020 17:10:04 +0000 (19:10 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 5 May 2020 08:51:56 +0000 (10:51 +0200)
commit9bcaa3fe58ab7559e71df798bcff6e0795158695
tree0c4335596d037a6c77101ad116d2c372aea46385
parent8976eeee8de05f11eb424882a57084880b677525
drm: Replace drm_modeset_lock/unlock_all with DRM_MODESET_LOCK_ALL_* helpers

As suggested by the TODO list for the kernel DRM subsystem, replace
the deprecated functions that take/drop modeset locks with new helpers.

Signed-off-by: Michal Orzel <michalorzel.eng@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/1588093804-30446-1-git-send-email-michalorzel.eng@gmail.com
drivers/gpu/drm/drm_mode_object.c