History log of /netbsd-src/sys/dev/acpi/acpi_cppc.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 37725553 29-Jan-2021 thorpej <thorpej@NetBSD.org>

Use acpi_compatible_match().


# ad3a4041 13-Dec-2020 jmcneill <jmcneill@NetBSD.org>

acpi: Add support for Collaborative Processor Performance Control (CPPC).

CPPC is the modern replacement for processor performance controls (P-states
and T-states). The _CPC method on a processor de

acpi: Add support for Collaborative Processor Performance Control (CPPC).

CPPC is the modern replacement for processor performance controls (P-states
and T-states). The _CPC method on a processor device contains information
about supported performance levels of the device.

This driver reports the supported performance levels and allows for
setting the desired level using the machdep.cpufreq.cpuN.* sysctls. Note
that a "performance level" value is not guaranteed to represent a CPU
frequency, so treat the numbers reported as such.

show more ...