Hi Laurent, Thanks for your work.
On 2026-05-12 02:56:28 +0300, Laurent Pinchart wrote: > The vsp1_du_setup_lif() function is deprecated. Use the new > vsp1_du_enable() and vsp1_du_disable() functions instead. > > Signed-off-by: Laurent Pinchart <[email protected]> Reviewed-by: Niklas Söderlund <[email protected]> > --- > Biju, I would like to merge this for v7.2 through the media tree instead > of the DRM tree. Would that be OK with you, or do you expect conflicting > changes to the rz-du driver for v7.2 ? > --- > drivers/gpu/drm/renesas/rz-du/rzg2l_du_vsp.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/renesas/rz-du/rzg2l_du_vsp.c > b/drivers/gpu/drm/renesas/rz-du/rzg2l_du_vsp.c > index bd486377f037..d5a1d36db2c1 100644 > --- a/drivers/gpu/drm/renesas/rz-du/rzg2l_du_vsp.c > +++ b/drivers/gpu/drm/renesas/rz-du/rzg2l_du_vsp.c > @@ -55,12 +55,12 @@ void rzg2l_du_vsp_enable(struct rzg2l_du_crtc *crtc) > .callback_data = crtc, > }; > > - vsp1_du_setup_lif(crtc->vsp->vsp, crtc->vsp_pipe, &cfg); > + vsp1_du_enable(crtc->vsp->vsp, crtc->vsp_pipe, &cfg); > } > > void rzg2l_du_vsp_disable(struct rzg2l_du_crtc *crtc) > { > - vsp1_du_setup_lif(crtc->vsp->vsp, crtc->vsp_pipe, NULL); > + vsp1_du_disable(crtc->vsp->vsp, crtc->vsp_pipe); > } > > void rzg2l_du_vsp_atomic_flush(struct rzg2l_du_crtc *crtc) > -- > Regards, > > Laurent Pinchart > > -- Kind Regards, Niklas Söderlund
