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 <samtran@codeaurora.org>
This commit is contained in:
Samantha Tran 2020-03-26 13:12:16 -07:00
parent 52d46ebea5
commit e86800f362

View File

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0 */ /* 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_GRANULARITY 1
#define SDE_UIDLE_WD_HEART_BEAT 0 #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 { struct sde_uidle_ctl_cfg {
u32 fal10_exit_cnt; u32 fal10_exit_cnt;