aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/rdma/rdmaLinus Torvalds1-3/+6
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-04Merge tag 'drm-next-5.5-2019-11-01' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-3/+0
2019-11-04Merge tag 'drm-misc-next-2019-10-31' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave 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/linux into drm-nextDave 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-misc into drm-nextDave 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/linux into drm-nextDave 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-misc into drm-nextDave 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
2019-07-03drm/amdgpu: Use FENCE_OWNER_KFD in process_sync_pds_resvFelix Kuehling1-1/+1
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher1-2/+3
2019-06-20drm/amdgpu: improve HMM error -ENOMEM and -EBUSY handlingPhilip Yang1-32/+6
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-2/+3
2019-06-13drm/amdgpu: Reserve space for shared fenceOak Zeng1-0/+4
2019-06-10drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg1-1/+0
2019-06-10drm/amd: drop dependencies on drm_os_linux.hSam Ravnborg1-1/+3
2019-05-31drm/ttm: Make LRU removal optional v2Christian König1-4/+5
2019-05-31drm/amdkfd: Return proper error code for gws alloc APIOak Zeng1-1/+1
2019-05-28drm/amdgpu: Add function to add/remove gws to kfd processOak Zeng1-5/+98
2019-05-24drm/amdkfd: support concurrent userptr update for HMMPhilip Yang1-6/+19
2019-05-24drm/amdgpu: replace get_user_pages with HMM mirror helpersPhilip Yang1-70/+25
2019-05-24drm/amdgpu: Reserve shared fence for eviction fenceFelix Kuehling1-0/+4
2019-05-24drm/amdgpu: rename amdgpu_prime.[ch] into amdgpu_dma_buf.[ch]Christian König1-0/+1
2019-05-24drm/amdkfd: Cosmetic cleanupKent Russell1-1/+1
2019-05-24drm/amdkfd: Expose HDP registers to user spaceOak Zeng1-3/+4
2019-03-28Revert "drm/amdgpu: replace get_user_pages with HMM mirror helpers"Alex Deucher1-25/+70
2019-03-28Revert "drm/amdkfd: support concurrent userptr update for HMM"Alex Deucher1-19/+6
2019-03-19drm/amdkfd: support concurrent userptr update for HMMPhilip Yang1-6/+19
2019-03-19drm/amdgpu: allocate VM PDs/PTs on demandChristian König1-9/+1
2019-03-19drm/amdgpu: fix missing assignment of error return code to variable retColin Ian King1-1/+2
2019-03-19drm/amdgpu: remove set but not used variables 'vm, bo'YueHaibing1-7/+1