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

Commit a2113881 authored by Raghavendra Kakarla's avatar Raghavendra Kakarla Committed by Gerrit - the friendly Code Review server
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 fbcf003d
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -96,6 +96,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);