aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-04drm/amdgpu: skip kiq ib tests if mes enabledJack Xiao1-0/+4
2022-05-04drm/amdgpu: skip some checking for mes queue ib submissionJack Xiao1-2/+2
2022-03-15drm/amdgpu: only allow secure submission on rings which support thatLang Yu1-2/+2
2021-09-14drm/amdgpu: Increase direct IB pool sizexinhui pan1-7/+2
2021-08-16drm/amd/amdgpu embed hw_fence into amdgpu_jobJack Zhang1-1/+1
2021-06-04drm/amdgpu: Don't flush/invalidate HDP for APUs and A+AEric Huang1-13/+2
2021-06-01drm/amdgpu: remove unsafe optimization to drop preamble ibJiansong Chen1-10/+1
2021-04-28drm/amdgpu: fix no full coverage issue for gprs initializationDennis Li1-1/+1
2021-04-20drm/amdgpu: Add mem sync flag for IB allocated by SAJinzhou Su1-0/+2
2021-02-18drm/amdgpu: do not use drm middle layer for debugfsNirmoy Das1-13/+10
2021-02-09drm/amdgpu: enable gfx wave limiting for high priority compute jobsNirmoy Das1-0/+9
2020-11-24drm/amd/amdgpu/amdgpu_ib: Provide docs for 'amdgpu_ib_schedule()'s 'job' paramLee Jones1-0/+1
2020-11-13drm/amd/amdgpu/amdgpu_ib: Fix some incorrect/incomplete function documentationLee Jones1-2/+4
2020-08-24drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov1-1/+1
2020-07-14drm/amdgpu: use ARRAY_SIZE() to add amdgpu debugfs filesXiaojie Yuan1-1/+2
2020-07-01drm/amdgpu: remove distinction between explicit and implicit sync (v2)Christian König1-1/+1
2020-05-18drm/amdgpu: Add a UAPI flag for user to call mem_syncAndrey Grodzovsky1-0/+3
2020-04-28drm/amdgpu: cleanup IB pool handling a bitChristian König1-31/+34
2020-04-28drm/amdgpu: check ring type for secure IBsAlex Deucher1-0/+6
2020-04-28drm/amdgpu: Fix per-IB secure flag GFX hangHuang Rui1-14/+14
2020-04-28drm/amdgpu: Move to a per-IB secure flag (TMZ)Luben Tuikov1-3/+20
2020-04-28drm/amdgpu: job is secure iff CS is secure (v5)Huang Rui1-2/+2
2020-04-28drm/amdgpu: expand the context control interface with trust flagHuang Rui1-1/+1
2020-04-28drm/amdgpu: expand the emit tmz interface with trusted flagHuang Rui1-1/+1
2020-04-01drm/amdgpu: implement more ib pools (v2)xinhui pan1-12/+30
2020-02-26drm/amdgpu/sa: move debugfs init into core amdgpu debugfsAlex Deucher1-5/+2
2019-09-17drm/amdgpu: Fix KFD-related kernel oops on HawaiiFelix Kuehling1-1/+2
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher1-1/+3
2019-06-21drm/amdgpu: add ib preemption status in amdgpu_job (v2)Jack Xiao1-0/+1
2019-06-21drm/amdgpu: enable the static csa when mcbp enabledJack Xiao1-3/+4
2019-06-10drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg1-1/+3
2019-04-04drm/amdgpu: Adjust IB test timeout for XGMI configurationshaoyunl1-0/+3
2019-01-25drm/amdgpu: add flags to emit_ib interface v2Jack Xiao1-5/+5
2018-11-05drm/amdgpu: Modify the argument of emit_ib interfaceRex Zhu1-2/+1
2018-11-05drm/amdgpu: cleanup skipping IB test on KIQChristian König1-8/+3
2018-11-05drm/amdgpu: cleanup amdgpu_ib_ring_testsChristian König1-16/+19
2018-11-05drm/amdgpu: Retire amdgpu_ring.ready flag v4Andrey Grodzovsky1-3/+3
2018-10-09drm/amdgpu: skip IB tests for KIQ in generalPratik Vishwakarma1-0/+8
2018-08-27drm/amdgpu: Add job pipe sync dependecy traceAndrey Grodzovsky1-0/+5
2018-08-27amdgpu: fix multi-process hang issueEmily Deng1-1/+2
2018-07-16drm/amdgpu: remove fence context from the jobChristian König1-1/+1
2018-07-05drm/amdgpu: fix user fence write race conditionNicolai Hähnle1-6/+6
2018-06-15drm/amdgpu: enable vcn jpeg ib testBoyuan Zhang1-1/+2
2018-05-15drm/amdgpu: optionally do a writeback but don't invalidate TC for IB fencesMarek Olšák1-2/+6
2018-02-28drm/amdgpu: cleanup SA inti and fini(v2)Monk Liu1-6/+0
2018-02-28drm/amdgpu: adjust timeout for ib_ring_tests(v2)Monk Liu1-1/+32
2018-02-28drm/amdgpu: cond_exec only for schedule with a jobMonk Liu1-1/+1
2018-02-19drm/amdgpu: remove now superflous *_hdp operationChristian König1-6/+1
2018-02-19drm/amdgpu: fallback to generic HDP operationChristian König1-8/+14
2017-12-27drm/amdgpu: rename vm_id to vmidChristian König1-4/+4