aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-07-30Merge tag 'amd-drm-next-5.15-2021-07-29' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-89/+58
2021-07-28Revert "Revert "drm/amdgpu: Fix warning of Function parameter or member not described""Eric Huang1-0/+1
2021-07-28Revert "Revert "drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_update""Eric Huang1-5/+5
2021-07-13Revert "drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_update"Eric Huang1-5/+5
2021-07-13Revert "drm/amdgpu: Fix warning of Function parameter or member not described"Eric Huang1-1/+0
2021-07-13Revert "drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_update"Eric Huang1-5/+5
2021-07-13Revert "drm/amdgpu: Fix warning of Function parameter or member not described"Eric Huang1-1/+0
2021-07-08drm/amdgpu: separate out vm pasid assignmentNirmoy Das1-24/+4
2021-07-08drm/amdgpu: use xarray for storing pasid in vmNirmoy Das1-80/+69
2021-06-15drm/amdgpu: Use spinlock_irqsave for pasid_lockFelix Kuehling1-4/+5
2021-06-15drm/amdgpu: move shadow_list to amdgpu_bo_vmNirmoy Das1-1/+1
2021-06-15drm/amdgpu: remove amdgpu_vm_ptNirmoy Das1-89/+75
2021-06-10Merge tag 'amd-drm-next-5.14-2021-06-09' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-9/+10
2021-06-10Merge tag 'drm-misc-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-12/+12
2021-06-08drm/amdgpu: fix shadow bo skip conditionNirmoy Das1-1/+1
2021-06-07drm/amdgpu: Fix warning of Function parameter or member not describedEric Huang1-0/+1
2021-06-07drm/amdgpu: fix VM handling for GART allocationsChristian König1-2/+2
2021-06-06dma-buf: drop the _rcu postfix on function names v3Christian König1-6/+5
2021-06-04drm: amdgpu: Remove unneeded semicolon in amdgpu_vm.cWan Jiabing1-1/+1
2021-06-04drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_updateEric Huang1-5/+5
2021-06-04Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-61/+105
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König1-6/+6
2021-06-01drm/amdgpu: Fix a bug on flag table_freedEric Huang1-2/+5
2021-06-01drm/amdgpu: do not allocate entries separatelyNirmoy Das1-14/+20
2021-06-01drm/amdgpu: switch to amdgpu_bo_vm for vm codeNirmoy Das1-47/+76
2021-06-01drm/amdgpu: move shadow bo validation to VM codeNirmoy Das1-0/+5
2021-05-22Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-91/+98
2021-05-21drm/amdgpu: Add new placement for preemptible SG BOsFelix Kuehling1-1/+2
2021-05-21Merge tag 'amd-drm-next-5.14-2021-05-21' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-41/+28
2021-05-21Merge tag 'amd-drm-next-5.14-2021-05-19' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-52/+72
2021-05-19drm/amdgpu: Guard against write accesses after device removalAndrey Grodzovsky1-1/+6
2021-05-19drm/amdgpu: flush TLB if valid PDE turns into PTEPhilip Yang1-4/+10