OSDN Git Service

drm/i915: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN() part 2
authorFernando Ramos <greenfoo@u92.eu>
Fri, 24 Sep 2021 06:43:20 +0000 (08:43 +0200)
committerSean Paul <seanpaul@chromium.org>
Fri, 1 Oct 2021 17:00:32 +0000 (13:00 -0400)
commit984c9949f1c4cf36c35aa2de5ee2b65c39379fd9
tree2f40aa4ae5188b336cba8b9e9e020fd628b2aa3c
parent746826bcf8fdf682668ff1c415d6b91dbf5858be
drm/i915: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN() part 2

As requested in Documentation/gpu/todo.rst, replace driver calls to
drm_modeset_lock_all() with DRM_MODESET_LOCK_ALL_BEGIN() and
DRM_MODESET_LOCK_ALL_END()

While the previous commit was a simple "search and replace", this time I
had to do a bit of refactoring as only one call to
DRM_MODESET_LOCK_ALL_BEGIN() is allowed inside one same function.

Signed-off-by: Fernando Ramos <greenfoo@u92.eu>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210924064324.229457-14-greenfoo@u92.eu
drivers/gpu/drm/i915/display/intel_overlay.c