summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
2025-12-07drm/amdkfd: Tie UNMAP_LATENCY to queue_preemptionAmber Lin1-1/+8
2025-12-07drm/amdkfd: return -ENOTTY for unsupported IOCTLsGeoffrey McRae1-2/+6
2025-07-17drm/amdkfd: Fix race in GWS queue schedulingJay Cornwall1-1/+1
2025-06-27drm/amdkfd: Set SDMA_RLCx_IB_CNTL/SWITCH_INSIDE_IBAmber Lin1-0/+4
2025-06-04drm/amdkfd: KFD release_work possible circular lockingPhilip Yang1-8/+8
2025-05-02drm/amdkfd: Fix pqm_destroy_queue race with GPU resetPhilip Yang1-1/+1
2025-05-02drm/amdkfd: clamp queue size to minimumDavid Yat Sin1-0/+10
2024-12-14drm/amdkfd: Fix wrong usage of INIT_WORK()Yuan Can1-2/+3
2024-09-12drm/amdkfd: Reconcile the definition and use of oem_id in struct kfd_topology...Michael Chen3-5/+5
2024-09-04drm/amdkfd: don't allow mapping the MMIO HDP page with large pagesAlex Deucher1-1/+4
2024-06-16drm/amdkfd: Flush the process wq before creating a kfd_processLancelot SIX1-0/+8
2024-04-13amdkfd: use calloc instead of kzalloc to avoid integer overflowDave Airlie1-2/+2
2023-07-27drm/amdkfd: Fix potential deallocation of previously deallocated memory.Daniil Dulov1-6/+7
2023-03-22drm/amdkfd: Fix an illegal memory accessQu Huang1-6/+3
2022-05-09drm/amdkfd: Fix GWS queue countDavid Yat Sin1-46/+37
2022-04-20drm/amdkfd: Check for potential null return of kmalloc_array()QintaoShen1-0/+2
2022-04-20drm/amdkfd: Fix Incorrect VMIDs passed to HWSTushar Patel1-8/+3
2022-04-13drm/amdkfd: Create file descriptor after client is added to smi_clients listLee Jones1-9/+15
2022-04-13drm/amdkfd: make CRAT table missing message informational onlyAlex Deucher1-1/+1
2021-12-14drm/amdkfd: fix boot failure when iommu is disabled in Picasso.Yifan Zhang1-0/+3
2021-12-14drm/amdkfd: separate kfd_iommu_resume from kfd_resumeJames Zhu1-4/+8
2021-12-08drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered againshaoyunl1-0/+5
2021-11-18drm/amdkfd: fix resume error when iommu disabled in PicassoYifan Zhang1-0/+1
2021-09-18drm/amdkfd: Account for SH/SE count when setting up cu masks.Sean Keely2-21/+64
2021-07-20drm/amdkfd: fix sysfs kobj leakPhilip Yang2-8/+7
2021-07-19drm/amdkfd: Walk through list with dqm lock holdxinhui pan1-10/+12
2021-07-19drm/amdkfd: Fix circular lock in nocpsch pathAmber Lin1-5/+13
2021-07-19drm/amdkfd: fix circular locking on get_wave_stateJonathan Kim1-15/+13
2021-05-14drm/amdkfd: fix build error with AMD_IOMMU_V2=mFelix Kuehling2-2/+13
2021-05-11drm/amdkfd: Fix cat debugfs hang_hws file causes system crash bugQu Huang1-1/+6
2021-05-11drm/amdkfd: Fix UBSAN shift-out-of-bounds warningAnson Jacob1-2/+15
2021-04-07drm/amdkfd: dqm fence memory corruptionQu Huang7-12/+12
2021-03-04drm/amdkfd: Fix recursive lock warningsFelix Kuehling1-2/+2
2021-01-27drm/amdkfd: Fix out-of-bounds read in kdf_create_vcrat_image_cpu()Jeremy Cline1-4/+7
2020-12-30drm/amdkfd: Put ACPI table after using itHanjun Guo1-4/+9
2020-12-09drm/amdkfd: Fix leak in dmabuf importFelix Kuehling1-0/+2
2020-11-04amdkfd: Check kvmalloc return before memcpyKent Russell1-1/+1
2020-10-23Merge tag 'drm-next-2020-10-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+3
2020-10-22drm/amdkfd: Use same SQ prefetch setting as amdgpuJay Cornwall1-2/+3
2020-10-20Merge tag 'drm-next-2020-10-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds17-240/+582
2020-10-14drm/amdkfd: Use kvfree in destroy_crat_imageKent Russell1-1/+1
2020-10-12Merge tag 'x86_pasid_for_5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-29/+28
2020-09-30drm/amd/amdkfd: Surface files in Sysfs to allow users to get number ofRamesh Errabolu2-2/+94
2020-09-25drm/amdgpu: store noretry parameter per driver instanceAlex Deucher3-1/+5
2020-09-22drm/amdkfd: Use kvmalloc instead of kmalloc for VCRATKent Russell1-4/+5
2020-09-22drm/amdkfd: Fix kfd init stack dumpPhilip Cox1-5/+0
2020-09-22drm/amdkfd: Move process doorbell allocation into kfd deviceMukul Joshi6-50/+64
2020-09-22drm/amdkfd: Calculate CPU VCRAT size dynamically (v2)Kent Russell1-10/+16
2020-09-22drm/amdgpu: Fix handling of KFD initialization failuresFelix Kuehling2-0/+2