1. 14 12月, 2021 1 次提交
    • I
      drm/amd: fix improper docstring syntax · bbe04dec
      Isabella Basso 提交于
      This fixes various warnings relating to erroneous docstring syntax, of
      which some are listed below:
      
       warning: Function parameter or member 'adev' not described in
       'amdgpu_atomfirmware_ras_rom_addr'
       ...
       warning: expecting prototype for amdgpu_atpx_validate_functions().
       Prototype was for amdgpu_atpx_validate() instead
       ...
       warning: Excess function parameter 'mem' description in 'amdgpu_preempt_mgr_new'
       ...
       warning: Cannot understand  * @kfd_get_cu_occupancy - Collect number of
       waves in-flight on this device
       ...
       warning: This comment starts with '/**', but isn't a kernel-doc
       comment. Refer Documentation/doc-guide/kernel-doc.rst
      Signed-off-by: NIsabella Basso <isabbasso@riseup.net>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      bbe04dec
  2. 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
  3. 23 11月, 2021 1 次提交
  4. 12 8月, 2021 1 次提交
  5. 11 8月, 2021 1 次提交
  6. 23 7月, 2021 1 次提交
  7. 13 7月, 2021 2 次提交
  8. 29 6月, 2021 1 次提交
  9. 20 5月, 2021 2 次提交
  10. 10 4月, 2021 2 次提交
  11. 24 3月, 2021 3 次提交
  12. 24 12月, 2020 1 次提交
  13. 25 11月, 2020 1 次提交
  14. 25 8月, 2020 2 次提交
  15. 14 4月, 2020 1 次提交
  16. 20 11月, 2019 1 次提交
  17. 08 11月, 2019 1 次提交
  18. 25 10月, 2019 1 次提交
  19. 04 10月, 2019 1 次提交
  20. 03 10月, 2019 3 次提交
  21. 16 9月, 2019 1 次提交
  22. 14 9月, 2019 1 次提交
  23. 11 6月, 2019 1 次提交
  24. 14 2月, 2019 1 次提交
  25. 26 1月, 2019 1 次提交
  26. 15 1月, 2019 1 次提交
  27. 08 12月, 2018 2 次提交
  28. 06 11月, 2018 1 次提交
  29. 27 9月, 2018 3 次提交