Update HSA_RUNTIME_ENABLE_MIN_MAJOR to 10

The major version of the debug ioctl functions has been updated to 10.

Change-Id: Iddc8656ad07c92aa30c6a7a99add28ab3a3f5a80
This commit is contained in:
Tony Tye
2021-08-21 21:47:09 +00:00
parent acd5eda54f
commit d0ae4b1f3f
+1 -1
View File
@@ -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)