summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-18drm/amdgpu: cleanup scheduler command submissionChristian König1-39/+24
2015-11-16drm/amdgpu: fix handling order in scheduler CSChristian König1-5/+5
2015-11-16drm/amdgpu: fix incorrect mutex usage v3Christian König1-19/+24
2015-11-16drm/amdgpu: add command submission workflow tracepointChunming Zhou1-1/+1
2015-11-16drm/amdgpu: cleanup amdgpu_cs_parser handlingChristian König1-55/+33
2015-11-16drm/amdgpu: fix leaking the IBs on errorChristian König1-13/+12
2015-11-05Merge branch 'drm-next-4.4' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-2/+4
2015-11-04drm/amdgpu: cleanup on error in amdgpu_cs_ioctl()Dan Carpenter1-2/+4
2015-10-30Merge branch 'drm-next-4.4' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-11/+7
2015-10-21drm/amdgpu: fix the broken vm->mutex V2Chunming Zhou1-3/+5
2015-10-21drm/amdgpu: remove the exclusive lockChristian König1-8/+2
2015-10-16Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.o...Dave Airlie1-4/+5
2015-10-14drm/amdgpu: add option to clear VM page tables after every submitChristian König1-1/+16
2015-10-14drm/amdgpu: rework sdma structuresAlex Deucher1-3/+4
2015-10-07drm/amdgpu: fix 32-bit compiler warningArnd Bergmann1-3/+3
2015-09-29drm/amdgpu: signedness bug in amdgpu_cs_parser_init()Dan Carpenter1-1/+2
2015-09-24drm/amdgpu: unwind properly in amdgpu_cs_parser_init()Dan Carpenter1-34/+51
2015-09-24drm/amdgpu: more scheduler cleanups v2Christian König1-1/+1
2015-09-24drm/amdgpu: rename fence->scheduler to sched v2Christian König1-1/+1
2015-09-24drm/amdgpu: refine the scheduler job type conversionJunwei Zhang1-1/+1
2015-09-24drm/amdgpu: refine the job naming for amdgpu_job and amdgpu_sched_jobJunwei Zhang1-7/+7
2015-09-24drm/amdgpu: validate duplicates in the CS as wellChristian König1-14/+20
2015-09-03drm/amdgpu: fix buffer placement under memory pressureChristian König1-1/+1
2015-08-25drm/amdgpu: add owner for sched fenceChunming Zhou1-1/+1
2015-08-25drm/amdgpu: fix and cleanup amd_sched_entity_push_jobChristian König1-1/+1
2015-08-25drm/amdgpu: remove the context from amdgpu_jobChristian König1-3/+1
2015-08-25drm/amdgpu: fix user fences when scheduler is enabledChristian König1-0/+2
2015-08-25drm/amdgpu: remove v_seq handling from the scheduler v2Christian König1-4/+2
2015-08-21drm/amdgpu: fix CS error handling v2Christian König1-41/+26
2015-08-21drm/amdgpu: fix zeroing all IB fields manually v2Christian König1-1/+1
2015-08-21drm/amdgpu: don't need to use bo_list_clone any moreChunming Zhou1-21/+4
2015-08-21drm/amdgpu: some clean up for cs_ioctlChunming Zhou1-28/+1
2015-08-21drm/amdgpu: prepare job should be common code pathChunming Zhou1-6/+4
2015-08-21drm/amdgpu: abstract amdgpu_job for schedulerChunming Zhou1-46/+55
2015-08-17drm/amdgpu: wait on page directory changes. v2Bas Nieuwenhuizen1-0/+4
2015-08-17drm/amdgpu: move prepare work out of scheduler to cs_ioctlChunming Zhou1-13/+8
2015-08-17drm/amdgpu: drop bo_list_clone when no schedulermonk.liu1-9/+13
2015-08-17drm/amdgpu: add reference for **fenceChunming Zhou1-0/+1
2015-08-17drm/amd: add scheduler fence implementation (v2)Chunming Zhou1-6/+15
2015-08-17drm/amdgpu: merge amd_sched_entity and amd_context_entity v2Christian König1-2/+2
2015-08-17drm/amdgpu: fix coding style in a couple of placesChristian König1-4/+2
2015-08-17Revert "drm/amdgpu: return new seq_no for amd_sched_push_job"Chunming Zhou1-2/+3
2015-08-17drm/amdgpu: fix bo list handling in CSChristian König1-3/+2
2015-08-17drm/amdgpu: reorder the code to avoid forward declerationsChristian König1-33/+28
2015-08-17drm/amdgpu: return new seq_no for amd_sched_push_jobJammy Zhou1-3/+2
2015-08-17drm/amdgpu: some code refinement v2Jammy Zhou1-13/+13
2015-08-17drm/amdgpu: use kernel fence for last_pt_updateChunming Zhou1-1/+1
2015-08-17drm/amdgpu: stop using addr to check for BO move v3Christian König1-1/+10
2015-08-17drm/amdgpu: fix seq in ctx_add_fenceChunming Zhou1-3/+2
2015-08-17drm/amdgpu: add check for callbackChunming Zhou1-1/+2