1. 12 11月, 2019 1 次提交
  2. 09 11月, 2019 2 次提交
  3. 07 11月, 2019 1 次提交
  4. 28 10月, 2019 1 次提交
  5. 16 10月, 2019 14 次提交
  6. 11 10月, 2019 1 次提交
  7. 28 8月, 2019 1 次提交
  8. 27 8月, 2019 4 次提交
  9. 24 8月, 2019 3 次提交
  10. 23 8月, 2019 1 次提交
  11. 16 8月, 2019 1 次提交
  12. 15 8月, 2019 1 次提交
  13. 31 7月, 2019 5 次提交
  14. 17 7月, 2019 1 次提交
  15. 06 7月, 2019 1 次提交
  16. 02 7月, 2019 1 次提交
  17. 01 7月, 2019 1 次提交
    • L
      drm/amdgpu: Don't skip display settings in hwmgr_resume() · 688f3d1e
      Lyude Paul 提交于
      I'm not entirely sure why this is, but for some reason:
      
      921935dc ("drm/amd/powerplay: enforce display related settings only on needed")
      
      Breaks runtime PM resume on the Radeon PRO WX 3100 (Lexa) in one the
      pre-production laptops I have. The issue manifests as the following
      messages in dmesg:
      
      [drm] UVD and UVD ENC initialized successfully.
      amdgpu 0000:3b:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring vce1 test failed (-110)
      [drm:amdgpu_device_ip_resume_phase2 [amdgpu]] *ERROR* resume of IP block <vce_v3_0> failed -110
      [drm:amdgpu_device_resume [amdgpu]] *ERROR* amdgpu_device_ip_resume failed (-110).
      
      And happens after about 6-10 runtime PM suspend/resume cycles (sometimes
      sooner, if you're lucky!). Unfortunately I can't seem to pin down
      precisely which part in psm_adjust_power_state_dynamic that is causing
      the issue, but not skipping the display setting setup seems to fix it.
      Hopefully if there is a better fix for this, this patch will spark
      discussion around it.
      
      Fixes: 921935dc ("drm/amd/powerplay: enforce display related settings only on needed")
      Cc: Evan Quan <evan.quan@amd.com>
      Cc: Alex Deucher <alexander.deucher@amd.com>
      Cc: Huang Rui <ray.huang@amd.com>
      Cc: Rex Zhu <Rex.Zhu@amd.com>
      Cc: Likun Gao <Likun.Gao@amd.com>
      Cc: <stable@vger.kernel.org> # v5.1+
      Signed-off-by: NLyude Paul <lyude@redhat.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      688f3d1e