summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-17drm/amdgpu: clean up amd sched wait_ts and wait_signalChristian König1-6/+0
2015-08-17drm/amdgpu: add helper function for kernel submissionChunming Zhou1-0/+35
2015-08-17drm/amdgpu: fix seq in ctx_add_fenceChunming Zhou1-2/+2
2015-08-17drm/amdgpu: make sure the fence is emitted before ring to get it.Chunming Zhou1-1/+4
2015-08-17drm/amdgpu: add backend implementation of gpu scheduler (v2)Chunming Zhou1-0/+107