Lines Matching full:turbo
126 * @turbo_pstate: Max Turbo P state possible for this platform
151 * @turbo: VID data for turbo P state
162 int turbo; member
168 * @no_turbo: Whether or not to use turbo P-states.
169 * @turbo_disabled: Whether or not turbo P-states are available at all,
171 * not the maximum reported turbo P-state is different from
172 * the maximum reported non-turbo one.
174 * @min_perf_pct: Minimum capacity limit in percent of the maximum turbo
176 * @max_perf_pct: Maximum capacity limit in percent of the maximum turbo
266 * @get_max: Callback to get maximum non turbo effective P state
267 * @get_max_physical: Callback to get maximum non turbo physical P state
269 * @get_turbo: Callback to get turbo P state
451 * The _PSS table doesn't contain whole turbo frequency range. in intel_pstate_init_acpi_perf_limits()
452 * This just contains +1 MHZ above the max non turbo frequency, in intel_pstate_init_acpi_perf_limits()
453 * with control value corresponding to max turbo ratio. But in intel_pstate_init_acpi_perf_limits()
456 * this driver uses real max turbo frequency as the max in intel_pstate_init_acpi_perf_limits()
458 * correct max turbo frequency based on the turbo state. in intel_pstate_init_acpi_perf_limits()
535 * highest performance is greater than the maximum turbo frequency in intel_pstate_hybrid_hwp_adjust()
538 * highest performance correspond to the maximum turbo frequency. in intel_pstate_hybrid_hwp_adjust()
1116 * If turbo has been turned on or off globally, policy limits for in intel_pstate_update_limits()
1258 pr_notice_once("Turbo disabled by BIOS or unavailable on processor\n"); in store_no_turbo()
1602 vid = cpudata->vid.turbo; in atom_get_val()
1651 cpudata->vid.turbo = value & 0x7f; in atom_get_vid()
1719 /* Turbo activation ratio is not used on HWP platforms */ in core_get_max_pstate()
1901 * If, P0 (Turbo max) = P1 (Guaranteed max) = min: in intel_pstate_hwp_boost_up()
1903 * If, P0 (Turbo max) > P1 (Guaranteed max) = min: in intel_pstate_hwp_boost_up()
1905 * If, P0 (Turbo max) = P1 (Guaranteed max) > min: in intel_pstate_hwp_boost_up()
1908 * If, P0 (Turbo max) > P1 (Guaranteed max) > min: in intel_pstate_hwp_boost_up()
2385 /* Global limits are in percent of the maximum turbo P-state. */ in intel_pstate_update_perf_limits()
2459 pr_debug("policy->max > max non turbo frequency\n"); in intel_pstate_adjust_policy_max()