mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 08:15:07 -04:00
drm/xe/display: remove intel_display_flush_cleanup_work() calls on suspend/shutdown
intel_display_driver_suspend() already has drm_atomic_helper_suspend() and cleanup workqueue flush. The intel_display_flush_cleanup_work() calls on suspend/shutdown should be redundant. Remove. Link: https://lore.kernel.org/r/agRp6Was9FCQbKee@intel.com Suggested-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patch.msgid.link/8a6059f0cb63ad9a8e035583a79134c250b0ec71.1780310011.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user