aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/scheduler/gpu_scheduler.c
AgeCommit message (Expand)Author
2016-08-19drm/amdgpu: fix timeout value check in amd_sched_job_recoveryChristian König
2016-07-29drm/amd: fix deadlock of job_list_lock V2Chunming Zhou
2016-07-29drm/amd: reset hw count when reset jobChunming Zhou
2016-07-07drm/amdgpu: add amd_sched_job_recoveryChunming Zhou
2016-07-07drm/amd: add amd_sched_hw_job_resetChunming Zhou
2016-07-07drm/amd: add parent for sched fenceChunming Zhou
2016-07-07drm/amdgpu: remove fence parameter from amd_sched_job_initChristian König
2016-07-07drm/amdgpu: stop disabling irqs when it isn't neccessaryChristian König
2016-07-07drm/amdgpu: block scheduler when gpu resetChunming Zhou
2016-07-07drm/amdgpu: stop trying to schedule() with a spin heldChristian König
2016-07-07drm/amdgpu: generalize the scheduler fenceChristian König
2016-07-07drm/amdgpu: fix and cleanup job destructionChristian König
2016-07-07drm/amdgpu: move locking into the functions who need itChristian König
2016-07-07drm/amdgpu: properly abstract scheduler timeout handlingChristian König
2016-07-07drm/amdgpu: remove use_shed hack in job cleanupChristian König
2016-07-07drm/amdgpu: remove duplicated timeout callbackChristian König
2016-07-07drm/amdgpu: remove begin_job/finish_jobChristian König
2016-07-07drm/amdgpu: fix coding style in the scheduler v2Christian König
2016-05-04drm/amd/scheduler: Mark amdgpu_sched_ops constNils Wallménius
2016-05-02drm/amdgpu: use ref to keep job aliveMonk Liu
2016-05-02drm/amdgpu: rework TDR in scheduler (v2)Monk Liu
2016-05-02drm/amdgpu: get rid of incorrect TDRMonk Liu
2016-05-02drm/amdgpu: put job to list before doneMonk Liu
2016-05-02drm/amdgpu: delay job free to when it's finished (v2)Monk Liu
2016-05-02drm/amdgpu: use sched_job_init to initialize sched_jobMonk Liu
2016-02-10drm/amdgpu: drop a dummy wakeup schedulerMonk Liu
2015-12-14drm/amdgpu: add entity only when first job comeChunming Zhou
2015-12-04drm/amdgpu: fix race condition in amd_sched_entity_push_jobNicolai Hähnle
2015-12-02drm/amd: abstract kernel rq and normal rq to priority of run queueChunming Zhou
2015-11-23drm/amdgpu: move dependency handling out of atomic section v2Christian König
2015-11-23drm/amdgpu: optimize scheduler fence handlingChristian König
2015-11-16drm/amdgpu: fix incorrect mutex usage v3Christian König
2015-11-16drm/amdgpu: cleanup scheduler fence get/put danceChristian König
2015-11-16drm/amdgpu: add command submission workflow tracepointChunming Zhou
2015-11-16drm/amd: add kmem cache for sched fenceChunming Zhou
2015-11-04drm/amdgpu: fix stoping the scheduler timeoutChristian König
2015-11-03drm/amd/scheduler: don't oops on failure to loadDave Airlie
2015-10-28drm/amdgpu: ignore scheduler fences from the same entityChristian König
2015-10-14drm/amdgpu: fix lockup when clean pending fencesJunwei Zhang
2015-10-14drm/amdgpu: add timer to fence to detect scheduler lockupJunwei Zhang
2015-09-23drm/amdgpu: more scheduler cleanups v2Christian König
2015-09-23drm/amdgpu: rename fence->scheduler to sched v2Christian König
2015-09-23drm/amdgpu: cleanup entity initChristian König
2015-09-23drm/amdgpu: refine the job naming for amdgpu_job and amdgpu_sched_jobJunwei Zhang
2015-09-23drm/amdgpu: remove process_job callback from the schedulerChristian König
2015-09-23drm/amdgpu: move scheduler fence callback into fence v2Christian König
2015-09-23drm/amdgpu: signal scheduler fence when hw submission fails v3Christian König
2015-09-23drm/amdgpu: add tracepoint for scheduler (v2)Chunming Zhou
2015-09-04drm/amdgpu: fix warning in schedulerAlex Deucher
2015-09-02drm/amdgpu: make wait_event uninterruptible in push_jobChunming Zhou