aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/scheduler/gpu_scheduler.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach1-744/+0
2017-12-06drm/amd/scheduler: add WARN_ON for s_fence->parentChunming Zhou1-0/+1
2017-12-06drm/amd/scheduler: fix page protection of cbChunming Zhou1-0/+7
2017-12-04drm/amdgpu:fix gpu recover missing skipping(v2)Monk Liu1-2/+3
2017-12-04amd/scheduler:imple job skip feature(v3)Monk Liu1-16/+23
2017-12-04drm/amdgpu: Remove job->s_entity to avoid keeping reference to stale pointer.Andrey Grodzovsky1-10/+9
2017-12-04drm/amdgpu: Fix deadlock during GPU reset.Andrey Grodzovsky1-44/+24
2017-12-04drm/amdgpu:cleanup job reset routine(v2)Monk Liu1-1/+30
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/+5
2017-12-04drm/amdgpu: Avoid accessing job->entity after the job is scheduled.Andrey Grodzovsky1-0/+1
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-11/+55
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-19drm/amd/sched: fix job tear down order v2Christian König1-3/+2
2017-10-18Revert "drm/amdgpu: discard commands of killed processes"Alex Deucher1-19/+4
2017-10-09drm/amd/sched: allow clients to edit an entity's rq v2Andres Rodriguez1-2/+22
2017-10-06drm/amd/sched: fix deadlock caused by unsignaled fences of deleted jobsNicolai Hähnle1-1/+7
2017-10-06drm/amd/sched: NULL out the s_fence field after run_jobNicolai Hähnle1-0/+4
2017-10-06drm/amd/sched: move adding finish callback to amd_sched_job_beginNicolai Hähnle1-2/+3
2017-10-06drm/amd/sched: fix an outdated commentNicolai Hähnle1-2/+1
2017-10-06drm/amd/sched: rename amd_sched_entity_pop_jobNicolai Hähnle1-2/+2
2017-08-29drm/amdgpu: discard commands of killed processesChristian König1-4/+19
2017-08-24drm/amdgpu: discard commands of killed processesChristian König1-4/+19
2017-05-24drm/amdgpu/SRIOV:implement guilty job TDR for(V2)Monk Liu1-1/+10
2017-05-10drm/amdgpu: fix dependency issueChunming Zhou1-0/+17
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 Zhou1-2/+2
2017-03-29drm/amd/sched: add a unique job id to amd_sched_jobAndres Rodriguez1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>Ingo Molnar1-0/+1
2016-11-30Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextDave Airlie1-13/+0
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie1-0/+1
2016-10-31drm/amd: fix scheduler fence teardown order v2Christian König1-13/+0
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-33/+34
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 Zhou1-0/+33
2016-07-07drm/amd: add amd_sched_hw_job_resetChunming Zhou1-0/+14
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-3/+1
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önig1-15/+19
2016-07-07drm/amdgpu: fix and cleanup job destructionChristian König1-27/+19
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önig1-2/+9
2016-07-07drm/amdgpu: remove use_shed hack in job cleanupChristian König1-1/+0