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