summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
2024-09-08drm/amdgpu: add lock in kfd_process_dequeue_from_deviceYunxiang Li1-2/+7
2024-09-08drm/amdkfd: Reconcile the definition and use of oem_id in struct kfd_topology...Michael Chen3-5/+5
2024-09-08drm/amdkfd: Check debug trap enable before write dbg_ev_fileLin.Cao1-1/+3
2024-08-29drm/amdkfd: reserve the BO before validating itLang Yu1-1/+3
2024-08-29drm/amdkfd: Move dma unmapping after TLB flushPhilip Yang1-8/+12
2024-08-03drm/amdkfd: Fix CU Masking for GFX 9.4.3Mukul Joshi1-1/+1
2024-06-16Revert "drm/amdkfd: fix gfx_target_version for certain 11.0.3 devices"Alex Deucher1-9/+2
2024-06-12drm/amdkfd: Flush the process wq before creating a kfd_processLancelot SIX1-0/+8
2024-06-12drm/amdkfd: Add VRAM accounting for SVM migrationMukul Joshi2-2/+16
2024-05-17drm/amdkfd: don't allow mapping the MMIO HDP page with large pagesAlex Deucher1-2/+5
2024-05-17amd/amdkfd: sync all devices to wait all processes being evictedZhigang Luo1-11/+6
2024-05-17drm/amdkfd: range check cp bad op exception interruptsJonathan Kim3-3/+6
2024-05-17drm/amdkfd: Check cgroup when returning DMABuf infoMukul Joshi1-2/+2
2024-04-27drm/amdkfd: Fix memory leak in create_process failureFelix Kuehling1-2/+2
2024-04-17drm/amdkfd: Reset GPU on queue preemption failureHarish Kasiviswanathan1-0/+1
2024-04-13amdkfd: use calloc instead of kzalloc to avoid integer overflowDave Airlie1-2/+2
2024-04-03drm/amdkfd: fix TLB flush after unmap for GFX9.4.2Eric Huang1-1/+1
2024-03-01drm/amdkfd: Use correct drm device for cgroup permission checkMukul Joshi1-2/+7
2024-02-05drm/amdkfd: only flush mes process context if mes support is thereJonathan Kim1-1/+2
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-02-05drm/amdkfd: Fix iterator used outside loop in 'kfd_add_peer_prop()'Srinivasan Shanmugam1-11/+13
2024-02-05drm/amdkfd: fix mes set shader debugger process managementJonathan Kim1-0/+1
2024-02-01drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDsAlex Deucher1-0/+1
2024-02-01drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDsAlex Deucher1-0/+1
2024-01-26drm/amdkfd: fixes for HMM mem allocationDafna Hirschfeld1-3/+3
2024-01-26Revert "drm/amdkfd: Relocate TBA/TMA to opposite side of VM hole"Kaibo Ma1-13/+13
2024-01-26drm/amdkfd: Confirm list is non-empty before utilizing list_first_entry in kf...Srinivasan Shanmugam1-9/+12
2024-01-26drm/amdkfd: Fix type of 'dbg_flags' in 'struct kfd_process'Srinivasan Shanmugam1-1/+1
2024-01-20drm/amdkfd: svm range always mapped flag not working on APUPhilip Yang1-6/+12
2024-01-20drm/amdkfd: Free gang_ctx_bo and wptr_bo in pqm_uninitZhenGuo Yin1-21/+33
2024-01-20drm/amdkfd: Use common function for IP version checkMukul Joshi1-1/+1
2023-12-13drm/amdkfd: get doorbell's absolute offset based on the db_sizeArvind Yadav3-4/+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-28drm/amdkfd: ratelimited SQ interrupt messagesHarish Kasiviswanathan3-9/+9
2023-11-20drm/amdkfd: Handle errors from svm validate and mapPhilip Yang2-44/+39
2023-11-20drm/amdkfd: Remove svm range validated_once flagPhilip Yang2-4/+1
2023-11-20drm/amdkfd: fix some race conditions in vram buffer alloc/free of svm codeXiaogang Chen1-4/+4
2023-09-21drm/amdkfd: Use gpu_offset for user queue's wptrYuBiao Wang1-1/+1
2023-09-13drm/amdkfd: Insert missing TLB flush on GFX10 and laterHarish Kasiviswanathan1-2/+1
2023-09-12drm/amdkfd: Checkpoint and restore queues on GFX11David Francis1-0/+41
2023-09-12drm/amdkfd: Update CU masking for GFX 9.4.3Mukul Joshi7-28/+56
2023-09-12drm/amdkfd: Update cache info reporting for GFX v9.4.3Mukul Joshi3-37/+51
2023-09-12drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3Mukul Joshi3-10/+12
2023-09-12drm/amdkfd: Fix unaligned 64-bit doorbell warningMukul Joshi1-0/+2
2023-09-12drm/amdkfd: Fix reg offset for setting CWSR grace periodMukul Joshi2-4/+2
2023-09-08Merge tag 'drm-next-2023-09-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-1/+6
2023-09-01drm/amdkfd: Add missing gfx11 MQD manager callbacksJay Cornwall1-0/+3