Re: [PATCH 55/70] drm/msm: mdp5: Convert to atomic_create_state
Dmitry Baryshkov <[email protected]>
| Newsgroups | org.freedesktop.lists.dri-devel,org.kernel.vger.linux-arm-msm |
|---|---|
| Message-ID | <ucsot4m66fnajtgfz2ewtsiqemtlerrquxk37dlw6npb4s5u65@faoite334nqw> |
On Fri, Aug 21, 2026 at 04:39:31PM +0200, Maxime Ripard wrote: > The mdp5 crtc implementation provides a custom reset hook. However, > this hook only allocates the state, initializes it with > __drm_atomic_helper_crtc_reset(), and frees the previous state. It > does not perform any hardware reset. > > Since this is exactly what the atomic_create_state hook is meant to > do, minus the old state cleanup which the caller handles, convert the > implementation to use atomic_create_state with > __drm_atomic_helper_crtc_state_init() instead. > > Signed-off-by: Maxime Ripard <[email protected]> > --- > Cc: Abhinav Kumar <[email protected]> > Cc: Dmitry Baryshkov <[email protected]> > Cc: Jessica Zhang <[email protected]> > Cc: Marijn Suijten <[email protected]> > Cc: Rob Clark <[email protected]> > Cc: Sean Paul <[email protected]> > Cc: [email protected] > Cc: [email protected] > --- > drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c | 20 ++++++++++---------- > 1 file changed, 10 insertions(+), 10 deletions(-) > Reviewed-by: Dmitry Baryshkov <[email protected]> -- With best wishes Dmitry