1. 03 11月, 2020 2 次提交
  2. 23 9月, 2020 1 次提交
  3. 08 7月, 2020 1 次提交
  4. 01 7月, 2020 3 次提交
  5. 01 5月, 2020 1 次提交
  6. 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
  7. 02 4月, 2020 4 次提交
  8. 19 3月, 2020 2 次提交
  9. 07 3月, 2020 3 次提交
  10. 12 2月, 2020 1 次提交
  11. 08 2月, 2020 1 次提交
  12. 28 1月, 2020 1 次提交
  13. 23 1月, 2020 1 次提交
  14. 17 1月, 2020 3 次提交
  15. 12 12月, 2019 1 次提交
  16. 19 11月, 2019 2 次提交
  17. 04 10月, 2019 1 次提交
  18. 14 9月, 2019 1 次提交
  19. 23 8月, 2019 1 次提交
  20. 13 8月, 2019 1 次提交
  21. 02 8月, 2019 2 次提交
  22. 01 8月, 2019 1 次提交
  23. 31 7月, 2019 2 次提交
  24. 19 7月, 2019 3 次提交