summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/amdgpu/amdgpu_ring: Provide description for 'sched_score'Lee Jones2021-04-201-0/+1
* drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König2021-04-091-2/+4
* drm/amdgpu: cleanup struct amdgpu_ringNirmoy Das2021-02-091-6/+2
* drm/amd/amdgpu/amdgpu_ring: Fix misnaming of param 'max_dw'Lee Jones2020-11-131-1/+1
* drm/amd/amdgpu/amdgpu_ring: Fix a bunch of function misdocumentationLee Jones2020-11-131-6/+6
* drm/amdgpu/amdgpu: use "*" adjacent to data nameDeepak R Varma2020-11-021-1/+1
* drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov2020-08-241-1/+1
* drm/scheduler: Scheduler priority fixes (v2)Luben Tuikov2020-08-181-1/+1
* drm/amdgpu/ring: simplify scheduler setup logicAlex Deucher2020-04-131-3/+1
* drm/amdgpu/ring: add no_scheduler flagAlex Deucher2020-04-131-1/+2
* drm/amdgpu: rework sched_list generationNirmoy Das2020-04-091-2/+12
* drm/amdgpu: remove unused functionsNirmoy Das2020-03-091-70/+0
* drm/amdgpu: no need to clean debugfs at amdgpuYintian Tao2020-02-281-7/+0
* drm/amdgpu/ring: move debugfs init into core amdgpu debugfsAlex Deucher2020-02-261-12/+3
* drm/amdgpu: cleanup amdgpu_ring_finiNirmoy Das2020-02-261-1/+2
* Merge branch 'drm-next' into drm-next-5.3Alex Deucher2019-06-251-1/+2
|\
| * drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg2019-06-101-1/+2
* | drm/amdgpu: add the trailing fence per ringJack Xiao2019-06-211-0/+10
* | drm/amdgpu: drop the incorrect soft_reset for SRIOVMonk Liu2019-06-111-1/+1
|/
* drm/amdgpu: use more entries for the first paging queueChristian König2019-03-201-0/+2
* drm/amdgpu: Skip ring soft recovery when fence was NULLwentalou2018-12-071-1/+1
* drm/amdgpu: further ring test cleanupsChristian König2018-11-051-1/+7
* drm/amdgpu: Retire amdgpu_ring.ready flag v4Andrey Grodzovsky2018-11-051-1/+21
* drm/amdgpu: add ring soft recovery v4Christian König2018-08-271-0/+25
* drm/amdgpu: remove ring lru handlingChristian König2018-08-271-98/+0
* drm/amdgpu: allow for more flexible priority handlingChristian König2018-07-181-1/+2
* drm/amdgpu: define and add extra dword for jpeg ringBoyuan Zhang2018-06-151-1/+1
* drm/amdgpu/vg20:Restruct uvd.inst to support multiple instancesJames Zhu2018-05-181-0/+1
* drm/amdgpu: add emit_reg_write_reg_wait ring callbackAlex Deucher2018-05-151-0/+20
* drm/amd/amdgpu: Mask rptr as well in ring debugfsTom St Denis2018-03-011-1/+1
* drm/amdgpu: cache the fence to wait for a VMIDChristian König2018-02-191-0/+3
* drm/amdgpu: rename amdgpu_wb_* functionsAlex Deucher2017-12-181-8/+8
* drm: move amd_gpu_scheduler into common locationLucas Stach2017-12-071-7/+7
* drm/amdgpu: bypass lru touch for KIQ ring submissionPixel Ding2017-11-081-1/+2
* drm/amdgpu: add framework for HW specific priority settings v9Andres Rodriguez2017-10-091-1/+75
* drm/amdgpu: map compute rings by least recently used pipeAndres Rodriguez2017-09-281-5/+20
* drm/amdgpu: set sched_hw_submission higher for KIQ (v3)Alex Deucher2017-08-291-4/+12
* drm/amdgpu: don't finish the ring if not initializedTrigger Huang2017-08-151-0/+4
* drm/amdgpu: use 256 bit buffers for all wb allocations (v2)Alex Deucher2017-08-151-49/+16
* drm/amdgpu: make wb 256bit function names consistentAlex Deucher2017-08-151-1/+1
* drm/amdgpu:fix gfx fence allocate sizeMonk Liu2017-07-251-8/+18
* drm/amdgpu: Move compute vm bug logic to amdgpu_vm.cAlex Xie2017-06-011-32/+0
* drm/amdgpu: guarantee bijective mapping of ring ids for LRU v3Andres Rodriguez2017-05-311-7/+26
* drm/amdgpu: implement lru amdgpu_queue_mgr policy for compute v4Andres Rodriguez2017-05-311-0/+63
* drm/amdgpu: Optimize a function called by every IB shedulingAlex Xie2017-05-311-0/+33
* drm/amd/amdgpu: Correct ring wptr address in debugfs (v2)Tom St Denis2017-03-291-2/+2
* drm/amdgpu:fix ring init sequenceMonk Liu2017-03-291-3/+3
* drm/amdgpu: add 64bit wb functionsKen Wang2017-03-291-13/+37
* drm/amdgpu: change wptr to 64 bits (v2)Ken Wang2017-03-291-1/+4
* drm/amdgpu:use clear_ring to clr RBMonk Liu2017-03-291-1/+1