aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c
AgeCommit message (Expand)Author
2021-02-09drm/amdgpu: cleanup struct amdgpu_ringNirmoy Das
2020-11-13drm/amd/amdgpu/amdgpu_ring: Fix misnaming of param 'max_dw'Lee Jones
2020-11-13drm/amd/amdgpu/amdgpu_ring: Fix a bunch of function misdocumentationLee Jones
2020-11-02drm/amdgpu/amdgpu: use "*" adjacent to data nameDeepak R Varma
2020-08-24drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov
2020-08-18drm/scheduler: Scheduler priority fixes (v2)Luben Tuikov
2020-04-13drm/amdgpu/ring: simplify scheduler setup logicAlex Deucher
2020-04-13drm/amdgpu/ring: add no_scheduler flagAlex Deucher
2020-04-09drm/amdgpu: rework sched_list generationNirmoy Das
2020-03-09drm/amdgpu: remove unused functionsNirmoy Das
2020-02-28drm/amdgpu: no need to clean debugfs at amdgpuYintian Tao
2020-02-26drm/amdgpu/ring: move debugfs init into core amdgpu debugfsAlex Deucher
2020-02-26drm/amdgpu: cleanup amdgpu_ring_finiNirmoy Das
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher
2019-06-21drm/amdgpu: add the trailing fence per ringJack Xiao
2019-06-11drm/amdgpu: drop the incorrect soft_reset for SRIOVMonk Liu
2019-06-10drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg
2019-03-20drm/amdgpu: use more entries for the first paging queueChristian König
2018-12-07drm/amdgpu: Skip ring soft recovery when fence was NULLwentalou
2018-11-05drm/amdgpu: further ring test cleanupsChristian König
2018-11-05drm/amdgpu: Retire amdgpu_ring.ready flag v4Andrey Grodzovsky
2018-08-27drm/amdgpu: add ring soft recovery v4Christian König
2018-08-27drm/amdgpu: remove ring lru handlingChristian König
2018-07-18drm/amdgpu: allow for more flexible priority handlingChristian König
2018-06-15drm/amdgpu: define and add extra dword for jpeg ringBoyuan Zhang
2018-05-18drm/amdgpu/vg20:Restruct uvd.inst to support multiple instancesJames Zhu
2018-05-15drm/amdgpu: add emit_reg_write_reg_wait ring callbackAlex Deucher
2018-03-01drm/amd/amdgpu: Mask rptr as well in ring debugfsTom St Denis
2018-02-19drm/amdgpu: cache the fence to wait for a VMIDChristian König
2017-12-18drm/amdgpu: rename amdgpu_wb_* functionsAlex Deucher
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach
2017-11-08drm/amdgpu: bypass lru touch for KIQ ring submissionPixel Ding
2017-10-09drm/amdgpu: add framework for HW specific priority settings v9Andres Rodriguez
2017-09-28drm/amdgpu: map compute rings by least recently used pipeAndres Rodriguez
2017-08-29drm/amdgpu: set sched_hw_submission higher for KIQ (v3)Alex Deucher
2017-08-15drm/amdgpu: don't finish the ring if not initializedTrigger Huang
2017-08-15drm/amdgpu: use 256 bit buffers for all wb allocations (v2)Alex Deucher
2017-08-15drm/amdgpu: make wb 256bit function names consistentAlex Deucher
2017-07-25drm/amdgpu:fix gfx fence allocate sizeMonk Liu
2017-06-01drm/amdgpu: Move compute vm bug logic to amdgpu_vm.cAlex Xie
2017-05-31drm/amdgpu: guarantee bijective mapping of ring ids for LRU v3Andres Rodriguez
2017-05-31drm/amdgpu: implement lru amdgpu_queue_mgr policy for compute v4Andres Rodriguez
2017-05-31drm/amdgpu: Optimize a function called by every IB shedulingAlex Xie
2017-03-29drm/amd/amdgpu: Correct ring wptr address in debugfs (v2)Tom St Denis
2017-03-29drm/amdgpu:fix ring init sequenceMonk Liu
2017-03-29drm/amdgpu: add 64bit wb functionsKen Wang
2017-03-29drm/amdgpu: change wptr to 64 bits (v2)Ken Wang
2017-03-29drm/amdgpu:use clear_ring to clr RBMonk Liu
2017-01-27drm/amdgpu:set cond_exec polling value to 1 in ring_initMonk Liu
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds