summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_svm.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-24drm/amdkfd: Handle lack of READ permissions in SVM mappingKent Russell1-0/+23
2025-10-15drm/amdkfd: Fix error code sign for EINVAL in svm_ioctl()Qianfeng Rong1-1/+1
2025-08-01drm/amdkfd: Don't call mmput from MMU notifier callbackPhilip Yang1-25/+22
2024-11-17drm/amdkfd: Accounting pdd vram_usage for svmPhilip Yang1-0/+26
2024-06-12drm/amdkfd: Add VRAM accounting for SVM migrationMukul Joshi1-1/+1
2024-02-05drm/amdkfd: Fix 'node' NULL check in 'svm_range_get_range_boundaries()'Srinivasan Shanmugam1-5/+5
2024-02-05drm/amdkfd: Fix lock dependency warning with srcuPhilip Yang1-2/+4
2024-02-05drm/amdkfd: Fix lock dependency warningFelix Kuehling1-16/+10
2024-01-20drm/amdkfd: svm range always mapped flag not working on APUPhilip Yang1-6/+12
2023-11-28drm/amdkfd: Fix shift out-of-bounds issueJesse Zhang1-1/+1
2023-11-28drm/amdkfd: Fix a race condition of vram buffer unref in svm codeXiaogang Chen1-2/+9
2023-11-20drm/amdkfd: Handle errors from svm validate and mapPhilip Yang1-43/+39
2023-11-20drm/amdkfd: Remove svm range validated_once flagPhilip Yang1-3/+1
2023-11-20drm/amdkfd: fix some race conditions in vram buffer alloc/free of svm codeXiaogang Chen1-4/+4
2023-09-08Merge tag 'drm-next-2023-09-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+2
2023-09-01drm/amdkfd: retry after EBUSY is returned from hmm_ranges_get_pagesAlex Sierra1-0/+2
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-45/+83
2023-08-21drm/amdkfd: use vma_is_initial_stack() and vma_is_initial_heap()Kefeng Wang1-4/+1
2023-08-16drm/amdkfd: fix build failure without CONFIG_DYNAMIC_DEBUGArnd Bergmann1-0/+6
2023-08-07drm/amdkfd: avoid unmap dma address when svm_ranges are splitAlex Sierra1-16/+45
2023-08-04Merge tag 'amd-drm-next-6.6-2023-07-28' of https://gitlab.freedesktop.org/agd...Daniel Vetter1-4/+8
2023-07-25drm/amdkfd: avoid svm dump when dynamic debug disabledAlex Sierra1-1/+3
2023-07-12drm/amdkfd: switch over to using drm_exec v3Christian König1-25/+24
2023-07-07drm/amdkfd: Skip handle mapping SVM range with no GPU accessPhilip Yang1-3/+5
2023-06-09amd/amdkfd: drop unused KFD_IOCTL_SVM_FLAG_UNCACHED flagAlex Deucher1-1/+1
2023-06-09drm/amdgpu: Add function parameter 'event' to kdoc in svm_range_evict()Srinivasan Shanmugam1-0/+1
2023-06-09drm/amdkfd: flag added to handle errors from svm validate and mapAlex Sierra1-1/+2
2023-06-09drm/amdkfd: fix stack size in svm_range_validate_and_mapAlex Deucher1-23/+33
2023-06-09drm/amdgpu/gmc9: fix 64 bit division in partition codeAlex Deucher1-2/+6
2023-06-09drm/amdkfd: APU mode set max svm range pagesPhilip Yang1-5/+10
2023-06-09drm/amdkfd: Fix memory reporting on GFX 9.4.3Mukul Joshi1-7/+7
2023-06-09drm/amdkfd: Store xcp partition id to amdgpu boPhilip Yang1-2/+2
2023-06-09drm/amdkfd: Update MTYPE for far memory partitionPhilip Yang1-4/+5
2023-06-09drm/amdkfd: SVM range allocation support memory partitionPhilip Yang1-3/+7
2023-06-09drm/amdgpu/bu: update mtype_local parameter settingsGraham Sider1-1/+2
2023-06-09drm/amdgpu/bu: add mtype_local as a module parameterDavid Francis1-2/+1
2023-06-09drm/amdgpu: Fix per-BO MTYPE selection for GFXv9.4.3Felix Kuehling1-10/+14
2023-06-09drm/amdgpu/bu: Add use_mtype_cc_wa module paramGraham Sider1-2/+5
2023-06-09drm/amdkfd: Move pgmap to amdgpu_kfd_dev structurePhilip Yang1-3/+3
2023-06-09drm/amdkfd: Enable SVM on Native modeMukul Joshi1-0/+8
2023-06-09drm/amdgpu: Correct dGPU MTYPE settings for gfx943Graham Sider1-6/+2
2023-06-09amd/amdgpu: Set MTYPE_UC for access over PCIeAmber Lin1-8/+21
2023-06-09drm/amdkfd: Update interrupt handling for GFX9.4.3Mukul Joshi1-4/+4
2023-06-09drm/amdkfd: Update SMI events for GFX9.4.3Mukul Joshi1-3/+3
2023-06-09drm/amdkfd: pass kfd_node ref to svm migration apiAlex Sierra1-76/+76
2023-06-09drm/amdkfd: Update coherence settings for svm rangesRajneesh Bhardwaj1-0/+17
2023-06-09drm/amdkfd: Introduce kfd_node struct (v5)Mukul Joshi1-2/+2
2023-06-09drm/amdkfd: Optimize svm range map to GPU with XNACK onPhilip Yang1-1/+3
2023-04-13drm/amdgpu: Enable IH retry CAM on GFX9Mukul Joshi1-1/+9
2023-01-16Merge tag 'amd-drm-next-6.3-2023-01-13' of https://gitlab.freedesktop.org/agd...Dave Airlie1-0/+9