Laptop: Difference between revisions

imported>AmnesiaAmesia
m Corrected scalling of freqs according to documentation on tlp
imported>AmnesiaAmesia
m Fixed indentation
Line 19: Line 19:
         CPU_ENERGY_PERF_POLICY_ON_AC = "performance";
         CPU_ENERGY_PERF_POLICY_ON_AC = "performance";


      CPU_MIN_PERF_ON_AC = 0;
        CPU_MIN_PERF_ON_AC = 0;
CPU_MAX_PERF_ON_AC = 100;
        CPU_MAX_PERF_ON_AC = 100;
CPU_MIN_PERF_ON_BAT = 0;
        CPU_MIN_PERF_ON_BAT = 0;
CPU_MAX_PERF_ON_BAT = 20;
        CPU_MAX_PERF_ON_BAT = 20;
       };
       };
};
};