1. 02 9月, 2021 1 次提交
  2. 26 8月, 2021 1 次提交
  3. 10 4月, 2021 1 次提交
  4. 09 4月, 2020 1 次提交
    • N
      drm/amdgpu: rework sched_list generation · 1c6d567b
      Nirmoy Das 提交于
      Generate HW IP's sched_list in amdgpu_ring_init() instead of
      amdgpu_ctx.c. This makes amdgpu_ctx_init_compute_sched(),
      ring.has_high_prio and amdgpu_ctx_init_sched() unnecessary.
      This patch also stores sched_list for all HW IPs in one big
      array in struct amdgpu_device which makes amdgpu_ctx_init_entity()
      much more leaner.
      
      v2:
      fix a coding style issue
      do not use drm hw_ip const to populate amdgpu_ring_type enum
      
      v3:
      remove ctx reference and move sched array and num_sched to a struct
      use num_scheds to detect uninitialized scheduler list
      
      v4:
      use array_index_nospec for user space controlled variables
      fix possible checkpatch.pl warnings
      Signed-off-by: NNirmoy Das <nirmoy.das@amd.com>
      Reviewed-by: NChristian König <christian.koenig@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      1c6d567b
  5. 23 1月, 2020 1 次提交
  6. 11 6月, 2019 1 次提交
  7. 25 5月, 2019 1 次提交
  8. 26 1月, 2019 1 次提交
  9. 22 11月, 2018 1 次提交
  10. 06 11月, 2018 2 次提交
  11. 27 9月, 2018 1 次提交
  12. 14 8月, 2018 1 次提交
  13. 14 7月, 2018 1 次提交
  14. 06 7月, 2018 2 次提交
  15. 03 7月, 2018 1 次提交
  16. 16 5月, 2018 2 次提交
  17. 20 2月, 2018 2 次提交
  18. 28 12月, 2017 1 次提交
  19. 02 11月, 2017 1 次提交
  20. 01 6月, 2017 2 次提交
  21. 05 4月, 2017 1 次提交
  22. 30 3月, 2017 5 次提交
  23. 14 2月, 2017 2 次提交
  24. 09 2月, 2017 1 次提交
  25. 28 1月, 2017 2 次提交
  26. 18 1月, 2017 2 次提交
  27. 07 1月, 2017 1 次提交
  28. 07 12月, 2016 1 次提交