aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-09drm/amdgpu: Drop eviction lock when allocating PT BOPhilip Yang1-26/+0
2022-10-18drm/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-21drm/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/agd5f/linux into drm-nextDave Airlie1-1/+5
2022-05-10drm/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/agd5f/linux into drm-nextDave 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-03-31drm/amdgpu: fix some kerneldoc in the VM code v2Christian König1-1/+1
2022-03-31drm/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-02drm/amdgpu: fix suspend/resume hang regressionQiang Yu1-1/+2
2022-02-28Backmerge tag 'v5.17-rc6' into drm-nextDave Airlie1-2/+7
2022-02-23drm/amdgpu: check vm ready by amdgpu_vm->evicting flagQiang Yu1-2/+7
2022-02-07drm/amdgpu: move lockdep assert to the right place.Christian König1-2/+2
2022-02-07drm/amdgpu: rename amdgpu_vm_bo_rmv to _delChristian König1-2/+2
2022-02-07drm/amdgpu: add some lockdep checks to the VM codeChristian König1-0/+6
2022-02-02drm/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/agd5f/linux into drm-nextDave Airlie1-1/+1
2021-12-14amdgpu: fix some comment typosYann Dirson1-1/+1
2021-10-25Merge drm/drm-next into drm-misc-nextMaxime Ripard1-9/+21
2021-10-20drm/amdgpu: use new iterator in amdgpu_vm_prt_finiChristian König1-21/+5
2021-10-08drm/amdgpu: use adev_to_drm for consistency when accessing drm_deviceGuchun Chen1-3/+3
2021-09-23drm/amdgpu: Put drm_dev_enter/exit outside hot codepathxinhui pan1-8/+20
2021-08-25drm/amdgpu: rename amdgpu_bo_get_preferred_pin_domainYifan Zhang1-1/+1
2021-08-24drm/amdkfd: check access permisson to restore retry faultPhilip Yang1-2/+3
2021-08-16drm/amd/amdgpu embed hw_fence into amdgpu_jobJack Zhang1-1/+1
2021-08-02Revert "Revert "drm/amdgpu: Fix warning of Function parameter or member not described""Eric Huang1-0/+1
2021-08-02Revert "Revert "drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_update""Eric Huang1-5/+5