From 5e8955e39caea108d9db3c462cb9d7f849d18a2a Mon Sep 17 00:00:00 2001 From: z00378708 Date: Tue, 15 Aug 2023 08:27:14 +0000 Subject: [PATCH] fix: modify LIM_GPU_ID Signed-off-by: z00378708 --- utils/native/include/constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/native/include/constants.h b/utils/native/include/constants.h index 38d1438..6709691 100644 --- a/utils/native/include/constants.h +++ b/utils/native/include/constants.h @@ -98,7 +98,7 @@ namespace PowerMgr { constexpr int32_t LIM_CPU_BIG_ID = 1005; constexpr int32_t LIM_CPU_MED_ID = 1003; constexpr int32_t LIM_CPU_LIT_ID = 1001; - constexpr int32_t LIM_GPU_ID = 2001; + constexpr int32_t LIM_GPU_ID = 1021; } // namespace PowerMgr } // namespace OHOS #endif // OHOS_THERMAL_CONSTANTS_H -- Gitee