summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
AgeCommit message (Expand)AuthorLines
2021-07-13Revert "drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_update"Eric Huang-5/+5
2021-07-13Revert "drm/amdgpu: Fix warning of Function parameter or member not described"Eric Huang-1/+0
2021-06-15drm/amdgpu: Use spinlock_irqsave for pasid_lockFelix Kuehling-4/+5
2021-06-15drm/amdgpu: move shadow_list to amdgpu_bo_vmNirmoy Das-1/+1
2021-06-15drm/amdgpu: remove amdgpu_vm_ptNirmoy Das-89/+75
2021-06-10Merge tag 'amd-drm-next-5.14-2021-06-09' of https://gitlab.freedesktop.org/ag...Dave Airlie-9/+10
2021-06-10Merge tag 'drm-misc-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-12/+12
2021-06-08drm/amdgpu: fix shadow bo skip conditionNirmoy Das-1/+1
2021-06-07drm/amdgpu: Fix warning of Function parameter or member not describedEric Huang-0/+1
2021-06-07drm/amdgpu: fix VM handling for GART allocationsChristian König-2/+2
2021-06-06dma-buf: drop the _rcu postfix on function names v3Christian König-6/+5
2021-06-04drm: amdgpu: Remove unneeded semicolon in amdgpu_vm.cWan Jiabing-1/+1
2021-06-04drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_updateEric Huang-5/+5
2021-06-04Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/ag...Dave Airlie-61/+105
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König-6/+6
2021-06-01drm/amdgpu: Fix a bug on flag table_freedEric Huang-2/+5
2021-06-01drm/amdgpu: do not allocate entries separatelyNirmoy Das-14/+20
2021-06-01drm/amdgpu: switch to amdgpu_bo_vm for vm codeNirmoy Das-47/+76
2021-06-01drm/amdgpu: move shadow bo validation to VM codeNirmoy Das-0/+5
2021-05-22Merge drm/drm-next into drm-misc-nextThomas Zimmermann-91/+98
2021-05-21drm/amdgpu: Add new placement for preemptible SG BOsFelix Kuehling-1/+2
2021-05-21Merge tag 'amd-drm-next-5.14-2021-05-21' of https://gitlab.freedesktop.org/ag...Dave Airlie-41/+28
2021-05-21Merge tag 'amd-drm-next-5.14-2021-05-19' of https://gitlab.freedesktop.org/ag...Dave Airlie-52/+72
2021-05-19drm/amdgpu: Guard against write accesses after device removalAndrey Grodzovsky-1/+6
2021-05-19drm/amdgpu: flush TLB if valid PDE turns into PTEPhilip Yang-4/+10
2021-05-19drm/amdgpu: re-apply "use the new cursor in the VM code" v2Christian König-37/+18
2021-05-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann-0/+6
2021-05-10drm/amdgpu: remove excess function parameterNirmoy Das-1/+0
2021-05-05drm/amdgpu: Add show_fdinfo() interfaceRoy Sun-0/+45
2021-04-28drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2Christian König-0/+6
2021-04-23drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2Christian König-0/+6
2021-04-23drm/amdgpu: create shadow bo using amdgpu_bo_create_shadow()Nirmoy Das-24/+45
2021-04-23drm/amdgpu: cleanup amdgpu_vm_init()Nirmoy Das-13/+3
2021-04-20drm/amdkfd: SVM API call to restore page tablesAlex Sierra-5/+15
2021-04-20drm/amdgpu: export vm update mapping interfacePhilip Yang-9/+9
2021-04-09drm/amdgpu: reserve fence slot to update page tablePhilip Yang-2/+8
2021-04-09drm/amdgpu: check alignment on CPU page for bo mapXℹ Ruoyao-4/+4
2021-04-09drm/amdgpu: fix offset calculation in amdgpu_vm_bo_clear_mappings()Nirmoy Das-1/+1
2021-04-09drm/amdgpu: allow variable BO struct creationNirmoy Das-0/+1
2021-04-07Merge tag 'drm-misc-next-2021-04-01' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-4/+4
2021-03-26Merge tag 'amd-drm-next-5.13-2021-03-23' of https://gitlab.freedesktop.org/ag...Daniel Vetter-3/+3
2021-03-24drm/ttm: switch to per device LRU lockChristian König-4/+4
2021-03-23drm/amdgpu: revert "use the new cursor in the VM code"Christian König-18/+37
2021-03-23drm/amdkfd: Fix recursive lock warningsFelix Kuehling-3/+3
2021-03-23drm/amdgpu: use the new cursor in the VM codeChristian König-37/+18
2021-01-21drm/ttm: device naming cleanupChristian König-4/+4
2020-12-15drm/ttm: cleanup LRU handling furtherChristian König-1/+3
2020-11-10Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...Dave Airlie-106/+178
2020-11-04drm/amdgpu: fix off by one in amdgpu_vm_handle_faultChristian König-1/+1
2020-11-04Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-6/+3