Changeset 41eefd36 for general


Ignore:
Timestamp:
02/27/2024 08:06:52 PM (3 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, lazarus, trunk, xry111/llvm18
Children:
d1a69e6
Parents:
730f162b
git-author:
Xi Ruoyao <xry111@…> (02/27/2024 08:04:11 PM)
git-committer:
Xi Ruoyao <xry111@…> (02/27/2024 08:06:52 PM)
Message:

kernel-config: power-profiles-daemon: Adjust

Remove "AMD P-State Self Test" as it's only for debugging. Adjust some
forced settings as X86_INTEL_PSTATE may be unset if SCHED_MC unset.
Mention X86 Platform Specific Device Drivers may provide platform
profile support (actually more powerful than CPUFreq).

Also fix a glitch in kernel-config.py so it won't mark "'" as hotkey
anymore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/power-profiles-daemon-kernel.xml

    r730f162b r41eefd36  
    77  <emphasis role='blue'>C</emphasis>PU Frequency scaling ---&gt;
    88    -*-   <emphasis role='blue'>C</emphasis>PU Frequency scaling                                       [CPU_FREQ]
    9     &lt;*&gt;     <emphasis role='blue'>'</emphasis>performance' governor                    [CPU_FREQ_GOV_PERFORMANCE]
    10     &lt;*&gt;     <emphasis role='blue'>'</emphasis>powersave' governor                        [CPU_FREQ_GOV_POWERSAVE]
    11     -*-     <emphasis role='blue'>I</emphasis>ntel P state control                             [X86_INTEL_PSTATE]
    12     [*]     <emphasis role='blue'>A</emphasis>MD Processor P-State driver                        [X86_AMD_PSTATE]
    13     &lt;*/M&gt;   <emphasis role='blue'>s</emphasis>elftest for AMD Processor P-State driver        [X86_AMD_PSTATE_UT]</screen>
     9    -*-     '<emphasis role='blue'>p</emphasis>erformance' governor                    [CPU_FREQ_GOV_PERFORMANCE]
     10    &lt;*/M&gt;   '<emphasis role='blue'>p</emphasis>owersave' governor                        [CPU_FREQ_GOV_POWERSAVE]
     11    # Select if CPU is Intel:
     12    [ /*]   <emphasis role='blue'>I</emphasis>ntel P state control                             [X86_INTEL_PSTATE]
     13    # Select if CPU is AMD:
     14    [ /*]   <emphasis role='blue'>A</emphasis>MD Processor P-State driver                        [X86_AMD_PSTATE]
     15
     16<emphasis role='blue'>D</emphasis>evice Drivers ---&gt;
     17  # Some drivers under this submenu provide "platform profile" support
     18  # and power-profiles-daemon can take advantage from platform profiles;
     19  # select a driver if suitable for your platform:
     20  [ /*] <emphasis role='blue'>X</emphasis>86 Platform Specific Device Drivers ---&gt;         [X86_PLATFORM_DEVICES]</screen>
Note: See TracChangeset for help on using the changeset viewer.