On Wed, Oct 08, 2025 at 02:04:13PM +0200, Maxime Ripard wrote: > Now that all drm_private_objs users have been converted to use reset > instead of the old ad-hoc initialization, we can remove the state > parameter from drm_private_obj_init and the fallback code. > > Signed-off-by: Maxime Ripard <[email protected]> > > --- > > To: Liviu Dudau <[email protected]> > To: Andrzej Hajda <[email protected]> > To: Neil Armstrong <[email protected]> > To: Robert Foss <[email protected]> > To: Paul Cercueil <[email protected]> > To: Tomi Valkeinen <[email protected]> > To: Thierry Reding <[email protected]> > To: Mikko Perttunen <[email protected]> > To: Jonathan Hunter <[email protected]> > To: Dave Stevenson <[email protected]> > Cc: Rodrigo Siqueira <[email protected]> > Cc: Laurent Pinchart <[email protected]> > Cc: Jonas Karlman <[email protected]> > Cc: Jernej Skrabec <[email protected]> > Cc: Abhinav Kumar <[email protected]> > Cc: Jessica Zhang <[email protected]> > Cc: Sean Paul <[email protected]> > Cc: Marijn Suijten <[email protected]> > Cc: "MaĆra Canal" <[email protected]> > Cc: Raspberry Pi Kernel Maintenance <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > --- > drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 1 - > drivers/gpu/drm/arm/display/komeda/komeda_private_obj.c | 16 ++++++++-------- > drivers/gpu/drm/display/drm_dp_mst_topology.c | 1 - > drivers/gpu/drm/display/drm_dp_tunnel.c | 2 +- > drivers/gpu/drm/drm_atomic.c | 17 > ++--------------- > drivers/gpu/drm/drm_bridge.c | 1 - > drivers/gpu/drm/ingenic/ingenic-drm-drv.c | 2 +- > drivers/gpu/drm/ingenic/ingenic-ipu.c | 2 +- > drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c | 1 - > drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c | 1 - > drivers/gpu/drm/omapdrm/omap_drv.c | 2 +- > drivers/gpu/drm/tegra/hub.c | 2 +- > drivers/gpu/drm/vc4/vc4_kms.c | 4 +--- > include/drm/drm_atomic.h | 1 - > 14 files changed, 16 insertions(+), 37 deletions(-) >
Reviewed-by: Dmitry Baryshkov <[email protected]> -- With best wishes Dmitry
