Re: [PATCH] cpufreq: ondemand: Set MIN_FREQUENCY_UP_THRESHOLD to 1

2016-01-05 Thread Rafael J. Wysocki
On Monday, January 04, 2016 11:26:51 AM Viresh Kumar wrote: > On 04-01-16, 12:14, Chen Yu wrote: > > Currently the minimal up_threshold is 11, and user may want to > > use a smaller minimal up_threshold for performance tuning, > > so MIN_FREQUENCY_UP_THRESHOLD could be set to 1 because: > > > > 1.

Re: [PATCH] cpufreq: ondemand: Set MIN_FREQUENCY_UP_THRESHOLD to 1

2016-01-03 Thread Viresh Kumar
On 04-01-16, 12:14, Chen Yu wrote: > Currently the minimal up_threshold is 11, and user may want to > use a smaller minimal up_threshold for performance tuning, > so MIN_FREQUENCY_UP_THRESHOLD could be set to 1 because: > > 1. Current systems wouldn't be affected as they have already >a value

[PATCH] cpufreq: ondemand: Set MIN_FREQUENCY_UP_THRESHOLD to 1

2016-01-03 Thread Chen Yu
Currently the minimal up_threshold is 11, and user may want to use a smaller minimal up_threshold for performance tuning, so MIN_FREQUENCY_UP_THRESHOLD could be set to 1 because: 1. Current systems wouldn't be affected as they have already a value >= 11. 2. New systems with a default kernel wou