Re: [PATCH 0/5] drm/msm: cleanup private obj handling

2023-09-08 Thread Maxime Ripard
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

[PATCH 0/5] drm/msm: cleanup private obj handling

2023-09-07 Thread Dmitry Baryshkov
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 i