1. 04 6月, 2022 1 次提交
  2. 02 6月, 2022 1 次提交
  3. 27 5月, 2022 1 次提交
  4. 11 5月, 2022 1 次提交
  5. 06 5月, 2022 4 次提交
  6. 04 5月, 2022 2 次提交
  7. 29 4月, 2022 1 次提交
  8. 28 4月, 2022 1 次提交
  9. 26 4月, 2022 1 次提交
  10. 09 4月, 2022 1 次提交
  11. 26 3月, 2022 1 次提交
  12. 16 3月, 2022 1 次提交
  13. 03 3月, 2022 2 次提交
  14. 18 2月, 2022 1 次提交
  15. 17 2月, 2022 1 次提交
  16. 15 2月, 2022 2 次提交
  17. 12 2月, 2022 1 次提交
  18. 10 2月, 2022 1 次提交
  19. 03 2月, 2022 2 次提交
  20. 26 1月, 2022 1 次提交
  21. 20 1月, 2022 2 次提交
  22. 19 1月, 2022 1 次提交
  23. 15 1月, 2022 1 次提交
  24. 12 1月, 2022 1 次提交
  25. 29 12月, 2021 1 次提交
  26. 15 12月, 2021 1 次提交
  27. 02 12月, 2021 1 次提交
    • P
      drm/amdgpu: handle IH ring1 overflow · 3c2d6ea2
      Philip Yang 提交于
      IH ring1 is used to process GPU retry fault, overflow is enabled to
      drain retry fault because we want receive other interrupts while
      handling retry fault to recover range. There is no overflow flag set
      when wptr pass rptr. Use timestamp of rptr and wptr to handle overflow
      and drain retry fault.
      
      If fault timestamp goes backward, the fault is filtered and should not
      be processed. Drain fault is finished if processed_timestamp is equal to
      or larger than checkpoint timestamp.
      
      Add amdgpu_ih_functions interface decode_iv_ts for different chips to
      get timestamp from IV entry with different iv size and timestamp offset.
      amdgpu_ih_decode_iv_ts_helper is used for vega10, vega20, navi10.
      Signed-off-by: NPhilip Yang <Philip.Yang@amd.com>
      Reviewed-by: NFelix Kuehling <Felix.Kuehling@amd.com>
      Acked-by: NChristian König <christian.koenig@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      3c2d6ea2
  28. 05 10月, 2021 2 次提交
  29. 29 9月, 2021 1 次提交
  30. 28 9月, 2021 1 次提交
  31. 25 8月, 2021 1 次提交