All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@kernel.org
To: linux-pm@vger.kernel.org
Subject: [Bug 221505] REGRESSION][amd_pstate] "EPP cannot be set under performance policy" (EBUSY) when switching to performance profile via PPD on 7.1
Date: Wed, 13 May 2026 15:39:38 +0000	[thread overview]
Message-ID: <bug-221505-137361-uToyyfwXGs@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-221505-137361@https.bugzilla.kernel.org/>

https://bugzilla.kernel.org/show_bug.cgi?id=221505

--- Comment #4 from Sergey (sergeyluashkov@gmail.com) ---
(In reply to Mario Limonciello (AMD) from comment #3)
> Did you set CONFIG_X86_AMD_PSTATE_DYNAMIC_EPP

After enabling CONFIG_X86_AMD_PSTATE_DYNAMIC_EPP=y, power-profiles-daemon (PPD)
loses the ability to switch to the power-saver profile. Attempting to set it
via powerprofilesctl set power-saver results in the system defaulting back to
balanced.

Technical details:

Governor limitation:
cat /sys/devices/system/cpu/cpufreq/policy0/scaling_available_governors returns
only [performance, powersave].

PPD Failure:
Since only two governors are visible, PPD fails to map the "power-saver"
profile correctly, even though the underlying hardware supports it.

Manual Override:
I discovered that the only way to successfully force the "power-saver" state is
by writing directly to the platform profile:
echo "quiet" | sudo tee
/sys/devices/platform/asus-nb-wmi/platform-profile/platform-profile-25/profile
(Note: The path may vary, but the "quiet" hint works where PPD fails).

Steps to Reproduce:

Enable CONFIG_X86_AMD_PSTATE_DYNAMIC_EPP=y.

Try to set power-saver: powerprofilesctl set power-saver.

Check status: powerprofilesctl get returns balanced.

Expected Result:
PPD should recognize that in active/dynamic_epp mode, "power-saver" should map
to the powersave governor with an EPP hint of power (or quiet at the platform
level)

Actual Result:
PPD is stuck between two profiles (balanced/performance)

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

  parent reply	other threads:[~2026-05-13 15:39 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-11 17:45 [Bug 221505] New: REGRESSION][amd_pstate] "EPP cannot be set under performance policy" (EBUSY) when switching to performance profile via PPD on 7.1 bugzilla-daemon
2026-05-11 20:15 ` [Bug 221505] " bugzilla-daemon
2026-05-13  6:17 ` bugzilla-daemon
2026-05-13 11:03 ` bugzilla-daemon
2026-05-13 15:39 ` bugzilla-daemon [this message]
2026-05-13 15:43 ` bugzilla-daemon
2026-05-13 16:57 ` bugzilla-daemon
2026-05-13 17:12 ` bugzilla-daemon
2026-05-13 18:41 ` bugzilla-daemon
2026-05-13 18:44 ` bugzilla-daemon
2026-05-13 19:14 ` bugzilla-daemon
2026-05-14  7:30 ` bugzilla-daemon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-221505-137361-uToyyfwXGs@https.bugzilla.kernel.org/ \
    --to=bugzilla-daemon@kernel.org \
    --cc=linux-pm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.