On Fri, May 29, 2026 at 02:03:49PM +0300, Jani Nikula wrote: > intel_display_driver_suspend() already calls > intel_dp_mst_suspend(). Remove the duplicate call. > > Signed-off-by: Jani Nikula <[email protected]>
Reviewed-by: Ville Syrjälä <[email protected]> > --- > drivers/gpu/drm/xe/display/xe_display.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/gpu/drm/xe/display/xe_display.c > b/drivers/gpu/drm/xe/display/xe_display.c > index 6e82dc70ca89..8d55e7a37d6d 100644 > --- a/drivers/gpu/drm/xe/display/xe_display.c > +++ b/drivers/gpu/drm/xe/display/xe_display.c > @@ -342,7 +342,6 @@ void xe_display_pm_shutdown(struct xe_device *xe) > intel_display_driver_suspend(display); > } > > - intel_dp_mst_suspend(display); > intel_encoder_block_all_hpds(display); > intel_hpd_cancel_work(display); > > -- > 2.47.3 -- Ville Syrjälä Intel
