mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
310293a2b9
Current implementation of processor_thermal performs software throttling in fixed steps of "20%" which can be too coarse for some platforms. We observed some performance gain after reducing the throttle percentage. Change the CPUFREQ thermal reduction percentage and maximum thermal steps to be configurable. Also, update the default values of both for Nvidia Tegra241 (Grace) SoC. The thermal reduction percentage is reduced to "5%" and accordingly the maximum number of thermal steps are increased as they are derived from the reduction percentage. Signed-off-by: Srikar Srimath Tirumala <srikars@nvidia.com> Co-developed-by: Sumit Gupta <sumitg@nvidia.com> Signed-off-by: Sumit Gupta <sumitg@nvidia.com> Acked-by: Sudeep Holla <sudeep.holla@arm.com> Acked-by: Hanjun Guo <guohanjun@huawei.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
8 lines
269 B
Makefile
8 lines
269 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_ACPI_AGDI) += agdi.o
|
|
obj-$(CONFIG_ACPI_IORT) += iort.o
|
|
obj-$(CONFIG_ACPI_GTDT) += gtdt.o
|
|
obj-$(CONFIG_ACPI_APMT) += apmt.o
|
|
obj-$(CONFIG_ARM_AMBA) += amba.o
|
|
obj-y += dma.o init.o
|
|
obj-y += thermal_cpufreq.o
|