summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
2025-04-25drm/amdkfd: debugfs hang_hws skip GPU with MESPhilip Yang1-0/+5
2025-04-25drm/amdkfd: Fix pqm_destroy_queue race with GPU resetPhilip Yang1-1/+1
2025-04-25drm/amdkfd: Fix mode1 reset crash issuePhilip Yang1-0/+17
2025-04-25drm/amdkfd: clamp queue size to minimumDavid Yat Sin1-0/+10
2025-04-10drm/amdkfd: Fix Circular Locking Dependency in 'svm_range_cpu_invalidate_page...Srinivasan Shanmugam2-15/+16
2025-02-17drm/amdkfd: only flush the validate MES contexPrike Liang1-2/+5
2025-01-17drm/amdkfd: fixed page fault when enable MES shader debuggerJesse.zhang@amd.com1-0/+17
2025-01-09drm/amdkfd: Correct the migration DMA map directionPrike Liang1-2/+2
2025-01-02drm/amdkfd: pause autosuspend when creating pddJesse.zhang@amd.com2-21/+17
2025-01-02drm/amdkfd: Use device based logging for errorsLijo Lazar5-45/+74
2025-01-02drm/amdkfd: drop struct kfd_cu_infoAlex Deucher3-57/+48
2025-01-02drm/amdkfd: reduce stack size in kfd_topology_add_device()Alex Deucher1-4/+9
2024-12-09drm/amdkfd: Use the correct wptr sizeLijo Lazar1-1/+1
2024-12-09drm/amdkfd: Fix wrong usage of INIT_WORK()Yuan Can1-2/+3
2024-11-17drm/amdkfd: Accounting pdd vram_usage for svmPhilip Yang4-6/+32
2024-10-10drm/amdkfd: Fix resource leak in criu restore queueJesse Zhang1-0/+1
2024-10-10drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointerPhilip Yang6-8/+8
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