summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
AgeCommit message (Expand)AuthorLines
2018-07-27drm/amdgpu: add support for inplace IB patching for MM engines v2Christian König-0/+1
2018-07-16drm/amdgpu: remove ring parameter from amdgpu_job_submitChristian König-0/+2
2018-06-15drm/amdgpu: define and add extra dword for jpeg ringBoyuan Zhang-0/+1
2018-06-15drm/amdgpu: define vcn jpeg ringBoyuan Zhang-1/+2
2018-05-18drm/amdgpu/vg20:increase 3 rings for AMDGPU_MAX_RINGSJames Zhu-1/+1
2018-05-15drm/amdgpu: optionally do a writeback but don't invalidate TC for IB fencesMarek Olšák-1/+3
2018-05-15drm/amdgpu: add emit_reg_write_reg_wait ring callbackAlex Deucher-0/+7
2018-02-06drm/amdgpu: Add KFD eviction fenceFelix Kuehling-2/+3
2018-02-06drm/amdgpu: Fix header file dependenciesFelix Kuehling-0/+1
2018-02-19drm/amdgpu: separate PASID mapping from VM flush v2Christian König-1/+1
2018-02-19drm/amdgpu: cache the fence to wait for a VMIDChristian König-0/+1
2018-02-19drm/amdgpu: add new emit_reg_wait callbackChristian König-0/+2
2018-02-19drm/amdgpu: remove now superflous *_hdp operationChristian König-1/+0
2018-02-19drm/amdgpu: forward pasid to backend flush implementationsChristian König-1/+1
2017-12-27drm/amdgpu: rename vm_id to vmidChristian König-2/+2
2017-12-12drm/amdgpu: use polling mem to set SDMA3 wptr for VFPixel Ding-0/+1
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach-6/+6
2017-12-04drm/amdgpu:cleanup force_completionMonk Liu-2/+1
2017-10-19drm/amdgpu: busywait KIQ register accessing (v4)pding-0/+4
2017-10-09drm/amdgpu: add framework for HW specific priority settings v9Andres Rodriguez-0/+15
2017-09-28drm/amdgpu: map compute rings by least recently used pipeAndres Rodriguez-2/+3
2017-07-14drm/amdgpu: fix amdgpu_ring_write_multipleChristian König-3/+1
2017-07-14drm/amdgpu: move ring helpers to amdgpu_ring.hChristian König-0/+42
2017-06-01drm/amdgpu: Move compute vm bug logic to amdgpu_vm.cAlex Xie-5/+0
2017-05-31drm/amdgpu: guarantee bijective mapping of ring ids for LRU v3Andres Rodriguez-2/+2
2017-05-31drm/amdgpu: implement lru amdgpu_queue_mgr policy for compute v4Andres Rodriguez-0/+4
2017-05-31drm/amdgpu: Optimize a function called by every IB shedulingAlex Xie-0/+6
2017-05-24drm/amdgpu: add vcn enc ring type and functionsLeo Liu-1/+2
2017-05-24drm/amdgpu: add a ring func for vcn start commandLeo Liu-0/+1
2017-05-24drm/amdgpu: add vcn decode ring type and functionsLeo Liu-1/+2
2017-05-24drm/amdgpu/SRIOV:implement guilty job TDR for(V2)Monk Liu-0/+1
2017-05-24drm/amdgpu:use FRAME_CNTL for new GFX ucode (v2)Monk Liu-0/+1
2017-04-28drm/amdgpu: assign VM invalidation engine manually v2Christian König-0/+1
2017-04-28drm/amdgpu: add VMHUB to ring associationChristian König-0/+1
2017-03-29drm/amdgpu:fix ring init sequenceMonk Liu-1/+1
2017-03-29drm/amdgpu/gfx8: store the eop gpu addr in the ring structureAlex Deucher-0/+1
2017-03-29drm/amdgpu: add uvd enc ring type and functionsLeo Liu-1/+2
2017-03-29drm/amdgpu: add uvd enc ringsLeo Liu-1/+2
2017-03-29drm/amdgpu: add a ring func for end commandLeo Liu-0/+1
2017-03-29drm/amdgpu: change wptr to 64 bits (v2)Ken Wang-5/+7
2017-03-29drm/amdgpu: change pointer of mqd_ptr & mqd_backup to voidXiangliang Yu-1/+1
2017-03-29drm/amdgpu:imple ring clearMonk Liu-0/+7
2017-03-29drm/damdgpu:add new mqd member in ringMonk Liu-0/+2
2017-01-27drm/amdgpu/ring: add two interfaces to support r/w registers with kiqXiangliang Yu-0/+2
2016-11-11drm/amdgpu: Add a ring type KIQ definitionTrigger Huang-1/+2
2016-10-28Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie-2/+2
2016-10-25drm/amdgpu: move align_mask and nop into ring funcs as well (v2)Christian König-4/+4
2016-10-25drm/amdgpu: move the ring type into the funcs structure (v2)Christian König-3/+3
2016-10-25drm/amdgpu: move IB and frame size directly into the engine descriptionChristian König-2/+3
2016-10-25drm/amdgpu: move fence and ring defines into amdgpu_ring.hChristian König-0/+184