1. 17 8月, 2022 1 次提交
  2. 25 7月, 2022 1 次提交
  3. 13 7月, 2022 1 次提交
  4. 08 6月, 2022 1 次提交
  5. 07 6月, 2022 2 次提交
  6. 27 5月, 2022 4 次提交
  7. 19 5月, 2022 1 次提交
  8. 07 5月, 2022 1 次提交
  9. 06 5月, 2022 2 次提交
  10. 04 5月, 2022 12 次提交
  11. 26 4月, 2022 1 次提交
  12. 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
  13. 09 4月, 2022 1 次提交
  14. 07 4月, 2022 1 次提交
  15. 01 4月, 2022 1 次提交
  16. 26 3月, 2022 1 次提交
  17. 16 3月, 2022 1 次提交
  18. 03 3月, 2022 4 次提交
  19. 18 2月, 2022 1 次提交
  20. 17 2月, 2022 2 次提交