summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/scheduler/gpu_scheduler.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-30Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextDave Airlie1-13/+0
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie1-0/+1
2016-10-31drm/amd: fix scheduler fence teardown order v2Christian König1-13/+0
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-33/+34
2016-10-24drm/amdgpu: fix sched fence slab teardownGrazvydas Ignotas1-0/+1
2016-08-19drm/amdgpu: fix timeout value check in amd_sched_job_recoveryChristian König1-1/+1
2016-07-29drm/amd: fix deadlock of job_list_lock V2Chunming Zhou1-3/+6
2016-07-29drm/amd: reset hw count when reset jobChunming Zhou1-0/+3
2016-07-07drm/amdgpu: add amd_sched_job_recoveryChunming Zhou1-0/+33
2016-07-07drm/amd: add amd_sched_hw_job_resetChunming Zhou1-0/+14
2016-07-07drm/amd: add parent for sched fenceChunming Zhou1-0/+1
2016-07-07drm/amdgpu: remove fence parameter from amd_sched_job_initChristian König1-3/+1
2016-07-07drm/amdgpu: stop disabling irqs when it isn't neccessaryChristian König1-8/+6
2016-07-07drm/amdgpu: block scheduler when gpu resetChunming Zhou1-3/+14
2016-07-07drm/amdgpu: stop trying to schedule() with a spin heldChristian König1-0/+2
2016-07-07drm/amdgpu: generalize the scheduler fenceChristian König1-15/+19
2016-07-07drm/amdgpu: fix and cleanup job destructionChristian König1-27/+19
2016-07-07drm/amdgpu: move locking into the functions who need itChristian König1-9/+9
2016-07-07drm/amdgpu: properly abstract scheduler timeout handlingChristian König1-2/+9
2016-07-07drm/amdgpu: remove use_shed hack in job cleanupChristian König1-1/+0
2016-07-07drm/amdgpu: remove duplicated timeout callbackChristian König1-4/+1
2016-07-07drm/amdgpu: remove begin_job/finish_jobChristian König1-4/+9
2016-07-07drm/amdgpu: fix coding style in the scheduler v2Christian König1-10/+15
2016-05-04drm/amd/scheduler: Mark amdgpu_sched_ops constNils Wallménius1-1/+1
2016-05-02drm/amdgpu: use ref to keep job aliveMonk Liu1-1/+7
2016-05-02drm/amdgpu: rework TDR in scheduler (v2)Monk Liu1-0/+37
2016-05-02drm/amdgpu: get rid of incorrect TDRMonk Liu1-38/+1
2016-05-02drm/amdgpu: put job to list before doneMonk Liu1-0/+12
2016-05-02drm/amdgpu: delay job free to when it's finished (v2)Monk Liu1-0/+8
2016-05-02drm/amdgpu: use sched_job_init to initialize sched_jobMonk Liu1-0/+17
2016-02-10drm/amdgpu: drop a dummy wakeup schedulerMonk Liu1-1/+9
2015-12-14drm/amdgpu: add entity only when first job comeChunming Zhou1-5/+8
2015-12-04drm/amdgpu: fix race condition in amd_sched_entity_push_jobNicolai Hähnle1-2/+3
2015-12-02drm/amd: abstract kernel rq and normal rq to priority of run queueChunming Zhou1-5/+9
2015-11-23drm/amdgpu: move dependency handling out of atomic section v2Christian König1-27/+44
2015-11-23drm/amdgpu: optimize scheduler fence handlingChristian König1-13/+38
2015-11-16drm/amdgpu: fix incorrect mutex usage v3Christian König1-9/+1
2015-11-16drm/amdgpu: cleanup scheduler fence get/put danceChristian König1-1/+0
2015-11-16drm/amdgpu: add command submission workflow tracepointChunming Zhou1-0/+1
2015-11-16drm/amd: add kmem cache for sched fenceChunming Zhou1-0/+12
2015-11-04drm/amdgpu: fix stoping the scheduler timeoutChristian König1-1/+1
2015-11-03drm/amd/scheduler: don't oops on failure to loadDave Airlie1-1/+2
2015-10-28drm/amdgpu: ignore scheduler fences from the same entityChristian König1-0/+6
2015-10-14drm/amdgpu: fix lockup when clean pending fencesJunwei Zhang1-3/+3
2015-10-14drm/amdgpu: add timer to fence to detect scheduler lockupJunwei Zhang1-1/+42
2015-09-23drm/amdgpu: more scheduler cleanups v2Christian König1-24/+13
2015-09-23drm/amdgpu: rename fence->scheduler to sched v2Christian König1-1/+1
2015-09-23drm/amdgpu: cleanup entity initChristian König1-13/+17
2015-09-23drm/amdgpu: refine the job naming for amdgpu_job and amdgpu_sched_jobJunwei Zhang1-31/+33
2015-09-23drm/amdgpu: remove process_job callback from the schedulerChristian König1-1/+0