summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-02Merge tag 'amd-drm-next-5.9-2020-07-01' of git://people.freedesktop.org/~agd5...Dave Airlie1-2/+2
2020-07-01drm/amdgpu: remove distinction between explicit and implicit sync (v2)Christian König1-2/+2
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+1
2020-05-19drm/amd: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-1/+1
2020-04-30drm/amdgpu: remove set but not used variable 'priority'Zheng Bin1-2/+0
2020-04-28drm/amdgpu: cleanup IB pool handling a bitChristian König1-1/+2
2020-04-28drm/amdgpu: Move to a per-IB secure flag (TMZ)Luben Tuikov1-2/+0
2020-04-28drm/amdgpu: job is secure iff CS is secure (v5)Huang Rui1-0/+2
2020-04-01drm/amdgpu: implement more ib pools (v2)xinhui pan1-1/+1
2020-03-13Merge tag 'amd-drm-next-5.7-2020-03-10' of git://people.freedesktop.org/~agd5...Dave Airlie1-4/+0
2020-03-09drm/amdgpu: set compute queue priority at mqd_initNirmoy Das1-4/+0
2020-03-04Merge drm/drm-next into drm-misc-nextMaxime Ripard1-4/+7
2020-02-27drm/amdgpu: use allowed_domains for exported DMA-bufsChristian König1-1/+4
2020-02-04drm/amdgpu: rework job synchronization v2Christian König1-3/+5
2020-02-04drm/amdgpu: use the VM as job ownerChristian König1-2/+3
2020-01-16drm/amdgpu: drop amdgpu_job.ownerChristian König1-1/+0
2020-01-16drm/amdgpu: error out on entity with no run queueNirmoy Das1-0/+5
2019-12-17Merge tag 'drm-next-5.6-2019-12-11' of git://people.freedesktop.org/~agd5f/li...Daniel Vetter1-13/+6
2019-12-09drm/amdgpu: explicitely sync to VM updates v2Christian König1-13/+6
2019-11-30Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-8/+6
2019-11-23drm/amdgpu: Use mmu_interval_notifier instead of hmm_mirrorJason Gunthorpe1-8/+6
2019-11-04Merge tag 'drm-misc-next-2019-10-31' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+1
2019-10-25drm/ttm: always keep BOs on the LRUChristian König1-1/+1
2019-10-17drm/amdgpu: user pages array memory leak fixPhilip Yang1-6/+2
2019-10-15drm/amdgpu: user pages array memory leak fixPhilip Yang1-6/+2
2019-09-16drm/amdgpu: allow direct submission of PDE updates v2Christian König1-1/+1
2019-09-13drm/amdgpu: Avoid HW GPU reset for RAS.Andrey Grodzovsky1-0/+4
2019-09-13drm/amdgpu: remove amdgpu_cs_try_evictChristian König1-70/+1
2019-08-27Merge tag 'drm-next-5.4-2019-08-23' of git://people.freedesktop.org/~agd5f/li...Dave Airlie1-2/+7
2019-08-21drm/amdgpu: prevent memory leaks in AMDGPU_CS ioctlNicolai Hähnle1-2/+7
2019-08-21Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-2/+2
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-2/+2
2019-08-09Merge tag 'drm-misc-next-2019-08-08' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-3/+3
2019-08-06drm/amdgpu: switch driver from bo->resv to bo->base.resvGerd Hoffmann1-3/+3
2019-08-05dma-buf: add more reservation object locking wrappersChristian König1-1/+1
2019-07-31drm/amdgpu: fix error handling in amdgpu_cs_process_fence_depChristian König1-14/+12
2019-07-08drm/amdgpu: Prepare for hmm_range_register API change (v2)Philip Yang1-1/+1
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher1-1/+3
2019-06-21drm/amdgpu: enable the static csa when mcbp enabledJack Xiao1-2/+3
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-1/+3
2019-06-11drm/amdgpu: stop removing BOs from the LRU v3Christian König1-1/+1
2019-06-11drm/amdgpu: drop some validation failure messagesChristian König1-7/+3
2019-06-10drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg1-1/+3
2019-05-31drm/ttm: Make LRU removal optional v2Christian König1-1/+1
2019-05-24drm/amdgpu: replace get_user_pages with HMM mirror helpersPhilip Yang1-88/+50
2019-05-24drm/amdgpu: check no_user_fence flag for enginesLeo Liu1-4/+2
2019-04-12drm/amdgpu: add timeline support in amdgpu CS v3Chunming Zhou1-24/+128
2019-02-05drm/amdgpu: Add AMDGPU_CHUNK_ID_SCHEDULED_DEPENDENCIESAndrey Grodzovsky1-1/+12
2019-01-05Merge tag 'drm-next-2019-01-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+3
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-12/+18