Skip to content

Commit

Permalink
feat(framework): ship framework-optimized tlp.conf (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
oberon227 committed Jun 20, 2023
1 parent f9cb3bd commit 93bde63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions framework/etc/tlp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 93bde63

Please sign in to comment.