diff --git a/drivers/gpu/drm/xe/display/xe_display.c b/drivers/gpu/drm/xe/display/xe_display.c index b6a091b10fed..e88c05b3e774 100644 --- a/drivers/gpu/drm/xe/display/xe_display.c +++ b/drivers/gpu/drm/xe/display/xe_display.c @@ -333,8 +333,6 @@ void xe_display_pm_suspend(struct xe_device *xe) intel_display_driver_suspend(display); } - intel_display_flush_cleanup_work(display); - intel_encoder_block_all_hpds(display); intel_hpd_cancel_work(display); @@ -365,7 +363,6 @@ void xe_display_pm_shutdown(struct xe_device *xe) intel_display_driver_suspend(display); } - intel_display_flush_cleanup_work(display); intel_dp_mst_suspend(display); intel_encoder_block_all_hpds(display); intel_hpd_cancel_work(display);