On Tue, Oct 14, 2025 at 11:31:56AM +0200, Maxime Ripard wrote: > The MSM dpu1 driver relies on a drm_private_obj, that is initialized by > allocating and initializing a state, and then passing it to > drm_private_obj_init. > > Since we're gradually moving away from that pattern to the more > established one relying on a atomic_create_state implementation, let's > migrate this instance to the new pattern. > > Signed-off-by: Maxime Ripard <[email protected]> > --- > > Cc: Rob Clark <[email protected]> > Cc: Dmitry Baryshkov <[email protected]> > Cc: Abhinav Kumar <[email protected]> > Cc: Jessica Zhang <[email protected]> > Cc: Sean Paul <[email protected]> > Cc: Marijn Suijten <[email protected]> > Cc: [email protected] > Cc: [email protected] > --- > drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c | 42 > +++++++++++++++++---------------- > 1 file changed, 22 insertions(+), 20 deletions(-) >
Reviewed-by: Dmitry Baryshkov <[email protected]> -- With best wishes Dmitry
