summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
2025-04-10drm/amdkfd: Fix Circular Locking Dependency in 'svm_range_cpu_invalidate_page...Srinivasan Shanmugam2-15/+16
2025-03-28drm/amdkfd: Fix instruction hazard in gfx12 trap handlerJay Cornwall2-355/+404
2025-03-28drm/amdkfd: Fix user queue validation on Gfx7/8Philip Yang1-1/+11
2025-03-28drm/amdgpu: Restore uncached behaviour on GFX12David Belanger1-7/+1
2025-03-22drm/amd/amdkfd: Evict all queues even HWS remove queue failedYifan Zha1-3/+5
2025-03-13drm/amdkfd: Fix NULL Pointer Dereference in KFD queueAndrew Martin1-2/+2
2025-03-07drm/amdkfd: Preserve cp_hqd_pq_control on update_mqdDavid Yat Sin4-7/+14
2025-02-27drm/amdkfd: Ensure consistent barrier state saved in gfx12 trap handlerLancelot SIX2-1/+6
2025-02-27drm/amdkfd: Move gfx12 trap handler to separate fileJay Cornwall2-201/+1127
2025-02-21amdkfd: properly free gang_ctx_bo when failed to init user queueZhu Lingshan1-1/+1
2025-02-17drm/amdkfd: Block per-queue reset when halt_if_hws_hang=1Jay Cornwall1-2/+2
2025-02-17drm/amdkfd: only flush the validate MES contexPrike Liang1-2/+5
2025-02-17drm/amdkfd: Queue interrupt work to different CPUPhilip Yang3-33/+20
2025-01-06drm/amdkfd: wq_release signals dma_fence only when availableZhu Lingshan1-1/+2
2025-01-06drm/amdkfd: fixed page fault when enable MES shader debuggerJesse.zhang@amd.com1-0/+17
2024-12-10drm/amdkfd: pause autosuspend when creating pddJesse.zhang@amd.com2-21/+17
2024-12-10drm/amdkfd: hard-code MALL cacheline size for gfx11, gfx12Harish Kasiviswanathan1-1/+1
2024-12-10drm/amdkfd: hard-code cacheline size for gfx11Harish Kasiviswanathan1-2/+20
2024-12-10drm/amdkfd: Dereference null return valueAndrew Martin1-4/+8
2024-12-05drm/amdkfd: Correct the migration DMA map directionPrike Liang1-2/+2
2024-12-02drm/amdkfd: hard-code cacheline for gc943,gc944David Yat Sin1-0/+6
2024-12-02drm/amdkfd: add MEC version that supports no PCIe atomics for GFX12Sreekant Somasekharan1-0/+3
2024-11-21drm/amdkfd: Use the correct wptr sizeLijo Lazar1-1/+1
2024-11-20drm/amdkfd: make sure ring buffer is flushed before update wptrVictor Zhao1-0/+5
2024-11-11drm/amd/amdkfd: add/remove kfd queues on start/stop KFD schedulingShaoyun Liu1-3/+37
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-08drm/amdkfd: remove gfx 12 trap handler page size capJonathan Kim1-1/+2
2024-11-04drm/amdkfd: Use dynamic allocation for CU occupancy array in 'kfd_get_cu_occu...Srinivasan Shanmugam1-3/+6
2024-11-04drm/amdkfd: add an interface to query whether is KFD is activeAlex Deucher1-0/+25
2024-10-28drm/amdkfd: flag per-queue reset support for gfx9Jonathan Kim1-0/+2
2024-10-24drm/amdkfd: sever xgmi io link if host driver has disable sharingJonathan Kim1-0/+3
2024-10-24drm/amdkfd: remove extra use of volatileVictor Zhao2-2/+2
2024-10-22Revert "drm/amdkfd: SMI report dropped event count"Alex Deucher1-23/+4
2024-10-22drm/amdkfd: fix the hang caused by the write reorder to fence_addrVictor Zhao2-2/+3
2024-10-15drm/amdkfd: Accounting pdd vram_usage for svmPhilip Yang4-6/+32
2024-10-07drm/amdkfd: SMI report dropped event countPhilip Yang1-4/+23
2024-10-07drm/amdkfd: Copy wave state only for compute queuePhilip Yang1-1/+4
2024-10-07drm/amdkfd: Increase SMI event fifo sizePhilip Yang1-3/+3
2024-10-07drm/amdkfd: Output migrate end event if migrate failedPhilip Yang4-14/+15
2024-10-07drm/amdkfd: Fix an eviction fence leakLang Yu1-2/+5
2024-10-01drm/amdkfd: Remove an unused parameter in queue creationLang Yu3-8/+5
2024-09-25drm/amdkfd: Add SDMA queue quantum support for GFX12Sreekant Somasekharan1-0/+4
2024-09-25drm/amdkfd: Fix CU occupancy for GFX 9.4.3Mukul Joshi3-5/+23
2024-09-25drm/amdkfd: Update logic for CU occupancy calculationsMukul Joshi3-1/+36
2024-09-17drm/amdkfd: clean up code for interrupt v10Jesse Zhang1-15/+0
2024-09-17drm/amdkfd: Move queue fs deletion after destroy checkKent Russell1-1/+1
2024-09-10drm/amdkfd: CRIU fixesAl Viro1-18/+46
2024-09-10drm/amdkfd: Fix resource leak in criu restore queueJesse Zhang1-0/+1
2024-09-06drm/amdkfd: Document and define SVM events message macroPhilip Yang1-23/+22