Skip to content
Commit 7ac33e47 authored by Peter Wu's avatar Peter Wu Committed by Alex Deucher
Browse files

drm/amdgpu: fix check for port PM availability

The ATPX method does not always exist on the dGPU, it may be located at
the iGPU. The parent device of the iGPU is the root port for which
bridge_d3 is false. This accidentally enables the legacy PM method which
conflicts with port PM and prevented the dGPU from powering on.

Fixes: 1db4496f

 ("drm/amdgpu: fix power state when port pm is unavailable")

Reported-and-tested-by: default avatarMike Lothian <mike@fireburn.co.uk>
Signed-off-by: default avatarPeter Wu <peter@lekensteyn.nl>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Cc: <stable@vger.kernel.org> # 4.8+
parent b64268d8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment