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

Commit c4abb88b authored by Prachee Ramsinghani's avatar Prachee Ramsinghani Committed by Pracheer
Browse files

performance: Update perflock resource id

Update disable power collapse resource id.
ALL_CPUS_PC_DIS is the new resource id mapped
to 0x101. This should be used for disabling the
low power modes or power collapse for all CPUs.

Change-Id: I21e2322ef54d222c8a1afbb75477d05a5d03670c
parent 628bc01b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ public class Performance

    /* The following defined constants are to be used for PerfLock APIs*/
    /** @hide */ public static final int ALL_CPUS_PWR_CLPS_DIS = 0x100;
    /** @hide */ public static final int ALL_CPUS_PC_DIS = 0x101;

    /* Please read the README.txt file for CPUx_FREQ usage and support*/
    /** @hide */ public static final int CPU0_FREQ_NONTURBO_MAX = 0x20A;