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