summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/scheduler
AgeCommit message (Expand)AuthorFilesLines
2017-08-29drm/amdgpu: discard commands of killed processesChristian König1-4/+19
2017-07-14drm/amd/sched: print sched job id in amd_sched_job traceNicolai Hähnle1-4/+5
2017-05-24drm/amdgpu/SRIOV:implement guilty job TDR for(V2)Monk Liu2-1/+17
2017-05-10drm/amdgpu: fix dependency issueChunming Zhou2-0/+19
2017-05-10drm/amd: fix init order of sched jobChunming Zhou1-1/+1
2017-04-28drm/amdgpu: fix NULL pointer errorChunming Zhou1-1/+3
2017-03-29drm/amd/sched: revise priority numberChunming Zhou2-6/+7
2017-03-29drm/amd/sched: add a unique job id to amd_sched_jobAndres Rodriguez2-0/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar1-0/+1
2016-11-30Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextDave Airlie3-16/+22
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie2-2/+3
2016-10-31drm/amd: fix scheduler fence teardown order v2Christian König3-16/+22
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson4-70/+75
2016-10-24drm/amdgpu: update kernel-doc for some functionsGrazvydas Ignotas1-2/+2
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 Zhou2-0/+34
2016-07-07drm/amd: add amd_sched_hw_job_resetChunming Zhou2-0/+15
2016-07-07drm/amd: add parent for sched fenceChunming Zhou3-0/+3
2016-07-07drm/amdgpu: remove fence parameter from amd_sched_job_initChristian König2-4/+2
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önig4-45/+75
2016-07-07drm/amdgpu: fix and cleanup job destructionChristian König2-47/+24
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önig2-3/+10
2016-07-07drm/amdgpu: remove use_shed hack in job cleanupChristian König2-2/+0
2016-07-07drm/amdgpu: remove duplicated timeout callbackChristian König2-5/+1
2016-07-07drm/amdgpu: remove begin_job/finish_jobChristian König3-20/+9
2016-07-07drm/amdgpu: fix coding style in the scheduler v2Christian König3-23/+32
2016-05-11drm/amd: cleanup remaining spaces and tabs v2Christian König1-1/+1
2016-05-04drm/amd/scheduler: Mark amdgpu_sched_ops constNils Wallménius2-3/+3
2016-05-02drm/amdgpu: use ref to keep job aliveMonk Liu2-1/+20
2016-05-02drm/amdgpu: rework TDR in scheduler (v2)Monk Liu3-0/+45
2016-05-02drm/amdgpu: get rid of incorrect TDRMonk Liu2-42/+1
2016-05-02drm/amdgpu: put job to list before doneMonk Liu3-0/+27
2016-05-02drm/amdgpu: delay job free to when it's finished (v2)Monk Liu2-1/+12
2016-05-02drm/amdgpu: use sched_job_init to initialize sched_jobMonk Liu2-1/+21
2016-03-16drm/amdgpu: RCU protected amd_sched_fence_releaseChristian König1-1/+22
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 Zhou2-7/+16
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önig3-14/+55
2015-11-16drm/amdgpu: fix incorrect mutex usage v3Christian König2-11/+2
2015-11-16drm/amdgpu: cleanup scheduler fence get/put danceChristian König1-1/+0