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