summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+0
2020-07-29dma-buf: Use sequence counter with associated wound/wait mutexAhmed S. Darwish1-2/+0
2020-07-02Merge tag 'amd-drm-next-5.9-2020-07-01' of git://people.freedesktop.org/~agd5...Dave Airlie1-4/+4
2020-07-01drm/amdgpu: remove distinction between explicit and implicit sync (v2)Christian König1-4/+4
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-05-21drm/amdkfd: fix restore worker race conditionPhilip Yang1-3/+3
2020-05-06drm/amdgpu: Use GEM obj reference for KFD BOsFelix Kuehling1-2/+3
2020-04-30drm/amdkfd: Track GPU memory utilization per processMukul Joshi1-1/+15
2020-04-23drm/amdgpu: shrink critical section in amdgpu_amdkfd_gpuvm_free_memory_of_gpuBernard Zhao1-7/+7
2020-04-22drm/amdgpu: cleanup coding style in amdkfd a bitBernard Zhao1-11/+9
2020-04-13drm/amd/amdgpu: remove hardcoded module name in printsAurabindo Pillai1-3/+3
2020-03-10drm/amdkfd: Consolidate duplicated bo alloc flagsYong Zhao1-13/+16
2020-02-28drm/amdkfd: Make get_tile_config() genericYong Zhao1-0/+22
2020-02-26drm/amdgpu: Remove kfd eviction fence before release bo (v2)xinhui pan1-0/+38
2020-02-04drm/amdgpu: rework job synchronization v2Christian König1-3/+3
2020-01-27drm/amdgpu: initialize bo_va_list when add gws to processxinhui pan1-0/+1
2019-12-17Merge tag 'drm-next-5.6-2019-12-11' of git://people.freedesktop.org/~agd5f/li...Daniel Vetter1-8/+8
2019-12-09drm/amdgpu: explicitely sync to VM updates v2Christian König1-4/+4
2019-12-06Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+14
2019-11-30Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-3/+6
2019-11-26drm/amdgpu: Optimize KFD page table reservationFelix Kuehling1-1/+14
2019-11-26drm/amdgpu: Raise KFD unpinned system memory limitFelix Kuehling1-2/+2
2019-11-26drm/amdgpu: Optimize KFD page table reservationFelix Kuehling1-1/+14
2019-11-23drm/amdgpu: Use mmu_interval_notifier instead of hmm_mirrorJason Gunthorpe1-0/+4
2019-11-23drm/amdgpu: Use mmu_interval_insert instead of hmm_mirrorJason Gunthorpe1-3/+2
2019-11-13drm/amdgpu: remove set but not used variable 'invalid'yu kuai1-2/+2
2019-11-04Merge tag 'drm-next-5.5-2019-11-01' of git://people.freedesktop.org/~agd5f/li...Dave Airlie1-3/+0
2019-11-04Merge tag 'drm-misc-next-2019-10-31' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-5/+4
2019-10-30drm/amdkfd: Delete unnecessary pr_fmt switchYong Zhao1-3/+0
2019-10-26Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie1-33/+41
2019-10-25drm/ttm: always keep BOs on the LRUChristian König1-5/+4
2019-09-25drm/amdgpu: untag user pointersAndrey Konovalov1-1/+1
2019-09-16drm/amdgpu: allow direct submission of PDE updates v2Christian König1-1/+1
2019-09-16drm/amdgpu: cleanup mtype mappingChristian König1-1/+1
2019-09-13drm/amdgpu: Remove unnecessary TLB workaround (v2)Felix Kuehling1-16/+1
2019-09-13drm/amdgpu: Use optimal mtypes and PTE bits for ArcturusFelix Kuehling1-2/+18
2019-09-13drm/amdgpu: Determing PTE flags separately for each mapping (v3)Felix Kuehling1-16/+23
2019-08-21Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-7/+7
2019-08-16dma-buf: Restore seqlock around dma_resv updatesChris Wilson1-1/+6
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-7/+7
2019-08-12Merge tag 'drm-next-5.4-2019-08-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie1-1/+1
2019-08-10dma-buf: further relax reservation_object_add_shared_fenceChristian König1-6/+1
2019-08-09Merge tag 'drm-misc-next-2019-08-08' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-4/+4
2019-08-06drm/amdgpu: switch driver from bo->resv to bo->base.resvGerd Hoffmann1-4/+4
2019-08-02drm/amdgpu: Mark KFD VRAM allocations for wipe on releaseFelix Kuehling1-1/+1
2019-07-30drm/amdkfd: Fix byte align on VegaMKent Russell1-1/+2
2019-07-30drm/amdkfd: Fix byte align on VegaMKent Russell1-1/+2
2019-07-08drm/amdgpu: Prepare for hmm_range_register API change (v2)Philip Yang1-3/+2
2019-07-03drm/amdgpu: Fix tracking of invalid userptrsFelix Kuehling1-0/+6