aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-30drm/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-20drm/amdgpu: refine the PTE encoding of PRT for navi10Jack Xiao1-0/+2
2019-06-20drm/amd/gmc9: rename AMDGPU_PTE_MTYPE to AMDGPU_PTE_MTYPE_VG10Hawking Zhang1-3/+3
2019-06-20drm/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-27drm/amdgpu: drop the ib from the VM update parametersChristian König1-5/+0
2019-03-27drm/amdgpu: move VM table mapping into the backend as wellChristian König1-1/+1
2019-03-27drm/amdgpu: XGMI pstate switch initial supportshaoyunl1-0/+4
2019-03-21drm/amdgpu: use the new VM backend for PTEsChristian König1-13/+0
2019-03-21drm/amdgpu: new VM update backendsChristian König1-1/+29
2019-03-21drm/amdgpu: move and rename amdgpu_pte_update_paramsChristian König1-0/+45
2019-03-21drm/amdgpu: remove some unused VM definesChristian König1-5/+0
2019-03-19drm/amdgpu: wait for VM to become idle during flushChristian König1-0/+2
2019-03-19drm/amdgpu: remove chashChristian König1-14/+0
2019-03-19drm/amdgpu: drop the huge page flagChristian König1-1/+0
2019-03-19drm/amdgpu: allocate VM PDs/PTs on demandChristian König1-3/+0
2019-01-25drm/amdgpu: set bulk_moveable to false when lru changed v2Chunming Zhou1-0/+2
2018-12-07drm/amdgpu: remove VM fault_credit handlingChristian König1-5/+0
2018-09-13drm/amdgpu: use a single linked list for amdgpu_vm_bo_baseChristian König1-1/+1
2018-09-12drm/amdgpu: Move fault hash table to amdgpu vmOak Zeng1-0/+13
2018-09-10drm/amdgpu: correctly sign extend 48bit addresses v3Christian König1-13/+0
2018-09-10drm/amdgpu: separate per VM BOs from normal in the moved stateChristian König1-2/+5
2018-08-29drm/amdkfd: Release an acquired process vmOak Zeng1-0/+1
2018-08-29drm/amdgpu: Set pasid for compute vm (v2)Oak Zeng1-1/+1
2018-08-27drm/amdgpu: remove extra root PD alignmentChristian König1-3/+0
2018-08-27drm/amdgpu: Adjust the VM size based on system memory size v2Felix Kuehling1-1/+1
2018-08-27drm/amdgpu: use bulk moves for efficient VM LRU handling (v6)Huang Rui1-1/+10
2018-08-27drm/amdgpu: use new scheduler load balancing for VMsChristian König1-4/+3
2018-08-27drm/amdgpu: move vm definitions into amdgpu_vm headerHuang Rui1-0/+25
2018-07-31drm/amdgpu: add new amdgpu_vm_bo_trace_cs() function v2Christian König1-0/+1
2018-07-10drm/amdgpu: Add support for logging process info in amdgpu_vm.Andrey Grodzovsky1-0/+16
2018-05-24drm/amdgpu: move VM BOs on LRU againChristian König1-0/+3
2018-05-24drm/amdgpu: rework VM state machine lock handling v2Christian König1-3/+1
2018-05-18drm/amdgpu: remove unused memberChristian König1-3/+0
2018-05-15drm/amdgpu: Add support to change mtype for 2nd part of gart BOs on GFX9Yong Zhao1-2/+3
2018-03-15drm/amdgpu: Add helper to turn an existing VM into a compute VMFelix Kuehling1-0/+1
2018-03-15drm/amdgpu: Move KFD-specific fields into struct amdgpu_vmFelix Kuehling1-0/+9
2018-02-06drm/amdgpu: Fix header file dependenciesFelix Kuehling1-0/+1
2018-02-19drm/amdgpu: reduce reserved VA sizeChristian König1-1/+1
2017-12-27drm/amdgpu: drop client_id from VMChristian König1-4/+0
2017-12-27drm/amdgpu: separate VMID and PASID handlingChristian König1-41/+3
2017-12-18drm/amdgpu: implement 2+1 PD support for Raven v3Christian König1-0/+6
2017-12-14drm/amdgpu: add enumerate for PDB/PTB v3Chunming Zhou1-0/+11
2017-12-12drm/amdgpu: remove keeping the addr of the VM PDsChristian König1-1/+1
2017-12-12drm/amdgpu: remove last_entry_used from the VM codeChristian König1-1/+0
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach1-3/+4
2017-12-06drm/amdgpu: move validation of the VM size into the VM codeChristian König1-1/+2
2017-12-06drm/amdgpu: unify VM size handling of Vega10 with older generationChristian König1-3/+1