summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/scheduler
AgeCommit message (Expand)AuthorLines
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach-1306/+0
2017-12-07drm/amdgpu: add license to files where it was missingAlex Deucher-1/+23
2017-12-06drm/amd/scheduler: add WARN_ON for s_fence->parentChunming Zhou-0/+1
2017-12-06drm/amd/scheduler: fix page protection of cbChunming Zhou-0/+7
2017-12-04drm/amdgpu:fix gpu recover missing skipping(v2)Monk Liu-2/+3
2017-12-04amd/scheduler:imple job skip feature(v3)Monk Liu-16/+23
2017-12-04drm/amdgpu: Remove job->s_entity to avoid keeping reference to stale pointer.Andrey Grodzovsky-18/+17
2017-12-04drm/amdgpu: Fix deadlock during GPU reset.Andrey Grodzovsky-47/+29
2017-12-04drm/amdgpu: Add SPSC queue to scheduler.Andrey Grodzovsky-0/+121
2017-12-04drm/amdgpu:cleanup job reset routine(v2)Monk Liu-2/+31
2017-12-04drm/amd/scheduler:introduce guilty pointer memberMonk Liu-2/+4
2017-12-04drm/amdgpu:add hang_limit for sched(v2)Monk Liu-2/+7
2017-12-04drm/amdgpu: Avoid accessing job->entity after the job is scheduled.Andrey Grodzovsky-18/+15
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-13/+72
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland-1/+1
2017-10-19drm/amd/sched: fix job tear down order v2Christian König-3/+2
2017-10-18Revert "drm/amdgpu: discard commands of killed processes"Alex Deucher-19/+4
2017-10-09drm/amdgpu: introduce AMDGPU_CTX_PRIORITY_UNSETAndres Rodriguez-1/+2
2017-10-09drm/amd/sched: allow clients to edit an entity's rq v2Andres Rodriguez-2/+25
2017-10-09drm/amdgpu: make amdgpu_to_sched_priority detect invalid parametersAndres Rodriguez-1/+2
2017-10-09drm/amdgpu: add framework for HW specific priority settings v9Andres Rodriguez-0/+7
2017-10-09drm/amdgpu: add parameter to allocate high priority contexts v11Andres Rodriguez-1/+4
2017-10-06drm/amd/sched: fix deadlock caused by unsignaled fences of deleted jobsNicolai Hähnle-1/+7
2017-10-06drm/amd/sched: NULL out the s_fence field after run_jobNicolai Hähnle-0/+4
2017-10-06drm/amd/sched: move adding finish callback to amd_sched_job_beginNicolai Hähnle-2/+3
2017-10-06drm/amd/sched: fix an outdated commentNicolai Hähnle-2/+1
2017-10-06drm/amd/sched: rename amd_sched_entity_pop_jobNicolai Hähnle-2/+2
2017-08-29drm/amdgpu: discard commands of killed processesChristian König-4/+19
2017-08-24drm/amdgpu: discard commands of killed processesChristian König-4/+19
2017-07-14drm/amd/sched: print sched job id in amd_sched_job traceNicolai Hähnle-4/+5
2017-05-24drm/amdgpu/SRIOV:implement guilty job TDR for(V2)Monk Liu-1/+17
2017-05-10drm/amdgpu: fix dependency issueChunming Zhou-0/+19
2017-05-10drm/amd: fix init order of sched jobChunming Zhou-1/+1
2017-04-28drm/amdgpu: fix NULL pointer errorChunming Zhou-1/+3
2017-03-29drm/amd/sched: revise priority numberChunming Zhou-6/+7
2017-03-29drm/amd/sched: add a unique job id to amd_sched_jobAndres Rodriguez-0/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar-0/+1
2016-11-30Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextDave Airlie-16/+22
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie-2/+3
2016-10-31drm/amd: fix scheduler fence teardown order v2Christian König-16/+22
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson-70/+75
2016-10-24drm/amdgpu: update kernel-doc for some functionsGrazvydas Ignotas-2/+2
2016-10-24drm/amdgpu: fix sched fence slab teardownGrazvydas Ignotas-0/+1
2016-08-19drm/amdgpu: fix timeout value check in amd_sched_job_recoveryChristian König-1/+1
2016-07-29drm/amd: fix deadlock of job_list_lock V2Chunming Zhou-3/+6
2016-07-29drm/amd: reset hw count when reset jobChunming Zhou-0/+3
2016-07-07drm/amdgpu: add amd_sched_job_recoveryChunming Zhou-0/+34
2016-07-07drm/amd: add amd_sched_hw_job_resetChunming Zhou-0/+15