aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdkfd/kfd_process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-27drm/amdkfd: Fix mode1 reset crash issuePhilip Yang1-0/+17
2025-02-27drm/amdkfd: KFD release_work possible circular lockingPhilip Yang1-8/+8
2025-02-19drm/amdkfd: Fix error handling for missing PASID in 'kfd_process_device_init_vm'Srinivasan Shanmugam1-0/+1
2025-02-12drm/amdkfd: Fix pasid value leakXiaogang Chen1-4/+1
2025-02-12drm/amdkfd: Have kfd driver use same PASID values from graphic driverXiaogang Chen1-49/+66
2025-01-06drm/amdkfd: wq_release signals dma_fence only when availableZhu Lingshan1-1/+2
2024-12-10drm/amdkfd: add gc 9.5.0 support on kfdAlex Sierra1-2/+3
2024-12-10drm/amdkfd: pause autosuspend when creating pddJesse.zhang@amd.com1-21/+2
2024-11-11drm/amdkfd: change kfd process kref count at creationXiaogang Chen1-8/+6
2024-11-08drm/amdkfd: Fix wrong usage of INIT_WORK()Yuan Can1-2/+3
2024-11-04drm/amdkfd: Use dynamic allocation for CU occupancy array in 'kfd_get_cu_occupancy()'Srinivasan Shanmugam1-3/+6
2024-10-15drm/amdkfd: Accounting pdd vram_usage for svmPhilip Yang1-2/+2
2024-10-07drm/amdkfd: Fix an eviction fence leakLang Yu1-2/+5
2024-09-25drm/amdkfd: Fix CU occupancy for GFX 9.4.3Mukul Joshi1-3/+17
2024-09-25drm/amdkfd: Update logic for CU occupancy calculationsMukul Joshi1-1/+13
2024-08-06drm/amdkfd: support per-queue reset on gfx9Jonathan Kim1-0/+2
2024-07-23drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointerPhilip Yang1-1/+1
2024-07-01drm/amdkfd: Use device based logging for errorsLijo Lazar1-9/+15
2024-05-02drm/amdgpu: Add gfx v9_4_4 ip blockHawking Zhang1-1/+2
2024-04-30drm/amdkfd: Flush the process wq before creating a kfd_processLancelot SIX1-0/+8
2024-04-26drm/amdkfd: Fix rescheduling of restore workerFelix Kuehling1-3/+3
2024-04-18drm/amdkfd: Fix eviction fence handlingFelix Kuehling1-4/+5
2024-04-12drm/amdkfd: Fix memory leak in create_process failureFelix Kuehling1-2/+2
2024-01-09drm/amdkfd: Fix sparse __rcu annotation warningsFelix Kuehling1-2/+5
2023-11-29drm/amdkfd: Run restore_workers on freezable WQsFelix Kuehling1-34/+53
2023-11-17drm/amdkfd: Move TLB flushing logic into amdgpuFelix Kuehling1-31/+0
2023-11-07drm/amd: Disable XNACK on SRIOV environmentSurbhi Kakarya1-1/+6
2023-08-11drm/amdkfd: drop IOMMUv2 supportAlex Deucher1-16/+0
2023-08-07drm/amdgpu: use doorbell mgr for kfd process doorbellsShashank Sharma1-39/+1
2023-06-30drm/amdkfd: Update interrupt handling for GFX 9.4.3Mukul Joshi1-0/+9
2023-06-09drm/amdkfd: update process interrupt handling for debug eventsJonathan Kim1-0/+47
2023-06-09drm/amdkfd: add debug trap enabled flag to tmaJay Cornwall1-0/+15
2023-06-09drm/amdkfd: add send exception operationJonathan Kim1-1/+70
2023-06-09drm/amdkfd: add raise exception event functionJonathan Kim1-0/+2
2023-06-09drm/amdkfd: add per process hw trap enable and disable functionsJonathan Kim1-0/+10
2023-06-09drm/amdgpu: prepare map process for multi-process debug devicesJonathan Kim1-0/+5
2023-06-09drm/amdkfd: fix kfd_suspend_all_processesJonathan Kim1-1/+1
2023-06-09drm/amdkfd: prepare per-process debug enable and disableJonathan Kim1-20/+40
2023-06-09drm/amdkfd: Use xcc mask for identifying xccLijo Lazar1-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-3/+3
2023-06-09drm/amdkfd: Rework kfd_locked handlingMukul Joshi1-1/+7
2023-06-09drm/amdgpu: Add XCC inst to PASID TLB flushingMukul Joshi1-2/+5
2023-06-09drm/amdkfd: Add XCC instance to kgd2kfd interface (v3)Mukul Joshi1-1/+1
2023-06-09drm/amdkfd: Introduce kfd_node struct (v5)Mukul Joshi1-27/+27
2023-03-20Merge tag 'amd-drm-next-6.4-2023-03-17' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-11/+64
2023-03-15drm/amdkfd: Fixed kfd_process cleanup on module exit.David Belanger1-7/+60
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+2
2023-02-23drm/amdkfd: Make kobj_type structures constantThomas Weißschuh1-4/+4
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-2/+2