summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/scheduler/gpu_scheduler.c
AgeCommit message (Expand)Author
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach
2017-12-06drm/amd/scheduler: add WARN_ON for s_fence->parentChunming Zhou
2017-12-06drm/amd/scheduler: fix page protection of cbChunming Zhou
2017-12-04drm/amdgpu:fix gpu recover missing skipping(v2)Monk Liu
2017-12-04amd/scheduler:imple job skip feature(v3)Monk Liu
2017-12-04drm/amdgpu: Remove job->s_entity to avoid keeping reference to stale pointer.Andrey Grodzovsky
2017-12-04drm/amdgpu: Fix deadlock during GPU reset.Andrey Grodzovsky
2017-12-04drm/amdgpu:cleanup job reset routine(v2)Monk Liu
2017-12-04drm/amd/scheduler:introduce guilty pointer memberMonk Liu
2017-12-04drm/amdgpu:add hang_limit for sched(v2)Monk Liu
2017-12-04drm/amdgpu: Avoid accessing job->entity after the job is scheduled.Andrey Grodzovsky
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-19drm/amd/sched: fix job tear down order v2Christian König
2017-10-18Revert "drm/amdgpu: discard commands of killed processes"Alex Deucher
2017-10-09drm/amd/sched: allow clients to edit an entity's rq v2Andres Rodriguez
2017-10-06drm/amd/sched: fix deadlock caused by unsignaled fences of deleted jobsNicolai Hähnle
2017-10-06drm/amd/sched: NULL out the s_fence field after run_jobNicolai Hähnle
2017-10-06drm/amd/sched: move adding finish callback to amd_sched_job_beginNicolai Hähnle
2017-10-06drm/amd/sched: fix an outdated commentNicolai Hähnle
2017-10-06drm/amd/sched: rename amd_sched_entity_pop_jobNicolai Hähnle
2017-08-29drm/amdgpu: discard commands of killed processesChristian König
2017-08-24drm/amdgpu: discard commands of killed processesChristian König
2017-05-24drm/amdgpu/SRIOV:implement guilty job TDR for(V2)Monk Liu
2017-05-10drm/amdgpu: fix dependency issueChunming Zhou
2017-05-10drm/amd: fix init order of sched jobChunming Zhou
2017-04-28drm/amdgpu: fix NULL pointer errorChunming Zhou
2017-03-29drm/amd/sched: revise priority numberChunming Zhou
2017-03-29drm/amd/sched: add a unique job id to amd_sched_jobAndres Rodriguez
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar
2016-11-30Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextDave Airlie
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie
2016-10-31drm/amd: fix scheduler fence teardown order v2Christian König
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson
2016-10-24drm/amdgpu: fix sched fence slab teardownGrazvydas Ignotas
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