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

Commit 026acc8d authored by Raghavendra Kakarla's avatar Raghavendra Kakarla
Browse files

cpuidle: lpm-levels: Add premature count to module parameter



Add premature count prediction parameter as module parameter.

Change-Id: I6f356e63f12ab9a0701d01aca2b968798d7e5dcc
Signed-off-by: default avatarRaghavendra Kakarla <rkakarla@codeaurora.org>
parent 3afabc36
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -99,6 +99,8 @@ static uint32_t tmr_add = 1000;
module_param_named(tmr_add, tmr_add, uint, 0664);
module_param_named(tmr_add, tmr_add, uint, 0664);


static uint32_t ref_premature_cnt = 1;
static uint32_t ref_premature_cnt = 1;
module_param_named(ref_premature_cnt, ref_premature_cnt, uint, 0664);

static uint32_t bias_hyst;
static uint32_t bias_hyst;
module_param_named(bias_hyst, bias_hyst, uint, 0664);
module_param_named(bias_hyst, bias_hyst, uint, 0664);