summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-041-1/+1
* | drm/amdgpu: move align_mask and nop into ring funcs as well (v2)Christian König2016-10-251-10/+9
* | drm/amdgpu: move the ring type into the funcs structure (v2)Christian König2016-10-251-3/+1
|/
* drm/amdgpu: potential NULL dereference in debugfs codeDan Carpenter2016-10-131-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/+4
* drm/amdgpu: use amdgpu_bo_create_kernel in amdgpu_ring.cChristian König2016-08-081-22/+5
* drm/amdgpu: add begin/end_use ring callbacksChristian König2016-07-291-0/+10
* drm/amdgpu: remove fence_lockChristian König2016-07-291-1/+0
* drm/amdgpu: remove more of the ring backup codeAlex Deucher2016-07-071-9/+0
* drm/amdgpu: clean up ring_backup code, no need moreChunming Zhou2016-07-071-72/+0
* 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
* drm/amd/amdgpu: Convert ring debugfs entries to binaryTom St Denis2016-07-071-65/+62
* drm/amdgpu: clear RB at ring initMonk Liu2016-07-071-0/+3
* drm/amdgpu: fix missing free wb for cond_execMonk Liu2016-06-091-0/+1
* drm/amdgpu: fix the coding style in amdgpu_ring.cChristian König2016-05-041-2/+3
* drm/amdgpu: use the ring name for debugfs (v2)Christian König2016-05-041-33/+23
* drm/amdgpu: use max_dw in ring_initChristian König2016-05-041-9/+5
* drm/amdgpu: Mark all instances of struct drm_info_list as constNils Wallménius2016-05-041-2/+2
* drm/amdgpu: support cond execMonk Liu2016-05-021-0/+9
* drm/amdgpu: add number of hardware submissions to amdgpu_fence_driver_init_ringChristian König2016-03-161-1/+2
* drm/amdgpu: remove amdgpu_ring_from_fenceChristian König2016-03-141-24/+0
* drm/amdgpu: make pad_ib a ring function v3Christian König2016-02-101-0/+13
* drm/amdgpu: remove rptr checkingChristian König2016-02-101-52/+25
OpenPOWER on IntegriCloud