Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae7aea88 authored by Samantha Tran's avatar Samantha Tran
Browse files

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



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

Change-Id: I8a654fc1f70886c75c077e77c926bebf3bad2305
Signed-off-by: default avatarSamantha Tran <samtran@codeaurora.org>
parent dbae03d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* 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;