summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/scheduler/gpu_scheduler.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu/SRIOV:implement guilty job TDR for(V2)Monk Liu2017-05-241-1/+10
* drm/amdgpu: fix dependency issueChunming Zhou2017-05-101-0/+17
* drm/amd: fix init order of sched jobChunming Zhou2017-05-101-1/+1
* drm/amdgpu: fix NULL pointer errorChunming Zhou2017-04-281-1/+3
* drm/amd/sched: revise priority numberChunming Zhou2017-03-301-2/+2
* drm/amd/sched: add a unique job id to amd_sched_jobAndres Rodriguez2017-03-301-0/+2
* sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
* Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextDave Airlie2016-11-301-13/+0Star
|\
| * drm/amd: fix scheduler fence teardown order v2Christian König2016-10-311-13/+0Star
* | Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie2016-11-071-0/+1
|\|
| * drm/amdgpu: fix sched fence slab teardownGrazvydas Ignotas2016-10-241-0/+1
* | dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-251-33/+34
|/
* drm/amdgpu: fix timeout value check in amd_sched_job_recoveryChristian König2016-08-191-1/+1
* drm/amd: fix deadlock of job_list_lock V2Chunming Zhou2016-07-291-3/+6
* drm/amd: reset hw count when reset jobChunming Zhou2016-07-291-0/+3
* drm/amdgpu: add amd_sched_job_recoveryChunming Zhou2016-07-071-0/+33
* drm/amd: add amd_sched_hw_job_resetChunming Zhou2016-07-071-0/+14
* drm/amd: add parent for sched fenceChunming Zhou2016-07-071-0/+1
* drm/amdgpu: remove fence parameter from amd_sched_job_initChristian König2016-07-071-3/+1Star
* drm/amdgpu: stop disabling irqs when it isn't neccessaryChristian König2016-07-071-8/+6Star
* drm/amdgpu: block scheduler when gpu resetChunming Zhou2016-07-071-3/+14
* drm/amdgpu: stop trying to schedule() with a spin heldChristian König2016-07-071-0/+2
* drm/amdgpu: generalize the scheduler fenceChristian König2016-07-071-15/+19
* drm/amdgpu: fix and cleanup job destructionChristian König2016-07-071-27/+19Star
* drm/amdgpu: move locking into the functions who need itChristian König2016-07-071-9/+9
* drm/amdgpu: properly abstract scheduler timeout handlingChristian König2016-07-071-2/+9
* drm/amdgpu: remove use_shed hack in job cleanupChristian König2016-07-071-1/+0Star
* drm/amdgpu: remove duplicated timeout callbackChristian König2016-07-071-4/+1Star
* drm/amdgpu: remove begin_job/finish_jobChristian König2016-07-071-4/+9
* drm/amdgpu: fix coding style in the scheduler v2Christian König2016-07-071-10/+15
* drm/amd/scheduler: Mark amdgpu_sched_ops constNils Wallménius2016-05-051-1/+1
* drm/amdgpu: use ref to keep job aliveMonk Liu2016-05-021-1/+7
* drm/amdgpu: rework TDR in scheduler (v2)Monk Liu2016-05-021-0/+37
* drm/amdgpu: get rid of incorrect TDRMonk Liu2016-05-021-38/+1Star
* drm/amdgpu: put job to list before doneMonk Liu2016-05-021-0/+12
* drm/amdgpu: delay job free to when it's finished (v2)Monk Liu2016-05-021-0/+8
* drm/amdgpu: use sched_job_init to initialize sched_jobMonk Liu2016-05-021-0/+17
* drm/amdgpu: drop a dummy wakeup schedulerMonk Liu2016-02-101-1/+9
* drm/amdgpu: add entity only when first job comeChunming Zhou2015-12-151-5/+8
* drm/amdgpu: fix race condition in amd_sched_entity_push_jobNicolai Hähnle2015-12-041-2/+3
* drm/amd: abstract kernel rq and normal rq to priority of run queueChunming Zhou2015-12-021-5/+9
* drm/amdgpu: move dependency handling out of atomic section v2Christian König2015-11-231-27/+44
* drm/amdgpu: optimize scheduler fence handlingChristian König2015-11-231-13/+38
* drm/amdgpu: fix incorrect mutex usage v3Christian König2015-11-161-9/+1Star
* drm/amdgpu: cleanup scheduler fence get/put danceChristian König2015-11-161-1/+0Star
* drm/amdgpu: add command submission workflow tracepointChunming Zhou2015-11-161-0/+1
* drm/amd: add kmem cache for sched fenceChunming Zhou2015-11-161-0/+12
* drm/amdgpu: fix stoping the scheduler timeoutChristian König2015-11-041-1/+1
* drm/amd/scheduler: don't oops on failure to loadDave Airlie2015-11-031-1/+2
* drm/amdgpu: ignore scheduler fences from the same entityChristian König2015-10-281-0/+6