1. 12 4月, 2022 1 次提交
    • G
      drm/amdgpu: Fix incorrect enum type · 6f90a49b
      Grigory Vasilyev 提交于
      Instead of the 'amdgpu_ring_priority_level' type,
      the 'amdgpu_gfx_pipe_priority' type was used,
      which is an error when setting ring priority.
      This is a minor error, but may cause problems in the future.
      
      Instead of AMDGPU_RING_PRIO_2 = 2, we can use AMDGPU_RING_PRIO_MAX = 3,
      but AMDGPU_RING_PRIO_2 = 2 is used for compatibility with
      AMDGPU_GFX_PIPE_PRIO_HIGH = 2, and not change the behavior of the
      code.
      Signed-off-by: NGrigory Vasilyev <h0tc0d3@gmail.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      6f90a49b
  2. 09 4月, 2022 1 次提交
  3. 08 4月, 2022 1 次提交
  4. 16 3月, 2022 1 次提交
  5. 03 3月, 2022 5 次提交
  6. 18 2月, 2022 2 次提交
  7. 15 2月, 2022 2 次提交
  8. 10 2月, 2022 1 次提交
  9. 26 1月, 2022 3 次提交
  10. 19 1月, 2022 1 次提交
  11. 15 1月, 2022 1 次提交
  12. 29 12月, 2021 1 次提交
  13. 15 12月, 2021 1 次提交
  14. 14 12月, 2021 1 次提交
  15. 02 12月, 2021 2 次提交
  16. 25 11月, 2021 2 次提交
  17. 06 11月, 2021 2 次提交
  18. 05 10月, 2021 2 次提交
  19. 29 9月, 2021 1 次提交
  20. 28 9月, 2021 1 次提交
  21. 06 8月, 2021 1 次提交
  22. 03 8月, 2021 1 次提交
  23. 30 7月, 2021 1 次提交
  24. 23 7月, 2021 1 次提交
  25. 22 6月, 2021 2 次提交
  26. 17 6月, 2021 1 次提交
  27. 16 6月, 2021 1 次提交