summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/scheduler
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: add license to files where it was missingAlex Deucher2017-12-041-1/+23
* Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-152-13/+72
|\
| * drm/amd/sched: fix job tear down order v2Christian König2017-10-191-3/+2
| * drm/amdgpu: introduce AMDGPU_CTX_PRIORITY_UNSETAndres Rodriguez2017-10-091-1/+2
| * drm/amd/sched: allow clients to edit an entity's rq v2Andres Rodriguez2017-10-092-2/+25
| * drm/amdgpu: make amdgpu_to_sched_priority detect invalid parametersAndres Rodriguez2017-10-091-1/+2
| * drm/amdgpu: add framework for HW specific priority settings v9Andres Rodriguez2017-10-091-0/+7
| * drm/amdgpu: add parameter to allocate high priority contexts v11Andres Rodriguez2017-10-091-1/+4
| * drm/amd/sched: fix deadlock caused by unsignaled fences of deleted jobsNicolai Hähnle2017-10-061-1/+7
| * drm/amd/sched: NULL out the s_fence field after run_jobNicolai Hähnle2017-10-061-0/+4
| * drm/amd/sched: move adding finish callback to amd_sched_job_beginNicolai Hähnle2017-10-061-2/+3
| * drm/amd/sched: fix an outdated commentNicolai Hähnle2017-10-061-2/+1
| * drm/amd/sched: rename amd_sched_entity_pop_jobNicolai Hähnle2017-10-061-2/+2
| * drm/amdgpu: discard commands of killed processesChristian König2017-08-291-4/+19
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/ /
* | Revert "drm/amdgpu: discard commands of killed processes"Alex Deucher2017-10-181-19/+4
* | drm/amdgpu: discard commands of killed processesChristian König2017-08-241-4/+19
|/
* drm/amd/sched: print sched job id in amd_sched_job traceNicolai Hähnle2017-07-141-4/+5
* drm/amdgpu/SRIOV:implement guilty job TDR for(V2)Monk Liu2017-05-242-1/+17
* drm/amdgpu: fix dependency issueChunming Zhou2017-05-102-0/+19
* drm/amd: fix init order of sched jobChunming Zhou2017-05-101-1/+1
* drm/amdgpu: fix NULL pointer errorChunming Zhou2017-04-281-1/+3
* drm/amd/sched: revise priority numberChunming Zhou2017-03-292-6/+7
* drm/amd/sched: add a unique job id to amd_sched_jobAndres Rodriguez2017-03-292-0/+4
* sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
* Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextDave Airlie2016-11-303-16/+22
|\
| * drm/amd: fix scheduler fence teardown order v2Christian König2016-10-313-16/+22
* | Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie2016-11-072-2/+3
|\ \ | |/
| * drm/amdgpu: update kernel-doc for some functionsGrazvydas Ignotas2016-10-241-2/+2
| * drm/amdgpu: fix sched fence slab teardownGrazvydas Ignotas2016-10-241-0/+1
* | dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-254-70/+75
|/
* drm/amdgpu: fix timeout value check in amd_sched_job_recoveryChristian König2016-08-191-1/+1
* drm/amd: fix deadlock of job_list_lock V2Chunming Zhou2016-07-291-3/+6
* drm/amd: reset hw count when reset jobChunming Zhou2016-07-291-0/+3
* drm/amdgpu: add amd_sched_job_recoveryChunming Zhou2016-07-072-0/+34
* drm/amd: add amd_sched_hw_job_resetChunming Zhou2016-07-072-0/+15
* drm/amd: add parent for sched fenceChunming Zhou2016-07-073-0/+3
* drm/amdgpu: remove fence parameter from amd_sched_job_initChristian König2016-07-072-4/+2
* drm/amdgpu: stop disabling irqs when it isn't neccessaryChristian König2016-07-071-8/+6
* drm/amdgpu: block scheduler when gpu resetChunming Zhou2016-07-071-3/+14
* drm/amdgpu: stop trying to schedule() with a spin heldChristian König2016-07-071-0/+2
* drm/amdgpu: generalize the scheduler fenceChristian König2016-07-074-45/+75
* drm/amdgpu: fix and cleanup job destructionChristian König2016-07-072-47/+24
* drm/amdgpu: move locking into the functions who need itChristian König2016-07-071-9/+9
* drm/amdgpu: properly abstract scheduler timeout handlingChristian König2016-07-072-3/+10
* drm/amdgpu: remove use_shed hack in job cleanupChristian König2016-07-072-2/+0
* drm/amdgpu: remove duplicated timeout callbackChristian König2016-07-072-5/+1
* drm/amdgpu: remove begin_job/finish_jobChristian König2016-07-073-20/+9
OpenPOWER on IntegriCloud