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

Commit bf3c0488 authored by Mahesh Sivasubramanian's avatar Mahesh Sivasubramanian
Browse files

drivers: cpuidle: lpm-levels: Enable Sleep prediction



Enable Sleep mode prediction by default. This predictions provides better
power and CPU performance.

Change-Id: Ic4791164cee1dea0cc36c8445f546b9ec56785d4
Signed-off-by: default avatarMahesh Sivasubramanian <msivasub@codeaurora.org>
parent 5b7da258
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -85,7 +85,9 @@ struct lpm_debug {

struct lpm_cluster *lpm_root_node;

static bool lpm_prediction;
#define MAXSAMPLES 5

static bool lpm_prediction = true;
module_param_named(lpm_prediction,
	lpm_prediction, bool, S_IRUGO | S_IWUSR | S_IWGRP);