Lines Matching full:scaling
5 ``intel_pstate`` CPU Performance Scaling Driver
17 :doc:`CPU performance scaling subsystem <cpufreq>` in the Linux kernel
18 (``CPUFreq``). It is a scaling driver for the Sandy Bridge and later
50 ``sysfs`` which allows another ``CPUFreq`` scaling driver to be loaded and
58 active mode, it uses its own internal performance scaling governor algorithm or
59 allows the hardware to do preformance scaling by itself, while in the passive
61 a certain performance scaling algorithm. Which of them will be in effect
73 In this mode the driver bypasses the scaling governors layer of ``CPUFreq`` and
74 provides its own scaling algorithms for P-state selection. Those algorithms
75 can be applied to ``CPUFreq`` policies in the same way as generic scaling
80 They are not generic scaling governors, but their names are the same as the
180 implemented by the generic ``schedutil`` scaling governor except that the
210 Then, the driver behaves like a regular ``CPUFreq`` scaling driver. That is,
211 it is invoked by generic scaling governors when necessary to talk to the
216 scaling governors listed by the ``scaling_available_governors`` policy attribute
219 corresponding to CPUs and provides the ``CPUFreq`` core (and the scaling
227 by the current scaling governor for the given policy).
249 performance scaling control for that core and put it into turbo P-states of its
290 ``CPUFreq`` core and (in the passive mode) to generic scaling governors. This
292 used relative to ACPI-based CPU performance scaling (see `below <acpi-cpufreq_>`_
317 * The scaling formula to translate the driver's internal representation
386 attribute (supported by some other scaling drivers) which is replaced
419 The driver is not functional (it is not registered as a scaling
448 :doc:`cpufreq` is special with ``intel_pstate`` as the current scaling driver
494 same as for other scaling drivers.
532 by scaling governors (in the `passive mode <Passive Mode_>`_) and by the driver
585 that can be used for CPU performance scaling (refer to the ACPI specification
590 ``acpi-cpufreq`` scaling driver. On systems supported by ``intel_pstate``
591 the ``acpi-cpufreq`` driver uses the same hardware CPU performance scaling
607 scaling governors and the minimum and maximum supported frequencies reported by
612 affects decisions made by the scaling governors, except for ``powersave`` and
618 the turbo threshold if ``acpi-cpufreq`` is used as the scaling driver, because
648 Do not register ``intel_pstate`` as the scaling driver even if the
660 Register ``intel_pstate`` as the scaling driver instead of
669 ``intel_pstate`` and on platforms where the ``pcc-cpufreq`` scaling
677 Register ``intel_pstate`` as the scaling driver only if the
717 scaling governor (for the policies it is attached to), or by the ``CPUFreq``
718 core (for the policies with other scaling governors).