summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-04Merge tag 'amd-drm-next-6.6-2023-07-28' of https://gitlab.freedesktop.org/agd...Daniel Vetter1-14/+12
2023-07-18drm/amdgpu: fix slab-out-of-bounds issue in amdgpu_vm_pt_createGuchun Chen1-2/+3
2023-07-17Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-14/+10
2023-07-12drm/amdgpu: Rename to amdgpu_vm_tlb_seq_structLuben Tuikov1-4/+4
2023-07-12drm/amdgpu: use the new drm_exec object for CS v3Christian König1-22/+0
2023-07-12drm/amdkfd: switch over to using drm_exec v3Christian König1-0/+18
2023-07-07drm/amdgpu: have bos for PDs/PTS cpu accessible when kfd uses cpu to update vmXiaogang Chen1-7/+4
2023-07-07drm/amdgpu: Update invalid PTE flag settingMukul Joshi1-1/+1
2023-06-30drm/amdgpu: remove vm sanity check from amdgpu_vm_make_computeXiaogang Chen1-6/+6
2023-06-23drm/amdgpu: fix clearing mappings for BOs that are always valid in VMSamuel Pitoiset1-0/+12
2023-06-15drm/amdgpu: add VM generation tokenChristian König1-0/+26
2023-06-15drm/amdgpu: reset VM when an error is detectedChristian König1-16/+65
2023-06-15drm/amdgpu: make sure BOs are locked in amdgpu_vm_get_memoryChristian König1-30/+39
2023-06-09drm/amdgpu: add option params to enforce process isolation between graphics a...Chong Li1-8/+17
2023-06-09amdgpu: validate offset_in_bo of drm_amdgpu_gem_vaChia-I Wu1-8/+8
2023-06-09drm/amdgpu: Validate VM ioctl flags.Bas Nieuwenhuizen1-0/+4
2023-06-09drm/amdkfd: Update interrupt handling for GFX9.4.3Mukul Joshi1-2/+5
2023-06-09drm/amdkfd: pass kfd_node ref to svm migration apiAlex Sierra1-3/+4
2023-06-09drm/amdgpu: introduce vmhub definition for multi-partition cases (v3)Hawking Zhang1-2/+2
2023-06-09drm/amdgpu: install stub fence into potential unused fence pointersLang Yu1-2/+4
2023-04-14drm/amdgpu: move vmhub out of amdgpu_ring_funcs (v4)Le Ma1-2/+2
2023-03-14drm/amdgpu: expose more memory stats in fdinfoMarek Olšák1-14/+9
2023-03-07drm/amdgpu: Optimize end of non-contig VA rangesFelix Kuehling1-0/+2
2023-01-04Merge tag 'drm-misc-next-2023-01-03' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-0/+1
2022-12-14drm/amdgpu: stop waiting for the VM during unreserveChristian König1-16/+0
2022-12-14drm/amdgpu: cleanup SPM support a bitChristian König1-4/+5
2022-12-14drm/amdgpu: fix GDS/GWS/OA switch handlingChristian König1-35/+19
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König1-0/+1
2022-12-02drm/amdgpu: expand on GPUVM documentationAlex Deucher1-10/+31
2022-12-02drm/amdgpu: MCBP based on DRM scheduler (v9)Jiadong.Zhu1-0/+2
2022-11-10drm/amdgpu: Drop eviction lock when allocating PT BOPhilip Yang1-26/+0
2022-10-19drm/amdgpu: set vm_update_mode=0 as default for Sienna Cichlid in SRIOV caseDanijel Slivka1-1/+5
2022-09-21drm/amdgpu: Fix amdgpu_vm_pt_free warningPhilip Yang1-0/+4
2022-09-21drm/amdgpu: Use vm status_lock to protect vm evicted listPhilip Yang1-5/+22
2022-09-21drm/amdgpu: Use vm status_lock to protect vm moved listPhilip Yang1-4/+11
2022-09-21drm/amdgpu: Use vm status_lock to protect vm idle listPhilip Yang1-1/+3
2022-09-21drm/amdgpu: Use vm status_lock to protect relocated listPhilip Yang1-8/+15
2022-09-21drm/amdgpu: Rename vm invalidate lock to status_lockPhilip Yang1-15/+15
2022-09-19drm/amdgpu: Update PTE flags with TF enabledMukul Joshi1-2/+1
2022-07-05drm/amdkfd: simplify vm_validate_pt_pd_bosLang Yu1-0/+8
2022-06-22drm/amdgpu: vm - drop unexpected word "the" in the commentsJiang Jian1-1/+1
2022-06-08drm/amdgpu: always flush the TLB on gfx8Christian König1-0/+5
2022-06-03drm/amdgpu: Update PDEs flush TLB if PTB/PDB movedPhilip Yang1-2/+6
2022-05-19Merge tag 'amd-drm-next-5.19-2022-05-18' of https://gitlab.freedesktop.org/ag...Dave Airlie1-1/+5
2022-05-11drm/amdgpu: vm flush needed after updating PDEsPhilip Yang1-0/+3
2022-05-04drm/amdgpu: skip gds switch for mes queueJack Xiao1-1/+2
2022-04-28Merge tag 'amd-drm-next-5.19-2022-04-15' of https://gitlab.freedesktop.org/ag...Dave Airlie1-1013/+119
2022-04-14drm/amdgpu: Fix one use-after-free of VMxinhui pan1-3/+15
2022-04-07dma-buf: add DMA_RESV_USAGE_BOOKKEEP v3Christian König1-3/+3
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König1-3/+4