On Sun, 03 Dec 2023 03:05:27 +0300, Dmitry Baryshkov wrote: > Note: I'm resending this patch series as I haven't got any feedback from > the drm core maintainers to the first patch. > > While debugging one of the features in DRM/MSM I noticed that MSM > subdrivers still wrap private object access with manual modeset locking. > Since commit b962a12050a3 ("drm/atomic: integrate modeset lock with > private objects") this is no longer required, as the DRM framework > handles private objects internally. Drop these custom locks, while also > cleaning up the surrounding code. > > [...] Applied, thanks! [2/5] drm/msm/dpu: finalise global state object https://gitlab.freedesktop.org/lumag/msm/-/commit/49e27d3c9cd6 [3/5] drm/msm/dpu: drop global_state_lock https://gitlab.freedesktop.org/lumag/msm/-/commit/abbf3108bc63 [4/5] drm/msm/mdp5: migrate SMP dumping to using atomic_print_state https://gitlab.freedesktop.org/lumag/msm/-/commit/f9c27e649a0d [5/5] drm/msm/mdp5: drop global_state_lock https://gitlab.freedesktop.org/lumag/msm/-/commit/ffa0c87f172b Best regards, -- Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>