summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: move shadow bo validation to VM codeNirmoy Das2021-06-011-19/+4
* drm/amd/amdgpu/amdgpu_cs: Repair some function naming disparityLee Jones2021-04-201-3/+3
* drm/amdgpu: correct DRM_ERROR for kvmalloc_arrayChen Li2021-03-031-1/+1
* drm/amdgpu: Use kvmalloc for CS chunksChen Li2021-03-031-6/+6
* drm/amdgpu: fix unnecessary NULL check warningsTian Tao2021-02-091-2/+1
* drm/amd/amdgpu/amdgpu_cs: Add a couple of missing function param descriptionsLee Jones2020-11-131-0/+2
* Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...Dave Airlie2020-11-101-2/+2
|\
| * drm/amdgpu/amdgpu: use "*" adjacent to data nameDeepak R Varma2020-11-021-1/+1
| * drm/amdgpu/amdgpu: improve code indentation and alignmentDeepak R Varma2020-11-021-1/+1
* | drm/ttm: replace context flags with bools v2Christian König2020-11-041-2/+1
* | drm/amdgpu: switch over to the new pin interfaceChristian König2020-09-241-1/+1
|/
* Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie2020-09-081-7/+18
|\
| * drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov2020-08-241-3/+3
| * drm/amdgpu: Limit the error info print ratejqdeng2020-08-181-1/+2
| * drm/amdgpu: add condition check for trace_amdgpu_cs()Kevin Wang2020-08-171-3/+13
| * drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König2020-08-141-4/+0
| * drm/amdgpu: fix system hang issue during GPU resetDennis Li2020-07-271-0/+4
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2020-08-121-2/+2
|\|
| * Merge tag 'amd-drm-next-5.9-2020-07-01' of git://people.freedesktop.org/~agd5...Dave Airlie2020-07-021-2/+2
| |\
| | * drm/amdgpu: remove distinction between explicit and implicit sync (v2)Christian König2020-07-011-2/+2
* | | drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie2020-08-061-1/+1
* | | drm/amdgfx/ttm: use wrapper to get ttm memory managersDave Airlie2020-08-061-3/+3
|/ /
* | Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-06-241-1/+1
|\ \ | |/ |/|
| * drm/amd: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-191-1/+1
* | drm/amdgpu: remove set but not used variable 'priority'Zheng Bin2020-04-301-2/+0
* | drm/amdgpu: cleanup IB pool handling a bitChristian König2020-04-281-1/+2
* | drm/amdgpu: Move to a per-IB secure flag (TMZ)Luben Tuikov2020-04-281-2/+0
* | drm/amdgpu: job is secure iff CS is secure (v5)Huang Rui2020-04-281-0/+2
* | drm/amdgpu: implement more ib pools (v2)xinhui pan2020-04-011-1/+1
|/
* Merge tag 'amd-drm-next-5.7-2020-03-10' of git://people.freedesktop.org/~agd5...Dave Airlie2020-03-131-4/+0
|\
| * drm/amdgpu: set compute queue priority at mqd_initNirmoy Das2020-03-091-4/+0
* | Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-03-041-4/+7
|\|
| * drm/amdgpu: rework job synchronization v2Christian König2020-02-041-3/+5
| * drm/amdgpu: use the VM as job ownerChristian König2020-02-041-2/+3
* | drm/amdgpu: use allowed_domains for exported DMA-bufsChristian König2020-02-271-1/+4
|/
* drm/amdgpu: drop amdgpu_job.ownerChristian König2020-01-161-1/+0
* drm/amdgpu: error out on entity with no run queueNirmoy Das2020-01-161-0/+5
* Merge tag 'drm-next-5.6-2019-12-11' of git://people.freedesktop.org/~agd5f/li...Daniel Vetter2019-12-171-13/+6
|\
| * drm/amdgpu: explicitely sync to VM updates v2Christian König2019-12-091-13/+6
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-11-301-8/+6
|\ \ | |/ |/|
| * drm/amdgpu: Use mmu_interval_notifier instead of hmm_mirrorJason Gunthorpe2019-11-231-8/+6
| * drm/amdgpu: user pages array memory leak fixPhilip Yang2019-10-171-6/+2
* | Merge tag 'drm-misc-next-2019-10-31' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-11-041-1/+1
|\ \
| * | drm/ttm: always keep BOs on the LRUChristian König2019-10-251-1/+1
| |/
* | drm/amdgpu: user pages array memory leak fixPhilip Yang2019-10-151-6/+2
* | drm/amdgpu: allow direct submission of PDE updates v2Christian König2019-09-161-1/+1
* | drm/amdgpu: Avoid HW GPU reset for RAS.Andrey Grodzovsky2019-09-131-0/+4
* | drm/amdgpu: remove amdgpu_cs_try_evictChristian König2019-09-131-70/+1
|/
* Merge tag 'drm-next-5.4-2019-08-23' of git://people.freedesktop.org/~agd5f/li...Dave Airlie2019-08-271-2/+7
|\
| * drm/amdgpu: prevent memory leaks in AMDGPU_CS ioctlNicolai Hähnle2019-08-211-2/+7