summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-27drm/amd/amdgpu: remove the uncessary parameter for ib schedulerJunwei Zhang1-2/+2
2017-01-27drm/amdgpu:insert switch buffer only for VM submitMonk Liu1-1/+1
2017-01-27drm/amdgpu:Preamble is forbid to be ignored in SRIOVMonk Liu1-1/+2
2017-01-27drm/amdgpu:set cond_exec polling value to 1 in ring_initMonk Liu1-3/+0
2017-01-27drm/amdgpu:introduce new flag to identify VM domain for cntx_ctrlMonk Liu1-0/+3
2016-10-28Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie1-3/+3
2016-10-25drm/amdgpu: move IB and frame size directly into the engine descriptionChristian König1-2/+2
2016-10-25drm/amdgpu: remove ring type check for conditional executionChristian König1-1/+1
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-3/+3
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie1-2/+3
2016-09-16drm/amdgpu: use the new ring ib and dma frame size callbacks (v2)Alex Deucher1-2/+5
2016-09-14drm/amdgpu:implement CONTEXT_CONTROL (v5)Monk Liu1-1/+11
2016-09-12drm/amdgpu: change job->ctx field nameMonk Liu1-6/+6
2016-08-31drm/amdgpu: record error code when ring test failedChunming Zhou1-2/+3
2016-08-30drm/amdgpu:add switch buffer to end of CS (v2)Monk Liu1-0/+2
2016-08-23drm/amd/amdgpu: Print ring name in amdgpu_ib_schedule()Tom St Denis1-1/+1
2016-07-29drm/amdgpu: increase timeout of IB testChunming Zhou1-1/+1
2016-07-29drm/amdgpu: add a fence timeout for the IB tests v2Christian König1-1/+3
2016-07-14drm/amdgpu: cleanup hw reference handling in the IB testsChristian König1-5/+1
2016-07-07drm/amdgpu: add a bool to specify if needing vm flush V2Chunming Zhou1-4/+1
2016-07-07drm/amdgpu: fix user fence handling once moreChristian König1-5/+2
2016-05-11drm/amdgpu: fix and cleanup user fence handling v2Christian König1-4/+5
2016-05-11drm/amdgpu: move VM fields into jobChristian König1-10/+9
2016-05-11drm/amdgpu: move the context from the IBs into the jobChristian König1-7/+15
2016-05-11drm/amdgpu: move context switch handling into common code v2Christian König1-9/+7
2016-05-11drm/amdgpu: move preamble IB handling into common codeChristian König1-1/+7
2016-05-11drm/amdgpu: use fence_context to judge ctx switch v2Christian König1-1/+1
2016-05-11drm/amdgpu: two minor 80 char fixesChristian König1-1/+2
2016-05-11drm/amdgpu: hdp flush&inval should always doMonk Liu1-7/+5
2016-05-11drm/amdgpu: keep vm in job instead of ib (v2)Monk Liu1-12/+4
2016-05-04drm/amdgpu: Mark all instances of struct drm_info_list as constNils Wallménius1-1/+1
2016-05-04drm/amdgpu: add a fence after the VM flushChristian König1-4/+8
2016-05-02drm/amdgpu: patch cond exec for SDMAMonk Liu1-1/+8
2016-05-02drm/amdgpu: support cond execMonk Liu1-0/+3