Skip to content

Commit

Permalink
Small correction to disabled function. for future use.
Browse files Browse the repository at this point in the history
  • Loading branch information
dorimanx committed Jan 28, 2013
1 parent 491acbf commit 52f1205
Showing 1 changed file with 10 additions and 20 deletions.
30 changes: 10 additions & 20 deletions res/customconfig/customconfig.xml
Expand Up @@ -294,20 +294,15 @@
<seekBar description="Brake scale up frequency when load >= inc_cpu_load. (Only for Nightmare) (default is 5)"
name="freq_up_brake" action="generic_cortex /tmp/freq_up_brake" unit="step" min="0" reversed="false" step="1" max="100"/>

<!--spinner description="Enable/Disable HotPlug (Only for Nightmare) (default is 1)"
name="hotplug_on" action="generic_cortex /tmp/hotplug_on">
<spinnerItem name="On" value="1"/>
<spinnerItem name="Off" value="0"/>
</spinner-->

<!--seekBar description="Enable/Disable HotPlug (Only for Nightmare) (default is 1)"
name="hotplug_on" action="generic_cortex /tmp/hotplug_on" unit="step" min="0" reversed="false" step="1" max="1"/-->

<seekBar description="This threshold is used as up threshold while sampling at frequencies less than freq_for_responsiveness. Above that, normal inc_cpu_load is used. This gives us an option to make scaling aggressive/relaxed until a frequency and normal for higher frequencies. Again, during calculation of optimal frequency which should not trigger up policy, down threshold to consider is difference between inc_cpu_load_at_min_freq and freq_up_brake. (Only for Nightmare) (default is 60)"
name="inc_cpu_load_at_min_freq" action="generic_cortex /tmp/inc_cpu_load_at_min_freq" unit="%" min="1" reversed="false" step="1" max="100"/>

<!--spinner description="Enable/Disable Secondary CPU (Only for Nightmare) (default is 1)"
name="second_core_on" action="generic_cortex /tmp/second_core_on">
<spinnerItem name="On" value="1"/>
<spinnerItem name="Off" value="0"/>
</spinner-->
<!--seekBar description="Enable/Disable Secondary CPU (Only for Nightmare) (default is 1)"
name="second_core_on" action="generic_cortex /tmp/second_core_on" unit="step" min="0" reversed="false" step="1" max="1"/-->

<!--seekBar description="Description will be added by Alucard soon. (Only for Nightmare) (default is 20)"
name="trans_load_h0" action="generic_cortex /tmp/trans_load_h0" unit=" int" min="1" reversed="false" step="1" max="100"/-->
Expand Down Expand Up @@ -469,20 +464,15 @@
<seekBar description="Brake scale up frequency when load >= inc_cpu_load. (Only for Nightmare) (default is 5)"
name="freq_up_brake_sleep" action="generic_cortex /tmp/freq_up_brake_sleep" unit="step" min="0" reversed="false" step="1" max="100"/>

<!--spinner description="Enable/Disable HotPlug (Only for Nightmare) (default is 1)"
name="hotplug_on_sleep" action="generic_cortex /tmp/hotplug_on_sleep">
<spinnerItem name="On" value="1"/>
<spinnerItem name="Off" value="0"/>
</spinner-->
<!--seekBar description="Enable/Disable HotPlug (Only for Nightmare) (default is 1)"
name="hotplug_on_sleep" action="generic_cortex /tmp/hotplug_on_sleep" unit="step" min="0" reversed="false" step="1" max="1"/-->

<seekBar description="This threshold is used as up threshold while sampling at frequencies less than freq_for_responsiveness. Above that, normal inc_cpu_load is used. This gives us an option to make scaling aggressive/relaxed until a frequency and normal for higher frequencies. Again, during calculation of optimal frequency which should not trigger up policy, down threshold to consider is difference between inc_cpu_load_at_min_freq and freq_up_brake. (Only for Nightmare) (default is 40)"
name="inc_cpu_load_at_min_freq_sleep" action="generic_cortex /tmp/inc_cpu_load_at_min_freq_sleep" unit="%" min="1" reversed="false" step="1" max="100"/>

<!--spinner description="Enable/Disable Secondary CPU (Only for Nightmare) (default is 1)"
name="second_core_on_sleep" action="generic_cortex /tmp/second_core_on_sleep">
<spinnerItem name="On" value="1"/>
<spinnerItem name="Off" value="0"/>
</spinner-->

<!--seekBar description="Enable/Disable Secondary CPU (Only for Nightmare) (default is 1)"
name="second_core_on_sleep" action="generic_cortex /tmp/second_core_on_sleep" unit="step" min="0" reversed="false" step="1" max="1"/-->

<!--seekBar description="Description will be added by Alucard soon. (Only for Nightmare) (default is 20)"
name="trans_load_h0_scroff" action="generic_cortex /tmp/trans_load_h0_scroff" unit=" int" min="1" reversed="false" step="1" max="100"/-->
Expand Down

0 comments on commit 52f1205

Please sign in to comment.