summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-10drm/amd: drop use of drmP.h in amdgpu.hSam Ravnborg1-0/+3
2019-05-02amdgpu: switch to fdget()Al Viro1-12/+11
2019-02-15drm/amdgpu: Add command to override the context priority.Bas Nieuwenhuizen1-1/+40
2019-02-15drm/amdgpu: Check if fd really is an amdgpu fd.Bas Nieuwenhuizen1-3/+7
2018-08-21drm/amdgpu: fix incorrect use of drm_file->pidChristian König1-15/+4
2018-08-21drm/amdgpu: fix incorrect use of fcheckChristian König1-1/+3
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach1-10/+10
2017-10-19drm/amdgpu: rename context priority levelsAndres Rodriguez1-4/+4
2017-10-09drm/amdgpu: add interface for editing a foreign process's priority v3Andres Rodriguez1-0/+109
2016-02-10drm/amdgpu: rename amdgpu_sched.c to amdgpu_job.cChristian König1-151/+0
2016-02-10drm/amdgpu: cleanup in kernel job submissionChristian König1-38/+38
2016-02-10drm/amdgpu: directly return fence from ib_scheduleChristian König1-6/+4
2016-02-10drm/amdgpu: move ring from IBs into jobChristian König1-2/+3
2016-02-10drm/amdgpu: add proper job alloc/free functionsChristian König1-0/+33
2016-02-10drm/amdgpu: merge vm_grab_id and vm_fence v2Christian König1-9/+4
2016-02-10drm/amdgpu: grab VMID before submitting job v5Christian König1-1/+25
2016-02-10drm/amdgpu: clean up non-scheduler code path (v2)Chunming Zhou1-26/+18
2015-11-16drm/amdgpu: fix incorrect mutex usage v3Christian König1-17/+10
2015-11-16drm/amdgpu: cleanup scheduler fence get/put danceChristian König1-1/+0
2015-11-16drm/amdgpu: add command submission workflow tracepointChunming Zhou1-0/+2
2015-10-30drm/amdgpu: remove amdgpu_fence_ref/unrefChristian König1-1/+2
2015-09-23drm/amdgpu: more scheduler cleanups v2Christian König1-1/+1
2015-09-23drm/amdgpu: rename fence->scheduler to sched v2Christian König1-1/+1
2015-09-23drm/amdgpu: refine the scheduler job type conversionJunwei Zhang1-3/+3
2015-09-23drm/amdgpu: refine the job naming for amdgpu_job and amdgpu_sched_jobJunwei Zhang1-18/+18
2015-09-23drm/amdgpu: remove process_job callback from the schedulerChristian König1-22/+7
2015-08-28drm/amdgpu: add scheduler dependency callback v2Christian König1-0/+7
2015-08-26drm/amdgpu: remove extra parameters from scheduler callbacksChristian König1-7/+4
2015-08-25drm/amdgpu: fix last_vm_update fence is not effetive for sched fenceChunming Zhou1-0/+1
2015-08-25drm/amdgpu: add owner for sched fenceChunming Zhou1-2/+2
2015-08-25drm/amdgpu: fix and cleanup amd_sched_entity_push_jobChristian König1-1/+1
2015-08-25drm/amdgpu: remove v_seq handling from the scheduler v2Christian König1-1/+0
2015-08-20drm/amdgpu: free the job immediately after dispatching itChristian König1-4/+3
2015-08-20drm/amdgpu: abstract amdgpu_job for schedulerChunming Zhou1-54/+34
2015-08-17drm/amdgpu: add reference for **fenceChunming Zhou1-2/+2
2015-08-17drm/amdgpu: remove amd_sched_wait_emit v2Christian König1-2/+0
2015-08-17drm/amd: add scheduler fence implementation (v2)Chunming Zhou1-17/+17
2015-08-17drm/amdgpu: use kernel submit helper in vmChunming Zhou1-2/+2
2015-08-17drm/amdgpu: use amd_sched_job in its backend opsChunming Zhou1-17/+17
2015-08-17drm/amdgpu: cleanup and fix scheduler fence handling v2Christian König1-18/+8
2015-08-17drm/amdgpu: merge amd_sched_entity and amd_context_entity v2Christian König1-6/+6
2015-08-17drm/amdgpu: process sched job exactly triggered by fence signalChunming Zhou1-6/+13
2015-08-17Revert "drm/amdgpu: return new seq_no for amd_sched_push_job"Chunming Zhou1-2/+7
2015-08-17drm/amdgpu: cleanup amdgpu_ctx inti/fini v2Christian König1-5/+3
2015-08-17drm/amdgpu: move sched job process from isr to fence callbackChunming Zhou1-0/+13
2015-08-17drm/amdgpu: add amd_sched_commitJammy Zhou1-3/+2
2015-08-17drm/amdgpu: return new seq_no for amd_sched_push_jobJammy Zhou1-7/+2
2015-08-17drm/amdgpu: some code refinement v2Jammy Zhou1-4/+5
2015-08-17drm/amdgpu: fix null pointer by previous cleanupChunming Zhou1-4/+0
2015-08-17drm/amdgpu: add kernel fence in ib_submit_kernel_helperChunming Zhou1-2/+6