Эх сурвалжийг харах

disp: msm: sde: update uidle wd timer load value

Update the uidle wd timer load value to 12. This change will allow
for 10us wd timer per power team recommendation.

Change-Id: I8a654fc1f70886c75c077e77c926bebf3bad2305
Signed-off-by: Samantha Tran <[email protected]>
Samantha Tran 5 жил өмнө
parent
commit
e86800f362

+ 2 - 2
msm/sde/sde_hw_uidle.h

@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
  *
  */
 
@@ -23,7 +23,7 @@ struct sde_hw_uidle;
 
 #define SDE_UIDLE_WD_GRANULARITY 1
 #define SDE_UIDLE_WD_HEART_BEAT 0
-#define SDE_UIDLE_WD_LOAD_VAL 3
+#define SDE_UIDLE_WD_LOAD_VAL 12
 
 struct sde_uidle_ctl_cfg {
 	u32 fal10_exit_cnt;