Age | Commit message (Expand) | Author | Files | Lines |
2018-10-09 | drm/amdgpu: skip IB tests for KIQ in general | Pratik Vishwakarma | 1 | -0/+8 |
2018-08-27 | drm/amdgpu: Add job pipe sync dependecy trace | Andrey Grodzovsky | 1 | -0/+5 |
2018-08-27 | amdgpu: fix multi-process hang issue | Emily Deng | 1 | -1/+2 |
2018-07-16 | drm/amdgpu: remove fence context from the job | Christian König | 1 | -1/+1 |
2018-07-05 | drm/amdgpu: fix user fence write race condition | Nicolai Hähnle | 1 | -6/+6 |
2018-06-15 | drm/amdgpu: enable vcn jpeg ib test | Boyuan Zhang | 1 | -1/+2 |
2018-05-15 | drm/amdgpu: optionally do a writeback but don't invalidate TC for IB fences | Marek Olšák | 1 | -2/+6 |
2018-02-28 | drm/amdgpu: cleanup SA inti and fini(v2) | Monk Liu | 1 | -6/+0 |
2018-02-28 | drm/amdgpu: adjust timeout for ib_ring_tests(v2) | Monk Liu | 1 | -1/+32 |
2018-02-28 | drm/amdgpu: cond_exec only for schedule with a job | Monk Liu | 1 | -1/+1 |
2018-02-19 | drm/amdgpu: remove now superflous *_hdp operation | Christian König | 1 | -6/+1 |
2018-02-19 | drm/amdgpu: fallback to generic HDP operation | Christian König | 1 | -8/+14 |
2017-12-27 | drm/amdgpu: rename vm_id to vmid | Christian König | 1 | -4/+4 |
2017-12-27 | drm/amdgpu: separate VMID and PASID handling | Christian König | 1 | -2/+1 |
2017-12-06 | drm/amdgpu: Get rid of dep_sync as a seperate object. | Andrey Grodzovsky | 1 | -1/+1 |
2017-07-14 | drm/amdgpu:fix world switch hang | Monk Liu | 1 | -2/+3 |
2017-07-14 | drm/amdgpu: allow flushing VMID0 before IB execution as well | Christian König | 1 | -1/+1 |
2017-05-24 | drm/amdgpu: add a ring func for vcn start command | Leo Liu | 1 | -0/+3 |
2017-05-24 | drm/amdgpu: make pipeline sync be in same place v2 | Chunming Zhou | 1 | -3/+3 |
2017-05-24 | drm/amdgpu: add sched sync for amdgpu job v2 | Chunming Zhou | 1 | -1/+7 |
2017-05-24 | drm/amdgpu:cleanup flag not used | Monk Liu | 1 | -2/+0 |
2017-05-24 | drm/amdgpu:use FRAME_CNTL for new GFX ucode (v2) | Monk Liu | 1 | -0/+3 |
2017-05-10 | drm/amdgpu: fix dependency issue | Chunming Zhou | 1 | -0/+2 |
2017-04-28 | drm/amdgpu: split VMID management by VMHUB | Christian König | 1 | -1/+2 |
2017-03-29 | drm/amdgpu: Couple small warning fixes | Harry Wentland | 1 | -1/+1 |
2017-03-29 | drm/amdgpu:changes in gfx DMAframe scheme (v2) | Monk Liu | 1 | -4/+4 |
2017-03-29 | drm/amdgpu: add a ring func for end command | Leo Liu | 1 | -0/+3 |
2017-03-29 | drm/amdgpu: disable HDP flushes on APUs | Christian König | 1 | -2/+10 |
2017-01-27 | drm/amd/amdgpu: remove the uncessary parameter for ib scheduler | Junwei Zhang | 1 | -2/+2 |
2017-01-27 | drm/amdgpu:insert switch buffer only for VM submit | Monk Liu | 1 | -1/+1 |
2017-01-27 | drm/amdgpu:Preamble is forbid to be ignored in SRIOV | Monk Liu | 1 | -1/+2 |
2017-01-27 | drm/amdgpu:set cond_exec polling value to 1 in ring_init | Monk Liu | 1 | -3/+0 |
2017-01-27 | drm/amdgpu:introduce new flag to identify VM domain for cntx_ctrl | Monk Liu | 1 | -0/+3 |
2016-10-28 | Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr... | Dave Airlie | 1 | -3/+3 |
2016-10-25 | drm/amdgpu: move IB and frame size directly into the engine description | Christian König | 1 | -2/+2 |
2016-10-25 | drm/amdgpu: remove ring type check for conditional execution | Christian König | 1 | -1/+1 |
2016-10-25 | dma-buf: Rename struct fence to dma_fence | Chris Wilson | 1 | -3/+3 |
2016-09-28 | Merge tag 'v4.8-rc8' into drm-next | Dave Airlie | 1 | -2/+3 |
2016-09-16 | drm/amdgpu: use the new ring ib and dma frame size callbacks (v2) | Alex Deucher | 1 | -2/+5 |
2016-09-14 | drm/amdgpu:implement CONTEXT_CONTROL (v5) | Monk Liu | 1 | -1/+11 |
2016-09-12 | drm/amdgpu: change job->ctx field name | Monk Liu | 1 | -6/+6 |
2016-08-31 | drm/amdgpu: record error code when ring test failed | Chunming Zhou | 1 | -2/+3 |
2016-08-30 | drm/amdgpu:add switch buffer to end of CS (v2) | Monk Liu | 1 | -0/+2 |
2016-08-23 | drm/amd/amdgpu: Print ring name in amdgpu_ib_schedule() | Tom St Denis | 1 | -1/+1 |
2016-07-29 | drm/amdgpu: increase timeout of IB test | Chunming Zhou | 1 | -1/+1 |
2016-07-29 | drm/amdgpu: add a fence timeout for the IB tests v2 | Christian König | 1 | -1/+3 |
2016-07-14 | drm/amdgpu: cleanup hw reference handling in the IB tests | Christian König | 1 | -5/+1 |
2016-07-07 | drm/amdgpu: add a bool to specify if needing vm flush V2 | Chunming Zhou | 1 | -4/+1 |
2016-07-07 | drm/amdgpu: fix user fence handling once more | Christian König | 1 | -5/+2 |
2016-05-11 | drm/amdgpu: fix and cleanup user fence handling v2 | Christian König | 1 | -4/+5 |