]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: fix power state when port pm is unavailable
authorPeter Wu <peter@lekensteyn.nl>
Wed, 23 Nov 2016 01:22:24 +0000 (02:22 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 23 Nov 2016 18:57:14 +0000 (13:57 -0500)
commitb5b2078bf68f05aa28033ed560547e6dc4458ff6
tree0711f9a6e480b89ec14f90faef021ff9eee70efb
parentddb1ebe4be33db3a21dc778b34827c54b0a3754d
drm/amdgpu: fix power state when port pm is unavailable

When PCIe port PM is not enabled (system BIOS is pre-2015 or the
pcie_port_pm=off parameter is set), legacy ATPX PM should still be
marked as supported. Otherwise the GPU can fail to power on after
runtime suspend. This affected a Dell Inspiron 5548.

Ideally the BIOS date in the PCI core is lowered to 2013 (the first year
where hybrid graphics platforms using power resources was introduced),
but that seems more risky at this point and would not solve the
pcie_port_pm=off issue.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98505
Reported-and-tested-by: Nayan Deshmukh <nayan26deshmukh@gmail.com>
Signed-off-by: Peter Wu <peter@lekensteyn.nl>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: <stable@vger.kernel.org> # 4.8+
Acked-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c