]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc64b1173a73f510381540d802899bbb041a2a254
tree0c4335596d037a6c77101ad116d2c372aea46385
parentc63c603a9ec9e8effbdf8707a310c60daa351d21
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