summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-28drm/amdgpu: only move pt bos in LRU list on successNicolai Hähnle1-2/+2
2016-01-13drm/amdgpu: validate duplicates firstChristian König1-2/+2
2016-01-13drm/amdgpu: move VM page tables to the LRU end on CS v2Christian König1-1/+6
2015-12-24Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie1-21/+42
2015-12-23Merge branch 'drm-next-4.5' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-4/+4
2015-12-19drm/amdgpu: keep the PTs validation list in the VM v2Christian König1-6/+1
2015-12-19drm/amdgpu: split VM PD and PT handling during CSChristian König1-2/+7
2015-12-19drm/amdgpu: put VM page tables directly into duplicates listChristian König1-2/+2
2015-12-17drm/amdgpu: fix user fence handlingChristian König1-21/+42
2015-12-04drm/amdgpu: take a BO reference for the user fenceChristian König1-2/+4
2015-11-21drm/amdgpu: remove vm->mutexChunming Zhou1-4/+0
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