summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04drm/amdgpu: cleanup conditional executionChristian König1-14/+7
2023-07-25drm/amdgpu: Use seq_puts() instead of seq_printf()Srinivasan Shanmugam1-11/+11
2023-06-09drm/amdgpu: remove unnecessary (void*) conversionsSu Hui1-1/+1
2023-06-09drm/amdgpu: enable the ring and IB test for slave kcqShiwu Zhang1-5/+0
2023-04-25drm/amdgpu: don't require a job for cond_exec and shadowAlex Deucher1-2/+2
2023-04-25drm/amdgpu: add gfx shadow CS IOCTL supportChristian König1-1/+28
2023-04-20drm/amdgpu: add master/slave check in init phaseLe Ma1-0/+5
2023-04-14drm/amdgpu: move vmhub out of amdgpu_ring_funcs (v4)Le Ma1-1/+1
2023-03-01drm/amd: Convert amdgpu to use suballocation helper.Maarten Lankhorst1-3/+2
2022-12-02drm/amdgpu: MCBP based on DRM scheduler (v9)Jiadong.Zhu1-0/+2
2022-11-03drm/amdgpu: move explicit sync check into the CSChristian König1-1/+1
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-02drm/amdgpu: remove unsafe optimization to drop preamble ibJiansong Chen1-10/+1
2021-04-29drm/amdgpu: fix no full coverage issue for gprs initializationDennis Li1-1/+1
2021-04-21drm/amdgpu: Add mem sync flag for IB allocated by SAJinzhou Su1-0/+2
2021-02-19drm/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-14drm/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-22drm/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-11drm/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-26drm/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-10drm/amdgpu: skip IB tests for KIQ in generalPratik Vishwakarma1-0/+8
2018-08-27drm/amdgpu: Add job pipe sync dependecy traceAndrey Grodzovsky1-0/+5