On Mon, Jan 19, 2026 at 01:50:04PM +0100, Maxime Ripard wrote: > The ARM komeda driver relies on a number of drm_private_objs, that are > 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: Liviu Dudau <[email protected]> > --- > .../gpu/drm/arm/display/komeda/komeda_pipeline.h | 2 + > .../drm/arm/display/komeda/komeda_private_obj.c | 208 > ++++++++++++++------- > 2 files changed, 146 insertions(+), 64 deletions(-) >
Acked-by: Dmitry Baryshkov <[email protected]> -- With best wishes Dmitry
