aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
AgeCommit message (Expand)Author
2024-05-02drm/amdgpu: validate the parameters of bo mapping operations more clearlyxinhui pan
2023-09-02Revert "drm/amdgpu: install stub fence into potential unused fence pointers"Greg Kroah-Hartman
2023-08-26drm/amdgpu: install stub fence into potential unused fence pointersLang Yu
2023-07-27amdgpu: validate offset_in_bo of drm_amdgpu_gem_vaChia-I Wu
2023-07-27drm/amdgpu: Validate VM ioctl flags.Bas Nieuwenhuizen
2022-11-10drm/amdgpu: set vm_update_mode=0 as default for Sienna Cichlid in SRIOV caseDanijel Slivka
2022-03-08drm/amdgpu: fix suspend/resume hang regressionQiang Yu
2022-03-08drm/amdgpu: check vm ready by amdgpu_vm->evicting flagQiang Yu
2021-05-14drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2Christian König
2021-04-07drm/amdgpu: check alignment on CPU page for bo mapXℹ Ruoyao
2021-04-07drm/amdgpu: fix offset calculation in amdgpu_vm_bo_clear_mappings()Nirmoy Das
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-10-05drm/amdgpu: align frag_end to covered address spaceAlex Sierra
2020-09-29drm/amdgpu: add new trace event for page table updateShashank Sharma
2020-09-17drm, iommu: Change type of pasid to u32Fenghua Yu
2020-09-08Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie
2020-09-03drm/amdgpu: fix max_entries calculation v4Christian König
2020-08-24drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2020-08-11drm/amdgpu: Enable P2P dmabuf over XGMIArunpravin
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie
2020-06-03drm/amdgpu: restrict bo mapping within gpu address limitsRajneesh Bhardwaj
2020-05-22drm/amdgpu: Sync with VM root BO when switching VM to CPU update modeFelix Kuehling
2020-04-28drm/amdgpu: pass unlocked flag to params at amdgpu_vm_bo_update_mappingAlex Sierra
2020-04-28drm/amdgpu: add new unlocked flag for PTE updatesChristian König
2020-04-28drm/amdgpu: rename direct to immediate for VM updatesChristian König
2020-04-28drm/amdgpu: set TMZ bits in PTEs for secure BO (v4)Alex Deucher
2020-04-23drm: amdgpu: fix kernel-doc struct warningRandy Dunlap
2020-04-22drm/amdgpu: fix race between pstate and remote buffer mapJonathan Kim
2020-03-19drm/amdgpu: miss PRT case when bo updateYintian Tao
2020-03-16drm_amdgpu: Add job fence to resv conditionallyxinhui pan
2020-03-06drm/amdgpu: Update SPM_VMID with the job's vmid when application reserves the...Jacob He
2020-02-26drm/amdgpu: add VM update fences back to the root PD v2Christian König
2020-02-11drm/amdgpu: Do not move root PT bo to relocated listxinhui pan
2020-02-04drm/amdgpu: rework synchronization of VM updates v4Christian König
2020-02-04drm/amdgpu: allow higher level PD invalidationsChristian König
2020-02-04drm/amdgpu: return EINVAL instead of ENOENT in the VM codeChristian König
2020-02-04drm/amdgpu: fix parentheses in amdgpu_vm_update_ptesChristian König
2020-02-04drm/amdgpu: make sure to never allocate PDs/PTs for invalidationsChristian König
2020-02-04drm/amdgpu: drop unnecessary restriction for huge root PDEsChristian König
2020-01-16drm/amdgpu: Avoid reclaim fs while eviction lockAlex Sierra
2019-12-18drm/amdgpu: replace vm_pte's run-queue list with drm gpu scheds listNirmoy Das
2019-12-18drm/scheduler: rework entity creationNirmoy Das
2019-12-09drm/amdgpu: add VM eviction lock v3Christian König
2019-12-09drm/amdgpu: stop adding VM updates fences to the resv objChristian König
2019-12-09drm/amdgpu: move VM eviction decision into amdgpu_vm.cChristian König
2019-11-22amd/amdgpu: force to trigger a no-retry-fault after a retry-faultAlex Sierra
2019-11-22drm/amdgpu: add flag to indicate amdgpu vm contextAlex Sierra
2019-11-06drm/amdgpu/gpuvm: add some additional comments in amdgpu_vm_update_ptesAlex Deucher
2019-11-04Merge tag 'drm-misc-next-2019-10-31' of git://anongit.freedesktop.org/drm/drm...Dave Airlie