1. 07 12月, 2016 2 次提交
  2. 06 12月, 2016 3 次提交
  3. 05 12月, 2016 4 次提交
  4. 03 12月, 2016 5 次提交
  5. 30 11月, 2016 25 次提交
  6. 29 11月, 2016 1 次提交
    • A
      drm/radeon: fix check for port PM availability · bcfdd5d5
      Alex Deucher 提交于
      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.
      
      Ported from amdgpu commit:
      drm/amdgpu: fix check for port PM availability
      from Peter Wu.
      
      Fixes: d3ac31f3 (drm/radeon: fix power state when port pm is unavailable (v2))
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      Cc: Peter Wu <peter@lekensteyn.nl>
      Cc: <stable@vger.kernel.org> # 4.8+
      bcfdd5d5