summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/scheduler
AgeCommit message (Expand)Author
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach
2017-12-07drm/amdgpu: add license to files where it was missingAlex Deucher
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: Add SPSC queue to scheduler.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-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
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/amdgpu: introduce AMDGPU_CTX_PRIORITY_UNSETAndres Rodriguez
2017-10-09drm/amd/sched: allow clients to edit an entity's rq v2Andres Rodriguez
2017-10-09drm/amdgpu: make amdgpu_to_sched_priority detect invalid parametersAndres Rodriguez
2017-10-09drm/amdgpu: add framework for HW specific priority settings v9Andres Rodriguez
2017-10-09drm/amdgpu: add parameter to allocate high priority contexts v11Andres 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-07-14drm/amd/sched: print sched job id in amd_sched_job traceNicolai Hähnle
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: update kernel-doc for some functionsGrazvydas Ignotas
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