1. 26 10月, 2019 2 次提交
  2. 12 6月, 2019 1 次提交
    • L
      drm/amdgpu: fix ring test failure issue during s3 in vce 3.0 (V2) · 91c9c23e
      Louis Li 提交于
      [What]
      vce ring test fails consistently during resume in s3 cycle, due to
      mismatch read & write pointers.
      On debug/analysis its found that rptr to be compared is not being
      correctly updated/read, which leads to this failure.
      Below is the failure signature:
      	[drm:amdgpu_vce_ring_test_ring] *ERROR* amdgpu: ring 12 test failed
      	[drm:amdgpu_device_ip_resume_phase2] *ERROR* resume of IP block <vce_v3_0> failed -110
      	[drm:amdgpu_device_resume] *ERROR* amdgpu_device_ip_resume failed (-110).
      
      [How]
      fetch rptr appropriately, meaning move its read location further down
      in the code flow.
      With this patch applied the s3 failure is no more seen for >5k s3 cycles,
      which otherwise is pretty consistent.
      
      V2: remove reduntant fetch of rptr
      Signed-off-by: NLouis Li <Ching-shih.Li@amd.com>
      Reviewed-by: NChristian König <christian.koenig@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      91c9c23e
  3. 11 6月, 2019 2 次提交
  4. 06 6月, 2019 1 次提交
    • L
      drm/amdgpu: fix ring test failure issue during s3 in vce 3.0 (V2) · ce0e22f5
      Louis Li 提交于
      [What]
      vce ring test fails consistently during resume in s3 cycle, due to
      mismatch read & write pointers.
      On debug/analysis its found that rptr to be compared is not being
      correctly updated/read, which leads to this failure.
      Below is the failure signature:
      	[drm:amdgpu_vce_ring_test_ring] *ERROR* amdgpu: ring 12 test failed
      	[drm:amdgpu_device_ip_resume_phase2] *ERROR* resume of IP block <vce_v3_0> failed -110
      	[drm:amdgpu_device_resume] *ERROR* amdgpu_device_ip_resume failed (-110).
      
      [How]
      fetch rptr appropriately, meaning move its read location further down
      in the code flow.
      With this patch applied the s3 failure is no more seen for >5k s3 cycles,
      which otherwise is pretty consistent.
      
      V2: remove reduntant fetch of rptr
      Signed-off-by: NLouis Li <Ching-shih.Li@amd.com>
      Reviewed-by: NChristian König <christian.koenig@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      Cc: stable@vger.kernel.org
      ce0e22f5
  5. 26 1月, 2019 1 次提交
  6. 06 11月, 2018 3 次提交
  7. 27 9月, 2018 1 次提交
  8. 14 8月, 2018 1 次提交
  9. 26 7月, 2018 1 次提交
  10. 17 7月, 2018 2 次提交
  11. 14 7月, 2018 1 次提交
  12. 06 7月, 2018 2 次提交
  13. 17 5月, 2018 1 次提交
  14. 16 5月, 2018 2 次提交
  15. 12 4月, 2018 1 次提交
  16. 22 3月, 2018 1 次提交
  17. 01 3月, 2018 1 次提交
  18. 17 1月, 2018 1 次提交
  19. 28 12月, 2017 1 次提交
  20. 18 12月, 2017 1 次提交
  21. 08 12月, 2017 1 次提交
  22. 07 12月, 2017 2 次提交
  23. 05 12月, 2017 2 次提交
  24. 09 11月, 2017 1 次提交
  25. 13 9月, 2017 1 次提交
  26. 16 8月, 2017 1 次提交
  27. 02 6月, 2017 1 次提交
  28. 29 4月, 2017 2 次提交
  29. 05 4月, 2017 1 次提交
  30. 30 3月, 2017 1 次提交