summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
AgeCommit message (Expand)AuthorFilesLines
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-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/ag...Dave Airlie1-41/+28
2021-05-21Merge tag 'amd-drm-next-5.14-2021-05-19' of https://gitlab.freedesktop.org/ag...Dave Airlie1-52/+72
2021-05-19drm/amdgpu: flush TLB if valid PDE turns into PTEPhilip Yang1-4/+10
2021-05-19drm/amdgpu: re-apply "use the new cursor in the VM code" v2Christian König1-37/+18
2021-05-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-0/+6
2021-05-10drm/amdgpu: remove excess function parameterNirmoy Das1-1/+0
2021-05-05drm/amdgpu: Add show_fdinfo() interfaceRoy Sun1-0/+45
2021-04-28drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2Christian König1-0/+6
2021-04-23drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2Christian König1-0/+6
2021-04-23drm/amdgpu: create shadow bo using amdgpu_bo_create_shadow()Nirmoy Das1-24/+45
2021-04-23drm/amdgpu: cleanup amdgpu_vm_init()Nirmoy Das1-13/+3
2021-04-20drm/amdkfd: SVM API call to restore page tablesAlex Sierra1-5/+15
2021-04-20drm/amdgpu: export vm update mapping interfacePhilip Yang1-9/+9
2021-04-09drm/amdgpu: reserve fence slot to update page tablePhilip Yang1-2/+8
2021-04-09drm/amdgpu: check alignment on CPU page for bo mapXℹ Ruoyao1-4/+4
2021-04-09drm/amdgpu: fix offset calculation in amdgpu_vm_bo_clear_mappings()Nirmoy Das1-1/+1
2021-04-09drm/amdgpu: allow variable BO struct creationNirmoy Das1-0/+1
2021-04-07Merge tag 'drm-misc-next-2021-04-01' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-4/+4
2021-03-26Merge tag 'amd-drm-next-5.13-2021-03-23' of https://gitlab.freedesktop.org/ag...Daniel Vetter1-3/+3
2021-03-24drm/ttm: switch to per device LRU lockChristian König1-4/+4
2021-03-23drm/amdgpu: revert "use the new cursor in the VM code"Christian König1-18/+37
2021-03-23drm/amdkfd: Fix recursive lock warningsFelix Kuehling1-3/+3
2021-03-23drm/amdgpu: use the new cursor in the VM codeChristian König1-37/+18
2021-01-21drm/ttm: device naming cleanupChristian König1-4/+4
2020-12-15drm/ttm: cleanup LRU handling furtherChristian König1-1/+3
2020-11-10Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...Dave Airlie1-106/+178
2020-11-04drm/amdgpu: fix off by one in amdgpu_vm_handle_faultChristian König1-1/+1
2020-11-04Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-6/+3
2020-10-26drm/amdgpu: nuke amdgpu_vm_bo_split_mapping v2Christian König1-103/+79
2020-10-26drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König1-5/+2
2020-10-23drm/amdgpu: fix some kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-10-16drm/amdgpu: add a list in VM for BOs in the done stateMihir Bhogilal Patel1-3/+16
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-11/+33
2020-10-15drm/amdgpu: Add debugfs entry for printing VM infoMihir Bhogilal Patel1-0/+83
2020-10-05drm/amdgpu: align frag_end to covered address spaceAlex Sierra1-0/+2
2020-09-29drm/amdgpu: add new trace event for page table updateShashank Sharma1-2/+9
2020-09-24drm/amdgpu: switch over to the new pin interfaceChristian König1-1/+1
2020-09-17drm, iommu: Change type of pasid to u32Fenghua Yu1-4/+4
2020-09-08Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie1-8/+21
2020-09-03drm/amdgpu: fix max_entries calculation v4Christian König1-4/+4
2020-08-24drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov1-1/+1
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-2/+4
2020-08-11drm/amdgpu: Enable P2P dmabuf over XGMIArunpravin1-3/+16
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie1-1/+1
2020-06-03drm/amdgpu: restrict bo mapping within gpu address limitsRajneesh Bhardwaj1-2/+4
2020-05-22drm/amdgpu: Sync with VM root BO when switching VM to CPU update modeFelix Kuehling1-2/+9
2020-04-28drm/amdgpu: pass unlocked flag to params at amdgpu_vm_bo_update_mappingAlex Sierra1-0/+1