On Fri, 8 Sep 2023 06:05:16 +0300, Dmitry Baryshkov wrote: > 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 > > [ ... ] Reviewed-by: Maxime Ripard <mripard@xxxxxxxxxx> Thanks! Maxime