summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_job.c
AgeCommit message (Expand)AuthorLines
2017-05-24drm/amdgpu: add dep_sync for amdgpu jobChunming Zhou-6/+11
2017-05-24drm/amdgpu: skip all jobs of guilty vmChunming Zhou-4/+11
2017-05-24drm/amdgpu:use job* to replace voluntaryMonk Liu-1/+1
2017-05-24drm/amdgpu:don't invoke srio-gpu-reset in gpu-reset (v2)Monk Liu-1/+5
2017-05-24drm/amdgpu: make pipeline sync be in same place v2Chunming Zhou-1/+0
2017-05-24drm/amdgpu: add sched sync for amdgpu job v2Chunming Zhou-4/+9
2017-05-10drm/amdgpu: fix dependency issueChunming Zhou-0/+4
2017-04-28drm/amdgpu: fix no-vmid jobChunming Zhou-1/+1
2017-01-27drm/amd/amdgpu: remove the uncessary parameter for ib schedulerJunwei Zhang-2/+1
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson-11/+11
2016-09-14drm/amdgpu: mark symbols static where possibleBaoyou Xie-1/+1
2016-09-12drm/amdgpu: change job->ctx field nameMonk Liu-1/+1
2016-07-14drm/amdgpu: cleanup hw reference handling in the IB testsChristian König-5/+3
2016-07-07drm/amdgpu: add a bool to specify if needing vm flush V2Chunming Zhou-1/+1
2016-07-07drm/amdgpu: put old hw fence of job if gpu resetChunming Zhou-0/+2
2016-07-07drm/amdgpu: remove fence parameter from amd_sched_job_initChristian König-3/+2
2016-07-07drm/amdgpu: earlier free SA resourcesChristian König-2/+2
2016-07-07drm/amdgpu: shorten amdgpu_job_free_resourcesChristian König-3/+5
2016-07-07drm/amdgpu: fix user fence handling once moreChristian König-1/+0
2016-07-07drm/amdgpu: use a fence array for VMID managementChristian König-1/+1
2016-07-07drm/amdgpu: add optional ring to amdgpu_sync_is_idleChristian König-1/+1
2016-07-07drm/amdgpu: remove amdgpu_sync_waitChristian König-5/+1
2016-07-07drm/amdgpu: generalize the scheduler fenceChristian König-2/+2
2016-07-07drm/amdgpu: add gpu reset to timeout handlerChunming Zhou-0/+1
2016-07-07drm/amdgpu: fix and cleanup job destructionChristian König-13/+5
2016-07-07drm/amdgpu: properly abstract scheduler timeout handlingChristian König-7/+8
2016-07-07drm/amdgpu: remove use_shed hack in job cleanupChristian König-5/+8
2016-07-07drm/amdgpu: fix coding style in amdgpu_job_freeChristian König-3/+4
2016-07-07drm/amdgpu: remove begin_job/finish_jobChristian König-2/+0
2016-05-11drm/amdgpu: fix and cleanup user fence handling v2Christian König-1/+1
2016-05-11drm/amdgpu: move VM fields into jobChristian König-10/+2
2016-05-11drm/amdgpu: move the context from the IBs into the jobChristian König-4/+3
2016-05-11drm/amdgpu: keep vm in job instead of ib (v2)Monk Liu-4/+5
2016-05-04drm/amd/scheduler: Mark amdgpu_sched_ops constNils Wallménius-1/+1
2016-05-02drm/amdgpu: use ref to keep job aliveMonk Liu-3/+12
2016-05-02drm/amdgpu: rework TDR in scheduler (v2)Monk Liu-1/+15
2016-05-02drm/amdgpu: delay job free to when it's finished (v2)Monk Liu-1/+10
2016-05-02drm/amdgpu: use sched_job_init to initialize sched_jobMonk Liu-6/+9
2016-03-17drm/amdgpu: use sched fence if possibleMonk Liu-1/+4
2016-03-17drm/amdgpu: move ib.fence to job.fenceMonk Liu-2/+3
2016-03-17drm/amdgpu: give a fence param to ib_freeMonk Liu-1/+2
2016-03-08drm/amdgpu: remove HW fence ownerChristian König-1/+1
2016-02-29drm/amdgpu: fix VM faults caused by vm_grab_id() v4Christian König-4/+11
2016-02-12drm/amdgpu: nuke the kernel contextChristian König-5/+0
2016-02-12drm/amdgpu: use per VM entity for page table updates (v2)Christian König-2/+6
2016-02-10drm/amdgpu: move sync into job objectChristian König-6/+15
2016-02-10drm/amdgpu: rename amdgpu_sched.c to amdgpu_job.cChristian König-0/+151