mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +02:00
drm/xe/display: drop duplicate intel_dp_mst_suspend() call
intel_display_driver_suspend() already calls intel_dp_mst_suspend(). Remove the duplicate call. Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patch.msgid.link/515ff69eb3ac08e2a0650a4acf72446c344121f9.1780310011.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
parent
283d5aa352
commit
3f2596e38d
|
|
@ -363,7 +363,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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user