mirror of
https://github.com/torvalds/linux.git
synced 2026-09-21 20:24:02 +02: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:
parent
a141146335
commit
283d5aa352
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user