summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
AgeCommit message (Expand)Author
2016-01-28drm/amdgpu: only move pt bos in LRU list on successNicolai Hähnle
2016-01-13drm/amdgpu: validate duplicates firstChristian König
2016-01-13drm/amdgpu: move VM page tables to the LRU end on CS v2Christian König
2015-12-24Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie
2015-12-23Merge branch 'drm-next-4.5' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2015-12-18drm/amdgpu: keep the PTs validation list in the VM v2Christian König
2015-12-18drm/amdgpu: split VM PD and PT handling during CSChristian König
2015-12-18drm/amdgpu: put VM page tables directly into duplicates listChristian König
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