From d0ae4b1f3f48e892b152165e06d16cd3eeaf3ba8 Mon Sep 17 00:00:00 2001 From: Tony Tye Date: Sat, 21 Aug 2021 21:47:09 +0000 Subject: [PATCH] Update HSA_RUNTIME_ENABLE_MIN_MAJOR to 10 The major version of the debug ioctl functions has been updated to 10. Change-Id: Iddc8656ad07c92aa30c6a7a99add28ab3a3f5a80 --- src/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug.c b/src/debug.c index e9e6b1406f..c2f0546b90 100644 --- a/src/debug.c +++ b/src/debug.c @@ -296,7 +296,7 @@ hsaKmtGetKernelDebugTrapVersionInfo( return HSAKMT_STATUS_SUCCESS; } -#define HSA_RUNTIME_ENABLE_MIN_MAJOR 9 +#define HSA_RUNTIME_ENABLE_MIN_MAJOR 10 #define HSA_RUNTIME_ENABLE_MIN_MINOR 0 HSAKMT_STATUS HSAKMTAPI hsaKmtRuntimeEnable(void *rDebug, bool setupTtmp)