summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Use seq_puts() instead of seq_printf()Srinivasan Shanmugam2023-07-251-11/+11
* drm/amdgpu: remove unnecessary (void*) conversionsSu Hui2023-06-091-1/+1
* drm/amdgpu: enable the ring and IB test for slave kcqShiwu Zhang2023-06-091-5/+0
* drm/amdgpu: don't require a job for cond_exec and shadowAlex Deucher2023-04-241-2/+2
* drm/amdgpu: add gfx shadow CS IOCTL supportChristian König2023-04-241-1/+28
* drm/amdgpu: add master/slave check in init phaseLe Ma2023-04-201-0/+5
* drm/amdgpu: move vmhub out of amdgpu_ring_funcs (v4)Le Ma2023-04-141-1/+1
* drm/amd: Convert amdgpu to use suballocation helper.Maarten Lankhorst2023-03-011-3/+2
* drm/amdgpu: MCBP based on DRM scheduler (v9)Jiadong.Zhu2022-12-021-0/+2
* drm/amdgpu: move explicit sync check into the CSChristian König2022-11-031-1/+1
* drm/amdgpu: skip kiq ib tests if mes enabledJack Xiao2022-05-041-0/+4
* drm/amdgpu: skip some checking for mes queue ib submissionJack Xiao2022-05-041-2/+2
* drm/amdgpu: only allow secure submission on rings which support thatLang Yu2022-03-151-2/+2
* drm/amdgpu: Increase direct IB pool sizexinhui pan2021-09-141-7/+2
* drm/amd/amdgpu embed hw_fence into amdgpu_jobJack Zhang2021-08-161-1/+1
* drm/amdgpu: Don't flush/invalidate HDP for APUs and A+AEric Huang2021-06-041-13/+2
* drm/amdgpu: remove unsafe optimization to drop preamble ibJiansong Chen2021-06-011-10/+1
* drm/amdgpu: fix no full coverage issue for gprs initializationDennis Li2021-04-281-1/+1
* drm/amdgpu: Add mem sync flag for IB allocated by SAJinzhou Su2021-04-201-0/+2
* drm/amdgpu: do not use drm middle layer for debugfsNirmoy Das2021-02-181-13/+10
* drm/amdgpu: enable gfx wave limiting for high priority compute jobsNirmoy Das2021-02-091-0/+9
* drm/amd/amdgpu/amdgpu_ib: Provide docs for 'amdgpu_ib_schedule()'s 'job' paramLee Jones2020-11-241-0/+1
* drm/amd/amdgpu/amdgpu_ib: Fix some incorrect/incomplete function documentationLee Jones2020-11-131-2/+4
* drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov2020-08-241-1/+1
* drm/amdgpu: use ARRAY_SIZE() to add amdgpu debugfs filesXiaojie Yuan2020-07-141-1/+2
* drm/amdgpu: remove distinction between explicit and implicit sync (v2)Christian König2020-07-011-1/+1
* drm/amdgpu: Add a UAPI flag for user to call mem_syncAndrey Grodzovsky2020-05-181-0/+3
* drm/amdgpu: cleanup IB pool handling a bitChristian König2020-04-281-31/+34
* drm/amdgpu: check ring type for secure IBsAlex Deucher2020-04-281-0/+6
* drm/amdgpu: Fix per-IB secure flag GFX hangHuang Rui2020-04-281-14/+14
* drm/amdgpu: Move to a per-IB secure flag (TMZ)Luben Tuikov2020-04-281-3/+20
* drm/amdgpu: job is secure iff CS is secure (v5)Huang Rui2020-04-281-2/+2
* drm/amdgpu: expand the context control interface with trust flagHuang Rui2020-04-281-1/+1
* drm/amdgpu: expand the emit tmz interface with trusted flagHuang Rui2020-04-281-1/+1
* drm/amdgpu: implement more ib pools (v2)xinhui pan2020-04-011-12/+30
* drm/amdgpu/sa: move debugfs init into core amdgpu debugfsAlex Deucher2020-02-261-5/+2
* drm/amdgpu: Fix KFD-related kernel oops on HawaiiFelix Kuehling2019-09-171-1/+2
* Merge branch 'drm-next' into drm-next-5.3Alex Deucher2019-06-251-1/+3
|\
| * drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg2019-06-101-1/+3
* | drm/amdgpu: add ib preemption status in amdgpu_job (v2)Jack Xiao2019-06-211-0/+1
* | drm/amdgpu: enable the static csa when mcbp enabledJack Xiao2019-06-211-3/+4
|/
* drm/amdgpu: Adjust IB test timeout for XGMI configurationshaoyunl2019-04-041-0/+3
* drm/amdgpu: add flags to emit_ib interface v2Jack Xiao2019-01-251-5/+5
* drm/amdgpu: Modify the argument of emit_ib interfaceRex Zhu2018-11-051-2/+1
* drm/amdgpu: cleanup skipping IB test on KIQChristian König2018-11-051-8/+3
* drm/amdgpu: cleanup amdgpu_ib_ring_testsChristian König2018-11-051-16/+19
* drm/amdgpu: Retire amdgpu_ring.ready flag v4Andrey Grodzovsky2018-11-051-3/+3
* drm/amdgpu: skip IB tests for KIQ in generalPratik Vishwakarma2018-10-091-0/+8
* drm/amdgpu: Add job pipe sync dependecy traceAndrey Grodzovsky2018-08-271-0/+5
* amdgpu: fix multi-process hang issueEmily Deng2018-08-271-1/+2