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