summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-27drm/amdgpu: separate VMID and PASID handlingChristian König1-2/+1
2017-12-06drm/amdgpu: Get rid of dep_sync as a seperate object.Andrey Grodzovsky1-1/+1
2017-07-14drm/amdgpu:fix world switch hangMonk Liu1-2/+3
2017-07-14drm/amdgpu: allow flushing VMID0 before IB execution as wellChristian König1-1/+1
2017-05-24drm/amdgpu: add a ring func for vcn start commandLeo Liu1-0/+3
2017-05-24drm/amdgpu: make pipeline sync be in same place v2Chunming Zhou1-3/+3
2017-05-24drm/amdgpu: add sched sync for amdgpu job v2Chunming Zhou1-1/+7
2017-05-24drm/amdgpu:cleanup flag not usedMonk Liu1-2/+0
2017-05-24drm/amdgpu:use FRAME_CNTL for new GFX ucode (v2)Monk Liu1-0/+3
2017-05-10drm/amdgpu: fix dependency issueChunming Zhou1-0/+2
2017-04-28drm/amdgpu: split VMID management by VMHUBChristian König1-1/+2
2017-03-29drm/amdgpu: Couple small warning fixesHarry Wentland1-1/+1
2017-03-29drm/amdgpu:changes in gfx DMAframe scheme (v2)Monk Liu1-4/+4
2017-03-29drm/amdgpu: add a ring func for end commandLeo Liu1-0/+3
2017-03-29drm/amdgpu: disable HDP flushes on APUsChristian König1-2/+10