OSDN Git Service

drm/amdgpu/dm: Resume short HPD IRQs before resuming MST topology
authorLyude Paul <lyude@redhat.com>
Tue, 16 Jul 2019 22:22:16 +0000 (18:22 -0400)
committerLyude Paul <lyude@redhat.com>
Thu, 24 Oct 2019 18:28:58 +0000 (14:28 -0400)
commitd20ebea8f0fabaac0048c7102a6befe37c2bb9c4
tree460e0ddf5eeb09af4a89d150bf4328cab3c46e6f
parent6857f879f98a276912dbccedfff89e94fbde565c
drm/amdgpu/dm: Resume short HPD IRQs before resuming MST topology

Since we're going to be reprobing the entire topology state on resume
now using sideband transactions, we need to ensure that we actually have
short HPD irqs enabled before calling drm_dp_mst_topology_mgr_resume().
So, do that.

Changes since v3:
* Fix typo in comments

Cc: Juston Li <juston.li@intel.com>
Cc: Imre Deak <imre.deak@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Harry Wentland <hwentlan@amd.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Lyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191022023641.8026-13-lyude@redhat.com
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c