1. 05 10月, 2021 1 次提交
  2. 05 6月, 2021 1 次提交
  3. 11 5月, 2021 1 次提交
  4. 16 4月, 2021 1 次提交
  5. 10 4月, 2021 1 次提交
  6. 26 1月, 2021 1 次提交
  7. 21 1月, 2021 2 次提交
  8. 07 1月, 2021 1 次提交
  9. 06 1月, 2021 1 次提交
  10. 09 12月, 2020 1 次提交
  11. 02 12月, 2020 1 次提交
  12. 06 10月, 2020 2 次提交
    • A
      drm/amdgpu/mmhub2.3: print client id string for mmhub · 682b1f4c
      Alex Deucher 提交于
      Print the name of the client rather than the number.  This
      makes it easier to debug what block is causing the fault.
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      682b1f4c
    • H
      drm/amdgpu: add mmhub v2.3 for vangogh (v4) · 4d8d75a4
      Huang Rui 提交于
      There are too many register offset mismatch between mmhub v2.0 and v2.3.
      
      E.X:
      
      mmMM_ATC_L2_MISC_CG:  0x064a(v2.0)  0x06cd(v2.3)
      mmMMVM_L2_PROTECTION_FAULT_CNTL: 0x0688(v2.0) 0x0708(v2.3)
      mmMMVM_CONTEXT0_PAGE_TABLE_BASE_ADDR_LO32: 0x072b(v2.0) 0x0940(v2.3)
      mmMMVM_CONTEXT0_PAGE_TABLE_BASE_ADDR_HI32: 0x072c(v2.0) 0x0941(v2.3)
      mmMMVM_INVALIDATE_ENG0_REQ: 0x06e3(v2.0) 0x0a01(v2.3)
      mmMMVM_INVALIDATE_ENG0_ACK: 0x06f5(v2.0) 0x0a02(v2.3)
      mmMMVM_CONTEXT0_CNTL: 0x06c0(v2.0) 0x0740(v2.3)
      mmMMVM_L2_PROTECTION_FAULT_STATUS: 0x068c(v2.0) 0x070c(v2.3)
      mmMMVM_L2_PROTECTION_FAULT_CNTL: 0x0688(v2.0) 0x0708(v2.3)
      mmMM_ATC_L2_MISC_CG: 0x064a(v2.0) 0x06cd(v2.3)
      mmDAGB0_CNTL_MISC2: 0x0071(v2.0) 0x0096(v2.3)
      ...
      
      Continuing using the same file mmhub v2.0 is not good choice, it will
      introduce a lot of checking with ASIC types. And also easy to introduce the
      issues that offset not align, this kind of issues are really hard to find. Van
      Gogh's mmhub vm invalidation is actually caused by the offset mismatch as well.
      
      So it would like to create a new file rather than stick to re-use orignal mmhub
      v2.0 here.
      
      v2: add missed translate_further programming.
      v3: sync with latest code
      v4: add missing callbacks
      Signed-off-by: NHuang Rui <ray.huang@amd.com>
      Reviewed-by: NAlex Deucher <alexander.deucher@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      4d8d75a4
  13. 26 9月, 2020 2 次提交
  14. 04 9月, 2020 1 次提交
  15. 15 8月, 2020 1 次提交
  16. 11 8月, 2020 2 次提交
  17. 23 7月, 2020 3 次提交
  18. 16 7月, 2020 2 次提交
  19. 08 7月, 2020 2 次提交
  20. 01 7月, 2020 1 次提交
  21. 04 6月, 2020 1 次提交
  22. 29 5月, 2020 1 次提交
  23. 05 3月, 2020 1 次提交
  24. 23 1月, 2020 1 次提交
  25. 23 11月, 2019 2 次提交
  26. 30 10月, 2019 2 次提交
  27. 03 10月, 2019 1 次提交
  28. 16 9月, 2019 1 次提交
  29. 15 8月, 2019 1 次提交
  30. 13 8月, 2019 1 次提交