summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-29drm/amdgpu: use atomic functions with memory barriers for vm fault infoGui-Dong Han1-3/+2
2024-05-02drm/amdgpu: Fix leak when GPU memory allocation failsMukul Joshi1-0/+1
2023-07-23drm/amdgpu: avoid restore process run into dead loop.gaba1-0/+3
2022-12-31drm/amdkfd: Fix memory leakageKonstantin Meskhidze1-1/+1
2022-11-03drm/amdkfd: Fix memory leak in kfd_mem_dmamap_userptr()Rafael Mendonca1-3/+3
2022-08-17drm/amdgpu: Remove one duplicated ef removalxinhui pan1-6/+0
2022-06-22drm/amdkfd: add pinned BOs to kfd_bo_listLang Yu1-7/+6
2021-12-17drm/amdkfd: fix double free mem structurePhilip Yang1-3/+5
2021-11-18drm/amdkfd: Fix an inappropriate error handling in allloc memory of gpuLang Yu1-1/+1
2021-10-05drm/amdkfd: fix a potential ttm->sg memory leakLang Yu1-0/+1
2021-08-03Revert "Revert "drm/amdkfd: Only apply TLB flush optimization on ALdebaran""Eric Huang1-0/+6
2021-08-03Revert "Revert "drm/amdkfd: Make TLB flush conditional on mapping""Eric Huang1-8/+11
2021-07-30Merge tag 'amd-drm-next-5.15-2021-07-29' of https://gitlab.freedesktop.org/ag...Dave Airlie1-1/+12
2021-07-28Revert "Revert "drm/amdkfd: Make TLB flush conditional on mapping""Eric Huang1-8/+11
2021-07-13Revert "drm/amdkfd: Make TLB flush conditional on mapping"Eric Huang1-11/+8
2021-07-13drm/amdkfd: Allow CPU access for all VRAM BOsFelix Kuehling1-2/+1
2021-07-13Revert "drm/amdkfd: Make TLB flush conditional on mapping"Eric Huang1-11/+8
2021-07-13Revert "drm/amdkfd: Only apply TLB flush optimization on ALdebaran"Eric Huang1-6/+0
2021-07-13drm/amdkfd: Allow CPU access for all VRAM BOsFelix Kuehling1-2/+1
2021-07-08drm/amdkfd: Only apply TLB flush optimization on ALdebaranEric Huang1-0/+6
2021-07-08drm/amdgpu: separate out vm pasid assignmentNirmoy Das1-1/+12
2021-06-16drm/amdgpu: remove amdgpu_vm_ptNirmoy Das1-13/+13
2021-06-11drm/amdgpu: use adev_to_drm macro for consistency (v2)Guchun Chen1-1/+1
2021-06-10drm/amdkfd: use allowed domain for vmbo validationNirmoy Das1-17/+4
2021-06-10Merge tag 'amd-drm-next-5.14-2021-06-09' of https://gitlab.freedesktop.org/ag...Dave Airlie1-9/+12
2021-06-10Merge tag 'drm-misc-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-2/+2
2021-06-06dma-buf: rename and cleanup dma_resv_get_list v2Christian König1-1/+1
2021-06-04drm/amdgpu: remove redundant assignment of variable kColin Ian King1-1/+1
2021-06-04drm/amdkfd: Make TLB flush conditional on mappingEric Huang1-8/+11
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König1-1/+1
2021-05-26drm/amdgpu: Fix an error code in kfd_mem_attach_dmabuf()Dan Carpenter1-1/+3
2021-05-26drm/amdgpu: add missing unreserve on errorDan Carpenter1-2/+1
2021-05-22drm/amdgpu: Use preemptible placement for KFDFelix Kuehling1-3/+4
2021-05-20drm/amdgpu: Move dmabuf attach/detach to backend_(un)bindFelix Kuehling1-3/+0
2021-05-20drm/amdgpu: Add DMA mapping of GTT BOsFelix Kuehling1-1/+75
2021-05-20drm/amdgpu: Move kfd_mem_attach outside reservationFelix Kuehling1-31/+44
2021-05-20drm/amdgpu: DMA map/unmap when updating GPU mappingsFelix Kuehling1-27/+29
2021-05-20drm/amdgpu: Add multi-GPU DMA mapping helpersFelix Kuehling1-8/+141
2021-05-20drm/amdgpu: Simplify AQL queue mappingFelix Kuehling1-55/+48
2021-05-20drm/amdgpu: Keep a bo-reference per-attachmentFelix Kuehling1-5/+17
2021-05-20drm/amdgpu: Rename kfd_bo_va_list to kfd_mem_attachmentFelix Kuehling1-109/+100
2021-05-20drm/amdgpu: Albebaran: MTYPE_NC for coarse-grain remote memoryFelix Kuehling1-1/+2
2021-05-20drm/amdgpu: Arcturus: MTYPE_NC for coarse-grain remote memoryFelix Kuehling1-1/+2
2021-04-21drm/amdgpu: add param bit flag to create SVM BOsAlex Sierra1-5/+2
2021-04-21drm/amdkfd: add svm_bo reference for eviction fenceAlex Sierra1-2/+4
2021-04-21drm/amdkfd: set memory limit to avoid OOM with HMM enabledPhilip Yang1-0/+5
2021-04-21drm/amdkfd: map svm range to GPUsFelix Kuehling1-7/+0
2021-04-21drm/amdkfd: Allow access for mmapping KFD BOsFelix Kuehling1-1/+17
2021-04-21drm/amdkfd: Use drm_priv to pass VM from KFD to amdgpuFelix Kuehling1-28/+41
2021-04-15drm/amdkfd: Remove legacy code not acquiring VMsFelix Kuehling1-50/+0