diff --git a/framework/etc/tlp.conf b/framework/etc/tlp.conf index 404defcf25c..44070ed24f4 100644 --- a/framework/etc/tlp.conf +++ b/framework/etc/tlp.conf @@ -281,10 +281,10 @@ PLATFORM_PROFILE_ON_BAT=low-power INTEL_GPU_MIN_FREQ_ON_AC=100 INTEL_GPU_MIN_FREQ_ON_BAT=100 -INTEL_GPU_MAX_FREQ_ON_AC=1500 +INTEL_GPU_MAX_FREQ_ON_AC=1300 INTEL_GPU_MAX_FREQ_ON_BAT=800 -INTEL_GPU_BOOST_FREQ_ON_AC=1500 -INTEL_GPU_BOOST_FREQ_ON_BAT=1000 +INTEL_GPU_BOOST_FREQ_ON_AC=1300 +INTEL_GPU_BOOST_FREQ_ON_BAT=1100 # AMD GPU power management. # Performance level (DPM): auto, low, high; auto is recommended. @@ -364,7 +364,7 @@ PCIE_ASPM_ON_BAT=powersupersave # Separate multiple drivers with spaces. # Default: "mei_me nouveau radeon", use "" to disable completely. -#RUNTIME_PM_DRIVER_DENYLIST="mei_me nouveau radeon" +RUNTIME_PM_DRIVER_DENYLIST="" # Permanently enable/disable Runtime PM for listed PCIe device addresses # (independent of the power source). This has priority over all preceding