summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/scheduler/gpu_scheduler.c
Commit message (Expand)AuthorAge
* drm: move amd_gpu_scheduler into common locationLucas Stach2017-12-07
* drm/amd/scheduler: add WARN_ON for s_fence->parentChunming Zhou2017-12-06
* drm/amd/scheduler: fix page protection of cbChunming Zhou2017-12-06
* drm/amdgpu:fix gpu recover missing skipping(v2)Monk Liu2017-12-04
* amd/scheduler:imple job skip feature(v3)Monk Liu2017-12-04
* drm/amdgpu: Remove job->s_entity to avoid keeping reference to stale pointer.Andrey Grodzovsky2017-12-04
* drm/amdgpu: Fix deadlock during GPU reset.Andrey Grodzovsky2017-12-04
* drm/amdgpu:cleanup job reset routine(v2)Monk Liu2017-12-04
* drm/amd/scheduler:introduce guilty pointer memberMonk Liu2017-12-04
* drm/amdgpu:add hang_limit for sched(v2)Monk Liu2017-12-04
* drm/amdgpu: Avoid accessing job->entity after the job is scheduled.Andrey Grodzovsky2017-12-04
* Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-15
|\
| * drm/amd/sched: fix job tear down order v2Christian König2017-10-19
| * drm/amd/sched: allow clients to edit an entity's rq v2Andres Rodriguez2017-10-09
| * drm/amd/sched: fix deadlock caused by unsignaled fences of deleted jobsNicolai Hähnle2017-10-06
| * drm/amd/sched: NULL out the s_fence field after run_jobNicolai Hähnle2017-10-06
| * drm/amd/sched: move adding finish callback to amd_sched_job_beginNicolai Hähnle2017-10-06
| * drm/amd/sched: fix an outdated commentNicolai Hähnle2017-10-06
| * drm/amd/sched: rename amd_sched_entity_pop_jobNicolai Hähnle2017-10-06
| * drm/amdgpu: discard commands of killed processesChristian König2017-08-29
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
* | Revert "drm/amdgpu: discard commands of killed processes"Alex Deucher2017-10-18
* | drm/amdgpu: discard commands of killed processesChristian König2017-08-24
|/
* drm/amdgpu/SRIOV:implement guilty job TDR for(V2)Monk Liu2017-05-24
* drm/amdgpu: fix dependency issueChunming Zhou2017-05-10
* drm/amd: fix init order of sched jobChunming Zhou2017-05-10
* drm/amdgpu: fix NULL pointer errorChunming Zhou2017-04-28
* drm/amd/sched: revise priority numberChunming Zhou2017-03-29
* drm/amd/sched: add a unique job id to amd_sched_jobAndres Rodriguez2017-03-29
* sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-02
* Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextDave Airlie2016-11-30
|\
| * drm/amd: fix scheduler fence teardown order v2Christian König2016-10-31
* | Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie2016-11-07
|\ \ | |/
| * drm/amdgpu: fix sched fence slab teardownGrazvydas Ignotas2016-10-24
* | dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-25
|/
* drm/amdgpu: fix timeout value check in amd_sched_job_recoveryChristian König2016-08-19
* drm/amd: fix deadlock of job_list_lock V2Chunming Zhou2016-07-29
* drm/amd: reset hw count when reset jobChunming Zhou2016-07-29
* drm/amdgpu: add amd_sched_job_recoveryChunming Zhou2016-07-07
* drm/amd: add amd_sched_hw_job_resetChunming Zhou2016-07-07
* drm/amd: add parent for sched fenceChunming Zhou2016-07-07
* drm/amdgpu: remove fence parameter from amd_sched_job_initChristian König2016-07-07
* drm/amdgpu: stop disabling irqs when it isn't neccessaryChristian König2016-07-07
* drm/amdgpu: block scheduler when gpu resetChunming Zhou2016-07-07
* drm/amdgpu: stop trying to schedule() with a spin heldChristian König2016-07-07
* drm/amdgpu: generalize the scheduler fenceChristian König2016-07-07
* drm/amdgpu: fix and cleanup job destructionChristian König2016-07-07
* drm/amdgpu: move locking into the functions who need itChristian König2016-07-07
* drm/amdgpu: properly abstract scheduler timeout handlingChristian König2016-07-07
* drm/amdgpu: remove use_shed hack in job cleanupChristian König2016-07-07