aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/scheduler/gpu_scheduler.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach1-186/+0
2017-12-04drm/amdgpu: Remove job->s_entity to avoid keeping reference to stale pointer.Andrey Grodzovsky1-3/+4
2017-12-04drm/amdgpu: Fix deadlock during GPU reset.Andrey Grodzovsky1-1/+3
2017-12-04drm/amdgpu:cleanup job reset routine(v2)Monk Liu1-1/+1
2017-12-04drm/amd/scheduler:introduce guilty pointer memberMonk Liu1-1/+2
2017-12-04drm/amdgpu:add hang_limit for sched(v2)Monk Liu1-1/+2
2017-12-04drm/amdgpu: Avoid accessing job->entity after the job is scheduled.Andrey Grodzovsky1-18/+14
2017-10-09drm/amdgpu: introduce AMDGPU_CTX_PRIORITY_UNSETAndres Rodriguez1-1/+2
2017-10-09drm/amd/sched: allow clients to edit an entity's rq v2Andres Rodriguez1-0/+3
2017-10-09drm/amdgpu: make amdgpu_to_sched_priority detect invalid parametersAndres Rodriguez1-1/+2
2017-10-09drm/amdgpu: add framework for HW specific priority settings v9Andres Rodriguez1-0/+7
2017-10-09drm/amdgpu: add parameter to allocate high priority contexts v11Andres Rodriguez1-1/+4
2017-05-24drm/amdgpu/SRIOV:implement guilty job TDR for(V2)Monk Liu1-0/+7
2017-05-10drm/amdgpu: fix dependency issueChunming Zhou1-0/+2
2017-03-29drm/amd/sched: revise priority numberChunming Zhou1-4/+5
2017-03-29drm/amd/sched: add a unique job id to amd_sched_jobAndres Rodriguez1-0/+2
2016-11-30Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextDave Airlie1-3/+3
2016-10-31drm/amd: fix scheduler fence teardown order v2Christian König1-3/+3
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-13/+13
2016-07-07drm/amdgpu: add amd_sched_job_recoveryChunming Zhou1-0/+1
2016-07-07drm/amd: add amd_sched_hw_job_resetChunming Zhou1-0/+1
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-1/+1
2016-07-07drm/amdgpu: generalize the scheduler fenceChristian König1-10/+9
2016-07-07drm/amdgpu: fix and cleanup job destructionChristian König1-20/+5
2016-07-07drm/amdgpu: properly abstract scheduler timeout handlingChristian König1-1/+1
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-1/+0
2016-07-07drm/amdgpu: remove begin_job/finish_jobChristian König1-6/+0
2016-07-07drm/amdgpu: fix coding style in the scheduler v2Christian König1-9/+12
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énius1-2/+2
2016-05-02drm/amdgpu: use ref to keep job aliveMonk Liu1-0/+13
2016-05-02drm/amdgpu: rework TDR in scheduler (v2)Monk Liu1-0/+7
2016-05-02drm/amdgpu: get rid of incorrect TDRMonk Liu1-4/+0
2016-05-02drm/amdgpu: put job to list before doneMonk Liu1-0/+6
2016-05-02drm/amdgpu: delay job free to when it's finished (v2)Monk Liu1-1/+4
2016-05-02drm/amdgpu: use sched_job_init to initialize sched_jobMonk Liu1-1/+4
2015-12-02drm/amd: abstract kernel rq and normal rq to priority of run queueChunming Zhou1-2/+7
2015-11-23drm/amdgpu: optimize scheduler fence handlingChristian König1-1/+4
2015-11-16drm/amdgpu: fix incorrect mutex usage v3Christian König1-2/+1
2015-11-16drm/amd: add kmem cache for sched fenceChunming Zhou1-0/+3
2015-10-14drm/amdgpu: add timer to fence to detect scheduler lockupJunwei Zhang1-1/+6
2015-09-23drm/amdgpu: more scheduler cleanups v2Christian König1-11/+9
2015-09-23drm/amdgpu: rename fence->scheduler to sched v2Christian König1-1/+1
2015-09-23drm/amdgpu: cleanup entity initChristian König1-5/+7
2015-09-23drm/amdgpu: refine the job naming for amdgpu_job and amdgpu_sched_jobJunwei Zhang1-2/+2
2015-09-23drm/amdgpu: remove process_job callback from the schedulerChristian König1-1/+0
2015-09-23drm/amdgpu: move scheduler fence callback into fence v2Christian König1-1/+1
2015-08-28drm/amdgpu: add scheduler dependency callback v2Christian König1-0/+3