summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
AgeCommit message (Expand)AuthorFilesLines
2021-06-04drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_updateEric Huang1-1/+1
2021-06-02drm/amdgpu: switch to amdgpu_bo_vm for vm codeNirmoy Das1-2/+3
2021-05-21Merge tag 'amd-drm-next-5.14-2021-05-21' of https://gitlab.freedesktop.org/ag...Dave Airlie1-2/+7
2021-05-21Merge tag 'amd-drm-next-5.14-2021-05-19' of https://gitlab.freedesktop.org/ag...Dave Airlie1-5/+12
2021-05-20drm/amdgpu: flush TLB if valid PDE turns into PTEPhilip Yang1-1/+6
2021-05-20drm/amdgpu: re-apply "use the new cursor in the VM code" v2Christian König1-1/+1
2021-05-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-0/+1
2021-05-05drm/amdgpu: Add show_fdinfo() interfaceRoy Sun1-0/+2
2021-04-29drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2Christian König1-0/+1
2021-04-24drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2Christian König1-0/+1
2021-04-24drm/amdgpu: remove unused vm context flagsNirmoy Das1-3/+0
2021-04-24drm/amdgpu: cleanup amdgpu_vm_init()Nirmoy Das1-2/+1
2021-04-21drm/amdgpu: export vm update mapping interfacePhilip Yang1-0/+11
2020-12-01drm/amdgpu: increase reserved VRAM size to 8MBLikun Gao1-1/+1
2020-11-10Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...Dave Airlie1-0/+10
2020-10-27drm/amdgpu: increase the reserved VM size to 2MBChristian König1-2/+2
2020-10-26drm/amdgpu: increase the reserved VM size to 2MBChristian König1-2/+2
2020-10-23drm/amdgpu: add support to configure MALL for sienna_cichlid (v2)Likun Gao1-0/+3
2020-10-16drm/amdgpu: add a list in VM for BOs in the done stateMihir Bhogilal Patel1-0/+3
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2020-10-15drm/amdgpu: Add debugfs entry for printing VM infoMihir Bhogilal Patel1-0/+4
2020-09-23drm/amd: fix typoes in commentsBernard Zhao1-1/+1
2020-09-17drm, iommu: Change type of pasid to u32Fenghua Yu1-4/+4
2020-07-02drm/amdgpu: Clean up KFD VMID assignmentFelix Kuehling1-0/+1
2020-04-28drm/amdgpu: add new unlocked flag for PTE updatesChristian König1-2/+7
2020-04-28drm/amdgpu: rename direct to immediate for VM updatesChristian König1-5/+5
2020-04-28drm/amdgpu: define the TMZ bit for the PTEAlex Deucher1-0/+3
2020-04-23drm/amdgpu: fix race between pstate and remote buffer mapJonathan Kim1-4/+0
2020-03-16drm_amdgpu: Add job fence to resv conditionallyxinhui pan1-1/+0
2020-02-05drm/amdgpu: rework synchronization of VM updates v4Christian König1-2/+2
2020-01-16drm/amdgpu: Avoid reclaim fs while eviction lockAlex Sierra1-1/+5
2019-12-19drm/amdgpu: replace vm_pte's run-queue list with drm gpu scheds listNirmoy Das1-2/+2
2019-12-10drm/amdgpu: add VM eviction lock v3Christian König1-0/+4
2019-12-10drm/amdgpu: stop adding VM updates fences to the resv objChristian König1-0/+4
2019-12-10drm/amdgpu: move VM eviction decision into amdgpu_vm.cChristian König1-0/+1
2019-11-22drm/amdgpu: add flag to indicate amdgpu vm contextAlex Sierra1-0/+2
2019-09-16drm/amdgpu: add graceful VM fault handling v3Christian König1-0/+2
2019-09-16drm/amdgpu: allow direct submission of PDE updates v2Christian König1-2/+2
2019-09-16drm/amdgpu: allow direct submission in the VM backends v2Christian König1-0/+5
2019-09-16drm/amdgpu: split the VM entity into direct and delayedChristian König1-2/+3
2019-09-14drm/amdgpu: reserve at least 4MB of VRAM for page tables v2Christian König1-0/+3
2019-07-31drm/amdgpu/gmc10: fix pte mytpe field error for navi14tiancyin1-1/+1
2019-07-18drm/amdgpu: add one more mmhub instance for Arcturus (v2)Le Ma1-1/+2
2019-07-18drm/amdgpu: rename AMDGPU_GFXHUB/MMHUB macro with hub numberLe Ma1-2/+2
2019-06-21drm/amdgpu: refine the PTE encoding of PRT for navi10Jack Xiao1-0/+2
2019-06-21drm/amd/gmc9: rename AMDGPU_PTE_MTYPE to AMDGPU_PTE_MTYPE_VG10Hawking Zhang1-3/+3
2019-06-21drm/amdgpu: correct pte mtype field for naviHawking Zhang1-1/+5
2019-04-03drm/amdgpu: provide the page fault queue to the VM codeChristian König1-0/+1
2019-03-28drm/amdgpu: drop the ib from the VM update parametersChristian König1-5/+0
2019-03-28drm/amdgpu: move VM table mapping into the backend as wellChristian König1-1/+1