1. 11 6月, 2019 1 次提交
  2. 25 5月, 2019 1 次提交
  3. 21 12月, 2018 1 次提交
  4. 06 11月, 2018 1 次提交
  5. 12 9月, 2018 1 次提交
  6. 28 8月, 2018 3 次提交
  7. 26 7月, 2018 2 次提交
  8. 19 7月, 2018 1 次提交
  9. 18 7月, 2018 2 次提交
  10. 17 7月, 2018 4 次提交
  11. 28 12月, 2017 2 次提交
  12. 18 12月, 2017 1 次提交
  13. 16 12月, 2017 1 次提交
  14. 08 12月, 2017 1 次提交
  15. 07 12月, 2017 1 次提交
  16. 05 12月, 2017 4 次提交
  17. 20 10月, 2017 3 次提交
  18. 10 10月, 2017 1 次提交
    • A
      drm/amdgpu: add framework for HW specific priority settings v9 · b2ff0e8a
      Andres Rodriguez 提交于
      Add an initial framework for changing the HW priorities of rings. The
      framework allows requesting priority changes for the lifetime of an
      amdgpu_job. After the job completes the priority will decay to the next
      lowest priority for which a request is still valid.
      
      A new ring function set_priority() can now be populated to take care of
      the HW specific programming sequence for priority changes.
      
      v2: set priority before emitting IB, and take a ref on amdgpu_job
      v3: use AMD_SCHED_PRIORITY_* instead of AMDGPU_CTX_PRIORITY_*
      v4: plug amdgpu_ring_restore_priority_cb into amdgpu_job_free_cb
      v5: use atomic for tracking job priorities instead of last_job
      v6: rename amdgpu_ring_priority_[get/put]() and align parameters
      v7: replace spinlocks with mutexes for KIQ compatibility
      v8: raise ring priority during cs_ioctl, instead of job_run
      v9: priority_get() before push_job()
      Reviewed-by: NChristian König <christian.koenig@amd.com>
      Acked-by: NChristian König <christian.koenig@amd.com>
      Signed-off-by: NAndres Rodriguez <andresx7@gmail.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      b2ff0e8a
  19. 14 7月, 2017 1 次提交
  20. 25 5月, 2017 6 次提交
  21. 11 5月, 2017 1 次提交
  22. 29 4月, 2017 1 次提交