summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/scheduler
AgeCommit message (Expand)AuthorLines
2016-05-11drm/amd: cleanup remaining spaces and tabs v2Christian König-1/+1
2016-05-04drm/amd/scheduler: Mark amdgpu_sched_ops constNils Wallménius-3/+3
2016-05-02drm/amdgpu: use ref to keep job aliveMonk Liu-1/+20
2016-05-02drm/amdgpu: rework TDR in scheduler (v2)Monk Liu-0/+45
2016-05-02drm/amdgpu: get rid of incorrect TDRMonk Liu-42/+1
2016-05-02drm/amdgpu: put job to list before doneMonk Liu-0/+27
2016-05-02drm/amdgpu: delay job free to when it's finished (v2)Monk Liu-1/+12
2016-05-02drm/amdgpu: use sched_job_init to initialize sched_jobMonk Liu-1/+21
2016-03-16drm/amdgpu: RCU protected amd_sched_fence_releaseChristian König-1/+22
2016-02-10drm/amdgpu: drop a dummy wakeup schedulerMonk Liu-1/+9
2015-12-14drm/amdgpu: add entity only when first job comeChunming Zhou-5/+8
2015-12-04drm/amdgpu: fix race condition in amd_sched_entity_push_jobNicolai Hähnle-2/+3
2015-12-02drm/amd: abstract kernel rq and normal rq to priority of run queueChunming Zhou-7/+16
2015-11-23drm/amdgpu: move dependency handling out of atomic section v2Christian König-27/+44
2015-11-23drm/amdgpu: optimize scheduler fence handlingChristian König-14/+55
2015-11-16drm/amdgpu: fix incorrect mutex usage v3Christian König-11/+2
2015-11-16drm/amdgpu: cleanup scheduler fence get/put danceChristian König-1/+0
2015-11-16drm/amdgpu: add command submission workflow tracepointChunming Zhou-3/+22
2015-11-16drm/amd: add kmem cache for sched fenceChunming Zhou-2/+23
2015-11-04drm/amdgpu: fix stoping the scheduler timeoutChristian König-1/+1
2015-11-03drm/amd/scheduler: don't oops on failure to loadDave Airlie-1/+2
2015-10-28drm/amdgpu: ignore scheduler fences from the same entityChristian König-0/+6
2015-10-14drm/amdgpu: fix lockup when clean pending fencesJunwei Zhang-3/+3
2015-10-14drm/amdgpu: add timer to fence to detect scheduler lockupJunwei Zhang-2/+48
2015-09-23drm/amdgpu: more scheduler cleanups v2Christian König-39/+26
2015-09-23drm/amdgpu: rename fence->scheduler to sched v2Christian König-4/+4
2015-09-23drm/amdgpu: cleanup entity initChristian König-19/+25
2015-09-23drm/amdgpu: refine the job naming for amdgpu_job and amdgpu_sched_jobJunwei Zhang-33/+35
2015-09-23drm/amdgpu: remove process_job callback from the schedulerChristian König-2/+0
2015-09-23drm/amdgpu: move scheduler fence callback into fence v2Christian König-11/+12
2015-09-23drm/amdgpu: signal scheduler fence when hw submission fails v3Christian König-0/+3
2015-09-23drm/amdgpu: add tracepoint for scheduler (v2)Chunming Zhou-1/+45
2015-09-04drm/amdgpu: fix warning in schedulerAlex Deucher-2/+3
2015-09-02drm/amdgpu: make wait_event uninterruptible in push_jobChunming Zhou-4/+3
2015-08-28drm/amdgpu: add scheduler dependency callback v2Christian König-0/+25
2015-08-28drm/amdgpu: let the scheduler work more with jobs v2Christian König-24/+37
2015-08-26drm/amdgpu: fix wait queue handling in the schedulerChristian König-10/+10
2015-08-26drm/amdgpu: remove extra parameters from scheduler callbacksChristian König-7/+4
2015-08-26drm/amdgpu: wake up scheduler only when neccessaryChristian König-1/+12
2015-08-26drm/amdgpu: remove entity idle timeout v2Christian König-17/+7
2015-08-25drm/amdgpu: add priv data to schedChunming Zhou-2/+5
2015-08-25drm/amdgpu: add owner for sched fenceChunming Zhou-4/+7
2015-08-25drm/amdgpu: remove entity reference from sched fenceChristian König-12/+6
2015-08-25drm/amdgpu: fix and cleanup amd_sched_entity_push_jobChristian König-36/+46
2015-08-25drm/amdgpu: remove unused parameters to amd_sched_createChristian König-24/+9
2015-08-25drm/amdgpu: remove sched_lockChristian König-4/+0
2015-08-25drm/amdgpu: remove prepare_job callbackChristian König-9/+2
2015-08-25drm/amdgpu: cleanup a scheduler function nameChristian König-3/+3
2015-08-25drm/amdgpu: reorder scheduler functionsChristian König-28/+28
2015-08-25drm/amdgpu: fix scheduler thread creation error checkingChristian König-7/+6