aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-25drm/amdgpu: untag user pointersAndrey Konovalov1-1/+1
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
2019-03-19drm/amdgpu: replace get_user_pages with HMM mirror helpersPhilip Yang1-70/+25
2019-02-13drm/amdgpu: Simplify eviction fence handlingFelix Kuehling1-123/+11
2019-02-13drm/amdgpu: Replace ttm_bo_wait with amdgpu_bo_sync_waitFelix Kuehling1-2/+2
2019-01-14drm/amdgpu: Simplify kgd2kfd interfaceAmber Lin1-4/+2
2019-01-14drm/amdgpu: Relocate kgd2kfd function declarationAmber Lin1-0/+2
2018-12-07drm/amdkfd: Add support for doorbell BOsFelix Kuehling1-5/+54
2018-12-07drm/amdkfd: Add DMABuf import functionalityFelix Kuehling1-0/+55
2018-12-07drm/amdgpu: Add KFD VRAM limit checkingFelix Kuehling1-30/+30
2018-12-07drm/ttm: allow reserving more than one shared slot v3Christian König1-5/+5
2018-11-20drm/amdkfd: change system memory overcommit limitEric Huang1-41/+58
2018-11-20drm/amdgpu: Fix KFD doorbell SG BO mappingFelix Kuehling1-1/+2
2018-11-20drm/amdkfd: Fix and simplify sync object handling for KFDFelix Kuehling1-23/+5
2018-11-20drm/amdgpu: KFD Restore process: Optimize waitingHarish Kasiviswanathan1-5/+8
2018-11-20drm/amdgpu: Remove explicit wait after VM validateHarish Kasiviswanathan1-7/+24
2018-11-19drm/amdkfd: Added Vega12 and Polaris12 for KFD.Gang Ba1-1/+2