summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-01drm/amdgpu: add the ring type definition of MESJack Xiao1-1/+2
2020-05-18drm/amdgpu: Add new ring callback to insert memory syncAndrey Grodzovsky1-0/+1
2020-04-28drm/amdgpu: cleanup IB pool handling a bitChristian König1-0/+13
2020-04-28drm/amdgpu: Fix per-IB secure flag GFX hangHuang Rui1-2/+3
2020-04-28drm/amdgpu: Move to a per-IB secure flag (TMZ)Luben Tuikov1-5/+4
2020-04-28drm/amdgpu: expand the context control interface with trust flagHuang Rui1-2/+3
2020-04-28drm/amdgpu: expand the emit tmz interface with trusted flagHuang Rui1-2/+2
2020-04-24drm/amdgpu: protect ring overrunYintian Tao1-1/+2
2020-04-23drm/amdgpu: request reg_val_offs each kiq read regYintian Tao1-2/+3
2020-04-13drm/amdgpu/ring: add no_scheduler flagAlex Deucher1-0/+1
2020-04-09drm/amdgpu: rework sched_list generationNirmoy Das1-3/+11
2020-04-09drm/amdgpu: sync ring type and drm hw_ip typeNirmoy Das1-10/+10
2020-03-09drm/amdgpu: remove unused functionsNirmoy Das1-7/+0
2020-03-09drm/amdgpu: set compute queue priority at mqd_initNirmoy Das1-0/+1
2020-02-26drm/amdgpu/ring: move debugfs init into core amdgpu debugfsAlex Deucher1-0/+4
2019-07-18drm/amdgpu/: increase AMDGPU_MAX_RINGS to add 2nd vcn instanceJames Zhu1-1/+1
2019-06-21drm/amdgpu: add gfx v10 implementation (v10)Hawking Zhang1-2/+2
2019-06-21drm/amdgpu: Add new ring interface preempt_ibRex Zhu1-0/+2
2019-06-21drm/amdgpu: add the trailing fence per ringJack Xiao1-0/+4
2019-06-21drm/amdgpu: Add helper function amdgpu_ring_set_preempt_cond_execRex Zhu1-0/+6
2019-05-24drm/amdgpu: add no_user_fence flag to ring funcsLeo Liu1-0/+1
2019-01-25drm/amdgpu: add flags to emit_ib interface v2Jack Xiao1-2/+2
2018-12-14drm/amdgpu: increase the MAX ring numberEvan Quan1-1/+1
2018-11-05drm/amdgpu: Modify the argument of emit_ib interfaceRex Zhu1-2/+3
2018-11-05drm/amdgpu: Retire amdgpu_ring.ready flag v4Andrey Grodzovsky1-1/+2
2018-09-26drm/amdgpu: Move fence SW fallback warning v3Andrey Grodzovsky1-1/+1
2018-09-26Revert "drm/amdgpu: remove fence fallback"Andrey Grodzovsky1-0/+1
2018-09-19drm/amdgpu: remove fence fallbackChristian König1-1/+0
2018-08-27drm/amdgpu: add ring soft recovery v4Christian König1-0/+4
2018-08-27drm/amdgpu: remove ring lru handlingChristian König1-5/+0
2018-08-27drm/amdgpu: move ring macros into amdgpu_ring headerHuang Rui1-0/+24
2018-07-27drm/amdgpu: add support for inplace IB patching for MM engines v2Christian König1-0/+1
2018-07-16drm/amdgpu: remove ring parameter from amdgpu_job_submitChristian König1-0/+2
2018-06-15drm/amdgpu: define and add extra dword for jpeg ringBoyuan Zhang1-0/+1
2018-06-15drm/amdgpu: define vcn jpeg ringBoyuan Zhang1-1/+2
2018-05-18drm/amdgpu/vg20:increase 3 rings for AMDGPU_MAX_RINGSJames Zhu1-1/+1
2018-05-15drm/amdgpu: optionally do a writeback but don't invalidate TC for IB fencesMarek Olšák1-1/+3
2018-05-15drm/amdgpu: add emit_reg_write_reg_wait ring callbackAlex Deucher1-0/+7
2018-02-06drm/amdgpu: Add KFD eviction fenceFelix Kuehling1-2/+3
2018-02-06drm/amdgpu: Fix header file dependenciesFelix Kuehling1-0/+1
2018-02-19drm/amdgpu: separate PASID mapping from VM flush v2Christian König1-1/+1
2018-02-19drm/amdgpu: cache the fence to wait for a VMIDChristian König1-0/+1
2018-02-19drm/amdgpu: add new emit_reg_wait callbackChristian König1-0/+2
2018-02-19drm/amdgpu: remove now superflous *_hdp operationChristian König1-1/+0
2018-02-19drm/amdgpu: forward pasid to backend flush implementationsChristian König1-1/+1
2017-12-27drm/amdgpu: rename vm_id to vmidChristian König1-2/+2
2017-12-12drm/amdgpu: use polling mem to set SDMA3 wptr for VFPixel Ding1-0/+1
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach1-6/+6
2017-12-04drm/amdgpu:cleanup force_completionMonk Liu1-2/+1
2017-10-19drm/amdgpu: busywait KIQ register accessing (v4)pding1-0/+4