summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c
Commit message (Expand)AuthorAgeFilesLines
* 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-211-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/+0Star
* 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/+16Star
* 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/+0Star
* 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-301-2/+2
* drm/amdgpu:fix ring init sequenceMonk Liu2017-03-301-3/+3
* drm/amdgpu: add 64bit wb functionsKen Wang2017-03-301-13/+37
* drm/amdgpu: change wptr to 64 bits (v2)Ken Wang2017-03-301-1/+4
* drm/amdgpu:use clear_ring to clr RBMonk Liu2017-03-301-1/+1
* drm/amdgpu:set cond_exec polling value to 1 in ring_initMonk Liu2017-01-271-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-161-1/+1
|\
| * don't open-code file_inode()Al Viro2016-12-051-1/+1
* | drm/amdgpu: move align_mask and nop into ring funcs as well (v2)Christian König2016-10-251-10/+9Star
* | drm/amdgpu: move the ring type into the funcs structure (v2)Christian König2016-10-251-3/+1Star
|/
* drm/amdgpu: potential NULL dereference in debugfs codeDan Carpenter2016-10-141-2/+2
* drm/amdgpu: clear ring pointer in amdgpu_device on teardownGrazvydas Ignotas2016-09-271-0/+2
* drm/amdgpu: free the BO in kernel by helper amdgpu_bo_free_kernel()Junwei Zhang2016-09-141-15/+4Star
* drm/amdgpu: use amdgpu_bo_create_kernel in amdgpu_ring.cChristian König2016-08-081-22/+5Star
* drm/amdgpu: add begin/end_use ring callbacksChristian König2016-07-291-0/+10
* drm/amdgpu: remove fence_lockChristian König2016-07-291-1/+0Star
* drm/amdgpu: remove more of the ring backup codeAlex Deucher2016-07-071-9/+0Star
* drm/amdgpu: clean up ring_backup code, no need moreChunming Zhou2016-07-071-72/+0Star
* drm/amdgpu: fix ring debugfs bugMonk Liu2016-07-071-0/+10
* drm/amd/amdgpu: ring debugfs is read in increments of 4 bytesTom St Denis2016-07-071-1/+1