Update HSA_RUNTIME_ENABLE_MIN_MAJOR to 10

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

Change-Id: Iddc8656ad07c92aa30c6a7a99add28ab3a3f5a80
此提交包含在:
Tony Tye
2021-08-21 21:47:09 +00:00
父節點 acd5eda54f
當前提交 d0ae4b1f3f
+1 -1
查看文件
@@ -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)