summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorLines
2025-02-12drm/amdkfd: Ensure consistent barrier state saved in gfx12 trap handlerLancelot SIX-1/+6
2025-02-12amdkfd: properly free gang_ctx_bo when failed to init user queueZhu Lingshan-1/+1
2025-01-28drm/amdkfd: only flush the validate MES contexPrike Liang-2/+5
2025-01-28drm/amdkfd: Block per-queue reset when halt_if_hws_hang=1Jay Cornwall-2/+2
2025-01-24drm/amdkfd: Clear MODE.VSKIP in gfx9 trap handlerJay Cornwall-1311/+1318
2025-01-24drm/amdkfd: Sync trap handler binary with sourceJay Cornwall-367/+359
2025-01-24drm/amdkfd: Fix partial migrate issueEmily Deng-8/+14
2025-01-09drm/amdkfd: Move gfx12 trap handler to separate fileJay Cornwall-201/+1127
2025-01-06drm/amdkfd: always include uapi header in priv.hZhu Lingshan-1/+1
2025-01-06drm/amdkfd: wq_release signals dma_fence only when availableZhu Lingshan-1/+2
2025-01-06drm/amdkfd: fixed page fault when enable MES shader debuggerJesse.zhang@amd.com-0/+17
2024-12-18drm/amdgpu: Show warning message if IH ring overflowPhilip Yang-2/+2
2024-12-18drm/amdkfd: Improve signal event slow pathPhilip Yang-0/+11
2024-12-18drm/amdkfd: Queue interrupt work to different CPUPhilip Yang-33/+20
2024-12-18drm/amdgpu: Optimize gfx v9 GPU page fault handlingPhilip Yang-1/+71
2024-12-18drm/amdkfd: KFD interrupt access ih_fifo data in-placePhilip Yang-21/+14
2024-12-18drm/amdkfd: Failed to check various return codeAndrew Martin-0/+3
2024-12-10drm/amdkfd: Uninitialized pointer readAndrew Martin-1/+1
2024-12-10drm/amdkfd: update the cwsr area size for gfx950Le Ma-4/+6
2024-12-10drm/amdkfd: Handle save/restore of lds allocated in 1280B blocksLancelot SIX-36/+49
2024-12-10drm/amdkfd: Adjust CWSR trap handler for gfx950Lancelot SIX-3/+509
2024-12-10drm/amdkfd: update buffer_{store,load}_* modifiers for gfx940Lancelot SIX-9/+15
2024-12-10drm/amdkfd: add gc 9.5.0 support on kfdAlex Sierra-34/+57
2024-12-10drm/amd: update mtype flags for gfx 9.5.0Alex Sierra-4/+12
2024-12-10drm/amdgpu: Set proper MTYPE for GC 9.5.0Alex Sierra-0/+1
2024-12-10drm/amd: define gc ip version local variableAlex Sierra-2/+3
2024-12-10drm/amdkfd: Differentiate logging message for driver oversubscriptionXiaogang Chen-13/+25
2024-12-10drm/amdgpu: Prefer RAS recovery for scheduler hangLijo Lazar-0/+2
2024-12-10drm/amdkfd: pause autosuspend when creating pddJesse.zhang@amd.com-21/+17
2024-12-10drm/amdkfd: hard-code MALL cacheline size for gfx11, gfx12Harish Kasiviswanathan-1/+1
2024-12-10drm/amdkfd: hard-code cacheline size for gfx11Harish Kasiviswanathan-2/+20
2024-12-10drm/amdkfd: Dereference null return valueAndrew Martin-4/+8
2024-12-05drm/amdkfd: Correct the migration DMA map directionPrike Liang-2/+2
2024-12-02drm/amdkfd: hard-code cacheline for gc943,gc944David Yat Sin-0/+6
2024-12-02drm/amdkfd: add MEC version that supports no PCIe atomics for GFX12Sreekant Somasekharan-0/+3
2024-11-21drm/amdkfd: Use the correct wptr sizeLijo Lazar-1/+1
2024-11-20drm/amdkfd: make sure ring buffer is flushed before update wptrVictor Zhao-0/+5
2024-11-11drm/amd/amdkfd: add/remove kfd queues on start/stop KFD schedulingShaoyun Liu-3/+37
2024-11-11drm/amdkfd: change kfd process kref count at creationXiaogang Chen-8/+6
2024-11-08drm/amdkfd: Fix wrong usage of INIT_WORK()Yuan Can-2/+3
2024-11-08drm/amdkfd: remove gfx 12 trap handler page size capJonathan Kim-1/+2
2024-11-04drm/amdkfd: Use dynamic allocation for CU occupancy array in 'kfd_get_cu_occu...Srinivasan Shanmugam-3/+6
2024-11-04drm/amdkfd: add an interface to query whether is KFD is activeAlex Deucher-0/+25
2024-10-28drm/amdkfd: flag per-queue reset support for gfx9Jonathan Kim-0/+2
2024-10-24drm/amdkfd: sever xgmi io link if host driver has disable sharingJonathan Kim-0/+3
2024-10-24drm/amdkfd: remove extra use of volatileVictor Zhao-2/+2
2024-10-22Revert "drm/amdkfd: SMI report dropped event count"Alex Deucher-23/+4
2024-10-22drm/amdkfd: fix the hang caused by the write reorder to fence_addrVictor Zhao-2/+3
2024-10-15drm/amdkfd: Accounting pdd vram_usage for svmPhilip Yang-6/+32
2024-10-07drm/amdkfd: SMI report dropped event countPhilip Yang-4/+23