SWDEV-558848 - Update thunk interface signature for vmm enablement (#2259)

Co-authored-by: Rahul Manocha <rmanocha@amd.com>
This commit is contained in:
Rahul Manocha
2025-12-11 08:43:28 -08:00
committed by GitHub
parent 186cdd63c9
commit dd4bee33ff
10 changed files with 19 additions and 13 deletions
+2 -2
View File
@@ -931,8 +931,8 @@ HSAKMT_STATUS HSAKMTAPI hsaKmtGetAMDGPUDeviceHandle(HSAuint32 NodeId,
}
HSAKMT_STATUS HSAKMTAPI
hsaKmtGetMemoryHandle(void *MemoryAddress, HSAuint64 SizeInBytes,
uint64_t *SharedMemoryHandle) {
hsaKmtGetMemoryHandle(void* va, void* MemoryAddress, HSAuint64 SizeInBytes,
uint64_t* SharedMemoryHandle) {
CHECK_KFD_OPEN();
return HSAKMT_STATUS_NOT_SUPPORTED;