summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2Christian König2021-04-291-0/+1
* drm/amdgpu: increase reserved VRAM size to 8MBLikun Gao2020-12-011-1/+1
* Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...Dave Airlie2020-11-101-0/+10
|\
| * drm/amdgpu: increase the reserved VM size to 2MBChristian König2020-10-261-2/+2
| * drm/amdgpu: add support to configure MALL for sienna_cichlid (v2)Likun Gao2020-10-231-0/+3
| * drm/amdgpu: add a list in VM for BOs in the done stateMihir Bhogilal Patel2020-10-161-0/+3
| * drm/amdgpu: Add debugfs entry for printing VM infoMihir Bhogilal Patel2020-10-151-0/+4
* | drm/amdgpu: increase the reserved VM size to 2MBChristian König2020-10-261-2/+2
* | Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-151-1/+1
|\|
| * drm/amd: fix typoes in commentsBernard Zhao2020-09-221-1/+1
* | drm, iommu: Change type of pasid to u32Fenghua Yu2020-09-171-4/+4
|/
* drm/amdgpu: Clean up KFD VMID assignmentFelix Kuehling2020-07-021-0/+1
* drm/amdgpu: add new unlocked flag for PTE updatesChristian König2020-04-281-2/+7
* drm/amdgpu: rename direct to immediate for VM updatesChristian König2020-04-281-5/+5
* drm/amdgpu: define the TMZ bit for the PTEAlex Deucher2020-04-281-0/+3
* drm/amdgpu: fix race between pstate and remote buffer mapJonathan Kim2020-04-231-4/+0
* drm_amdgpu: Add job fence to resv conditionallyxinhui pan2020-03-161-1/+0
* drm/amdgpu: rework synchronization of VM updates v4Christian König2020-02-051-2/+2
* drm/amdgpu: Avoid reclaim fs while eviction lockAlex Sierra2020-01-161-1/+5
* drm/amdgpu: replace vm_pte's run-queue list with drm gpu scheds listNirmoy Das2019-12-181-2/+2
* drm/amdgpu: add VM eviction lock v3Christian König2019-12-091-0/+4
* drm/amdgpu: stop adding VM updates fences to the resv objChristian König2019-12-091-0/+4
* drm/amdgpu: move VM eviction decision into amdgpu_vm.cChristian König2019-12-091-0/+1
* drm/amdgpu: add flag to indicate amdgpu vm contextAlex Sierra2019-11-221-0/+2
* drm/amdgpu: add graceful VM fault handling v3Christian König2019-09-161-0/+2
* drm/amdgpu: allow direct submission of PDE updates v2Christian König2019-09-161-2/+2
* drm/amdgpu: allow direct submission in the VM backends v2Christian König2019-09-161-0/+5
* drm/amdgpu: split the VM entity into direct and delayedChristian König2019-09-161-2/+3
* drm/amdgpu: reserve at least 4MB of VRAM for page tables v2Christian König2019-09-141-0/+3
* drm/amdgpu/gmc10: fix pte mytpe field error for navi14tiancyin2019-07-311-1/+1
* drm/amdgpu: add one more mmhub instance for Arcturus (v2)Le Ma2019-07-181-1/+2
* drm/amdgpu: rename AMDGPU_GFXHUB/MMHUB macro with hub numberLe Ma2019-07-181-2/+2
* drm/amdgpu: refine the PTE encoding of PRT for navi10Jack Xiao2019-06-211-0/+2
* drm/amd/gmc9: rename AMDGPU_PTE_MTYPE to AMDGPU_PTE_MTYPE_VG10Hawking Zhang2019-06-211-3/+3
* drm/amdgpu: correct pte mtype field for naviHawking Zhang2019-06-211-1/+5
* drm/amdgpu: provide the page fault queue to the VM codeChristian König2019-04-031-0/+1
* drm/amdgpu: drop the ib from the VM update parametersChristian König2019-03-281-5/+0
* drm/amdgpu: move VM table mapping into the backend as wellChristian König2019-03-281-1/+1
* drm/amdgpu: XGMI pstate switch initial supportshaoyunl2019-03-281-0/+4
* drm/amdgpu: use the new VM backend for PTEsChristian König2019-03-211-13/+0
* drm/amdgpu: new VM update backendsChristian König2019-03-211-1/+29
* drm/amdgpu: move and rename amdgpu_pte_update_paramsChristian König2019-03-211-0/+45
* drm/amdgpu: remove some unused VM definesChristian König2019-03-211-5/+0
* drm/amdgpu: wait for VM to become idle during flushChristian König2019-03-191-0/+2
* drm/amdgpu: remove chashChristian König2019-03-191-14/+0
* drm/amdgpu: drop the huge page flagChristian König2019-03-191-1/+0
* drm/amdgpu: allocate VM PDs/PTs on demandChristian König2019-03-191-3/+0
* drm/amdgpu: set bulk_moveable to false when lru changed v2Chunming Zhou2019-01-251-0/+2
* drm/amdgpu: remove VM fault_credit handlingChristian König2018-12-081-5/+0
* drm/amdgpu: use a single linked list for amdgpu_vm_bo_baseChristian König2018-09-131-1/+1