aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-14drm/amdgpu: fix amdgpu_ring_write_multipleChristian König1-3/+1
2017-07-14drm/amdgpu: move ring helpers to amdgpu_ring.hChristian König1-0/+42
2017-06-01drm/amdgpu: Move compute vm bug logic to amdgpu_vm.cAlex Xie1-5/+0
2017-05-31drm/amdgpu: guarantee bijective mapping of ring ids for LRU v3Andres Rodriguez1-2/+2
2017-05-31drm/amdgpu: implement lru amdgpu_queue_mgr policy for compute v4Andres Rodriguez1-0/+4
2017-05-31drm/amdgpu: Optimize a function called by every IB shedulingAlex Xie1-0/+6
2017-05-24drm/amdgpu: add vcn enc ring type and functionsLeo Liu1-1/+2
2017-05-24drm/amdgpu: add a ring func for vcn start commandLeo Liu1-0/+1
2017-05-24drm/amdgpu: add vcn decode ring type and functionsLeo Liu1-1/+2
2017-05-24drm/amdgpu/SRIOV:implement guilty job TDR for(V2)Monk Liu1-0/+1
2017-05-24drm/amdgpu:use FRAME_CNTL for new GFX ucode (v2)Monk Liu1-0/+1
2017-04-28drm/amdgpu: assign VM invalidation engine manually v2Christian König1-0/+1
2017-04-28drm/amdgpu: add VMHUB to ring associationChristian König1-0/+1
2017-03-29drm/amdgpu:fix ring init sequenceMonk Liu1-1/+1
2017-03-29drm/amdgpu/gfx8: store the eop gpu addr in the ring structureAlex Deucher1-0/+1
2017-03-29drm/amdgpu: add uvd enc ring type and functionsLeo Liu1-1/+2
2017-03-29drm/amdgpu: add uvd enc ringsLeo Liu1-1/+2
2017-03-29drm/amdgpu: add a ring func for end commandLeo Liu1-0/+1
2017-03-29drm/amdgpu: change wptr to 64 bits (v2)Ken Wang1-5/+7
2017-03-29drm/amdgpu: change pointer of mqd_ptr & mqd_backup to voidXiangliang Yu1-1/+1
2017-03-29drm/amdgpu:imple ring clearMonk Liu1-0/+7
2017-03-29drm/damdgpu:add new mqd member in ringMonk Liu1-0/+2
2017-01-27drm/amdgpu/ring: add two interfaces to support r/w registers with kiqXiangliang Yu1-0/+2
2016-11-11drm/amdgpu: Add a ring type KIQ definitionTrigger Huang1-1/+2
2016-10-28Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie1-2/+2
2016-10-25drm/amdgpu: move align_mask and nop into ring funcs as well (v2)Christian König1-4/+4
2016-10-25drm/amdgpu: move the ring type into the funcs structure (v2)Christian König1-3/+3
2016-10-25drm/amdgpu: move IB and frame size directly into the engine descriptionChristian König1-2/+3
2016-10-25drm/amdgpu: move fence and ring defines into amdgpu_ring.hChristian König1-0/+184