summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König1-2/+2
2022-04-05drm/amdgpu: Flush TLB after mapping for VG20+XGMIPhilip Yang1-0/+6
2022-04-05drm/amdgpu: fix TLB flushing during evictionChristian König1-30/+33
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard1-5/+17
2022-04-01drm/amdgpu: fix some kerneldoc in the VM code v2Christian König1-1/+1
2022-04-01drm/amdgpu: Add tlb_cb for unlocked updatePhilip Yang1-1/+1
2022-03-29drm/ttm: rework bulk move handling v5Christian König1-62/+10
2022-03-28drm/ttm: move the LRU into resource handling v4Christian König1-5/+3
2022-03-25drm/amdgpu: remove table_freed param from the VM codeChristian König1-14/+7
2022-03-25drm/amdgpu: rework TLB flushingChristian König1-3/+54
2022-03-25drm/amdgpu: separate VM PT handling into amdgpu_vm_pt.cChristian König1-943/+10
2022-03-25drm/amdgpu: move VM PDEs to idle after updateChristian König1-32/+10
2022-03-03drm/amdgpu: fix suspend/resume hang regressionQiang Yu1-1/+2
2022-02-28Backmerge tag 'v5.17-rc6' into drm-nextDave Airlie1-2/+7
2022-02-24drm/amdgpu: check vm ready by amdgpu_vm->evicting flagQiang Yu1-2/+7
2022-02-08drm/amdgpu: move lockdep assert to the right place.Christian König1-2/+2
2022-02-08drm/amdgpu: rename amdgpu_vm_bo_rmv to _delChristian König1-2/+2
2022-02-08drm/amdgpu: add some lockdep checks to the VM codeChristian König1-0/+6
2022-02-03drm/amdgpu: limit the number of dst address in traceSomalapuram Amaranath1-1/+1
2021-12-23Merge tag 'amd-drm-next-5.17-2021-12-16' of https://gitlab.freedesktop.org/ag...Dave Airlie1-1/+1