All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv
@ 2024-04-06  2:56 bugzilla-daemon
  2024-04-08  1:48 ` [Bug 218686] " bugzilla-daemon
                   ` (48 more replies)
  0 siblings, 49 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-06  2:56 UTC (permalink / raw)
  To: linux-pm

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

            Bug ID: 218686
           Summary: Fail to set energy_performance_preference of amd
                    processor on asus ga403uv
           Product: Power Management
           Version: 2.5
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: cpufreq
          Assignee: linux-pm@vger.kernel.org
          Reporter: al0uette@outlook.com
        Regression: No

Created attachment 306091
  --> https://bugzilla.kernel.org/attachment.cgi?id=306091&action=edit
ssdt table containing _CPC things

I enabled amd-pstate-epp driver by appending 'amd_pstate=active' to kernel
cmdline, and set scaling_governer to powersave, and

'cat
/sys/devices/system/cpu/cpu*/cpufreq/energy_performance_available_preferences'

do show

'default performance balance_performance balance_power power'.

However when I try to change epp to anything other than 'performance'(which is
the default) with something like

'echo power |sudo tee
/sys/devices/system/cpu/cpufreq/policy*/energy_performance_preference',

I get 'tee:
/sys/devices/system/cpu/cpufreq/policy0/energy_performance_preference: Unknown
error 524', which, according to source code, I guess is ENOTSUPP. And I guess
it's because cppc_set_epp_perf() in     linux/drivers/acpi/cppc_acpi.c checks
CPC_IN_PCC(epp_set_reg), and think the register doesn't exist. However I do see
the _CPC things in my ssdt. Don't know its' a bug in kernel or BIOS so I report
it here

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
@ 2024-04-08  1:48 ` bugzilla-daemon
  2024-04-10  3:36 ` bugzilla-daemon
                   ` (47 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-08  1:48 UTC (permalink / raw)
  To: linux-pm

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

al0uette@outlook.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Kernel Version|                            |6.8.x, 6.9.0-rc1

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
  2024-04-08  1:48 ` [Bug 218686] " bugzilla-daemon
@ 2024-04-10  3:36 ` bugzilla-daemon
  2024-04-10  5:28 ` bugzilla-daemon
                   ` (46 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-10  3:36 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #1 from al0uette@outlook.com ---
can anyone take a look at this issue?

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
  2024-04-08  1:48 ` [Bug 218686] " bugzilla-daemon
  2024-04-10  3:36 ` bugzilla-daemon
@ 2024-04-10  5:28 ` bugzilla-daemon
  2024-04-10  5:33 ` bugzilla-daemon
                   ` (45 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-10  5:28 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #2 from Mario Limonciello (AMD) (mario.limonciello@amd.com) ---
This is a modern machine (Phoenix) that should support X86_FEATURE_CPPC.  Do
you "need" to set amd_pstate=active on the kernel command line?  If so, then
that points at a bigger problem to me.  That's supposed to be the default on
machines like yours.

Can you please share /proc/cpuinfo?

I suggest turning on dynamic debug for drivers/cpufreq/amd-pstate.c while
reproducing this error and then sharing the snippet it has with the messages
that occurred.

https://www.kernel.org/doc/html/v6.9-rc3/admin-guide/dynamic-debug-howto.html

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (2 preceding siblings ...)
  2024-04-10  5:28 ` bugzilla-daemon
@ 2024-04-10  5:33 ` bugzilla-daemon
  2024-04-10  5:39 ` bugzilla-daemon
                   ` (44 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-10  5:33 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #3 from al0uette@outlook.com ---
Created attachment 306116
  --> https://bugzilla.kernel.org/attachment.cgi?id=306116&action=edit
cpuinfo

I'm not sure do I need to append amd_pstate=active to commandline to enable
amd-pstate-epp, I'll try to boot without it and see which governer is in use.

As for the /proc/cpuinfo, I've uploaded in attachments

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (3 preceding siblings ...)
  2024-04-10  5:33 ` bugzilla-daemon
@ 2024-04-10  5:39 ` bugzilla-daemon
  2024-04-10  5:41 ` bugzilla-daemon
                   ` (43 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-10  5:39 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #4 from al0uette@outlook.com ---
OK without that parameter my system uses schedutil as scaling_governer :(

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (4 preceding siblings ...)
  2024-04-10  5:39 ` bugzilla-daemon
@ 2024-04-10  5:41 ` bugzilla-daemon
  2024-04-10  5:46 ` bugzilla-daemon
                   ` (42 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-10  5:41 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #5 from Perry Yuan(AMD) (Perry.Yuan@amd.com) ---
Hi,please help to provide this output with below commands.

# cd /sys/devices/system/cpu/cpu0/cpufreq
# grep . *
#sudo rdmsr 0xc00102b3 -a
#lscpu -ae
#dmesg

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (5 preceding siblings ...)
  2024-04-10  5:41 ` bugzilla-daemon
@ 2024-04-10  5:46 ` bugzilla-daemon
  2024-04-10  5:48 ` bugzilla-daemon
                   ` (41 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-10  5:46 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #6 from al0uette@outlook.com ---
(In reply to Perry Yuan(AMD) from comment #5)
> Hi,please help to provide this output with below commands.
> 
> # cd /sys/devices/system/cpu/cpu0/cpufreq
> # grep . *
> #sudo rdmsr 0xc00102b3 -a
> #lscpu -ae
> #dmesg

Should I do this with amd_pstate=active commandline?

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (6 preceding siblings ...)
  2024-04-10  5:46 ` bugzilla-daemon
@ 2024-04-10  5:48 ` bugzilla-daemon
  2024-04-10  6:17 ` bugzilla-daemon
                   ` (40 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-10  5:48 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #7 from Perry Yuan(AMD) (Perry.Yuan@amd.com) ---
(In reply to al0uette from comment #6)
> (In reply to Perry Yuan(AMD) from comment #5)
> > Hi,please help to provide this output with below commands.
> > 
> > # cd /sys/devices/system/cpu/cpu0/cpufreq
> > # grep . *
> > #sudo rdmsr 0xc00102b3 -a
> > #lscpu -ae
> > #dmesg
> 
> Should I do this with amd_pstate=active commandline?

Yes, if your kernel is not updated to include the patches which make the
amd_pstate_epp as the default mode, you would need to add amd_pstate=active
commandline.

After you added the amd_pstate=active and boot system up, we can check why  the
EPP values cannot be changed. 

Perry.

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (7 preceding siblings ...)
  2024-04-10  5:48 ` bugzilla-daemon
@ 2024-04-10  6:17 ` bugzilla-daemon
  2024-04-10  6:19 ` bugzilla-daemon
                   ` (39 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-10  6:17 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #8 from al0uette@outlook.com ---
Created attachment 306117
  --> https://bugzilla.kernel.org/attachment.cgi?id=306117&action=edit
output

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (8 preceding siblings ...)
  2024-04-10  6:17 ` bugzilla-daemon
@ 2024-04-10  6:19 ` bugzilla-daemon
  2024-04-10  6:26 ` bugzilla-daemon
                   ` (38 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-10  6:19 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #9 from al0uette@outlook.com ---
(In reply to Perry Yuan(AMD) from comment #7)
> (In reply to al0uette from comment #6)
> > (In reply to Perry Yuan(AMD) from comment #5)
> > > Hi,please help to provide this output with below commands.
> > > 
> > > # cd /sys/devices/system/cpu/cpu0/cpufreq
> > > # grep . *
> > > #sudo rdmsr 0xc00102b3 -a
> > > #lscpu -ae
> > > #dmesg
> > 
> > Should I do this with amd_pstate=active commandline?
> 
> Yes, if your kernel is not updated to include the patches which make the
> amd_pstate_epp as the default mode, you would need to add amd_pstate=active
> commandline.
> 
> After you added the amd_pstate=active and boot system up, we can check why 
> the EPP values cannot be changed. 
> 
> Perry.

I've uploaded my output. BTW I do use a quite new kernel (6.9.0-rc1), however
without amd_pstate=active my system uses acpi-cpufreq :(

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (9 preceding siblings ...)
  2024-04-10  6:19 ` bugzilla-daemon
@ 2024-04-10  6:26 ` bugzilla-daemon
  2024-04-10  6:27 ` bugzilla-daemon
                   ` (37 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-10  6:26 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #10 from Perry Yuan(AMD) (Perry.Yuan@amd.com) ---
# sudo apt install msr-tools
# sudo rdmsr 0xc00102b3 -a
please try this to capture the msr values.

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (10 preceding siblings ...)
  2024-04-10  6:26 ` bugzilla-daemon
@ 2024-04-10  6:27 ` bugzilla-daemon
  2024-04-10  6:29 ` bugzilla-daemon
                   ` (36 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-10  6:27 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #11 from al0uette@outlook.com ---
(In reply to Perry Yuan(AMD) from comment #10)
> # sudo apt install msr-tools
> # sudo rdmsr 0xc00102b3 -a
> please try this to capture the msr values.

I did capture msr value, but it shows segmentation fault, which has been
presented in my output

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (11 preceding siblings ...)
  2024-04-10  6:27 ` bugzilla-daemon
@ 2024-04-10  6:29 ` bugzilla-daemon
  2024-04-10  6:42 ` bugzilla-daemon
                   ` (35 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-10  6:29 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #12 from al0uette@outlook.com ---
[  107.095506] rdmsr[3791]: segfault at fffffffffffffff2 ip 00000000004019ee sp
00007ffd3b1558f0 error 5 in rdmsr[401000+1000] likely on CPU 2 (core 2, socket
0)
[  107.095526] Code: 89 44 24 08 31 c0 48 89 e6 e8 ee f6 ff ff 85 c0 74 40 8d
58 ff 0f 1f 80 00 00 00 00 48 8b 04 24 4c 63 e3 31 f6 ba 0a 00 00 00 <4a> 8b 3c
e0 48 83 c7 13 e8 b5 f6 ff ff 89 ef 89 c6 e8 fc fa ff ff

This part is already included in my output

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (12 preceding siblings ...)
  2024-04-10  6:29 ` bugzilla-daemon
@ 2024-04-10  6:42 ` bugzilla-daemon
  2024-04-10  6:43 ` bugzilla-daemon
                   ` (34 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-10  6:42 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #13 from al0uette@outlook.com ---
(In reply to Perry Yuan(AMD) from comment #10)
> # sudo apt install msr-tools
> # sudo rdmsr 0xc00102b3 -a
> please try this to capture the msr values.

It turns out that the segfault is cause by my distribution/kernel version. I
changed to archlinux with 6.9.0-rc2 and got all zeros after executing rdmsr

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (13 preceding siblings ...)
  2024-04-10  6:42 ` bugzilla-daemon
@ 2024-04-10  6:43 ` bugzilla-daemon
  2024-04-10  6:47 ` bugzilla-daemon
                   ` (33 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-10  6:43 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #14 from Perry Yuan(AMD) (Perry.Yuan@amd.com) ---
(In reply to al0uette from comment #13)
> (In reply to Perry Yuan(AMD) from comment #10)
> > # sudo apt install msr-tools
> > # sudo rdmsr 0xc00102b3 -a
> > please try this to capture the msr values.
> 
> It turns out that the segfault is cause by my distribution/kernel version. I
> changed to archlinux with 6.9.0-rc2 and got all zeros after executing rdmsr

Got it, I will get one same CPU system to check the issue. 
thanks for the issue reporting.


Perry.

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (14 preceding siblings ...)
  2024-04-10  6:43 ` bugzilla-daemon
@ 2024-04-10  6:47 ` bugzilla-daemon
  2024-04-10  6:49 ` bugzilla-daemon
                   ` (32 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-10  6:47 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #15 from Perry Yuan(AMD) (Perry.Yuan@amd.com) ---
Could you check the BIOS setting for the CPPC enablement?

1. boot into BIOS
2. turn on the CPPC "CBS — SMU Feature — Enable CPPC"

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (15 preceding siblings ...)
  2024-04-10  6:47 ` bugzilla-daemon
@ 2024-04-10  6:49 ` bugzilla-daemon
  2024-04-10  6:51 ` bugzilla-daemon
                   ` (31 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-10  6:49 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #16 from al0uette@outlook.com ---
(In reply to Perry Yuan(AMD) from comment #15)
> Could you check the BIOS setting for the CPPC enablement?
> 
> 1. boot into BIOS
> 2. turn on the CPPC "CBS — SMU Feature — Enable CPPC"

Asus don't provide that option in BIOS, I guess I can only do that via
Smokeless UMAF? But it's not officially supported.

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (16 preceding siblings ...)
  2024-04-10  6:49 ` bugzilla-daemon
@ 2024-04-10  6:51 ` bugzilla-daemon
  2024-04-10  6:55 ` bugzilla-daemon
                   ` (30 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-10  6:51 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #17 from al0uette@outlook.com ---
(In reply to Perry Yuan(AMD) from comment #14)
> (In reply to al0uette from comment #13)
> > (In reply to Perry Yuan(AMD) from comment #10)
> > > # sudo apt install msr-tools
> > > # sudo rdmsr 0xc00102b3 -a
> > > please try this to capture the msr values.
> > 
> > It turns out that the segfault is cause by my distribution/kernel version.
> I
> > changed to archlinux with 6.9.0-rc2 and got all zeros after executing rdmsr
> 
> Got it, I will get one same CPU system to check the issue. 
> thanks for the issue reporting.
> 
> 
> Perry.

Thank you too for your response. I got zero response from nvidia guys after
reporting a bug to them ;)

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (17 preceding siblings ...)
  2024-04-10  6:51 ` bugzilla-daemon
@ 2024-04-10  6:55 ` bugzilla-daemon
  2024-04-10  7:02 ` bugzilla-daemon
                   ` (29 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-10  6:55 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #18 from Perry Yuan(AMD) (Perry.Yuan@amd.com) ---
I guess all the OEMs should provide the option to users,
just need to find it.
How about this path?
Advanced-> AMD CBS -> NBIO Common options -> SMU Common Options-> CPPC

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (18 preceding siblings ...)
  2024-04-10  6:55 ` bugzilla-daemon
@ 2024-04-10  7:02 ` bugzilla-daemon
  2024-04-10  7:12 ` bugzilla-daemon
                   ` (28 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-10  7:02 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #19 from al0uette@outlook.com ---
(In reply to Perry Yuan(AMD) from comment #18)
> I guess all the OEMs should provide the option to users,
> just need to find it.
> How about this path?
> Advanced-> AMD CBS -> NBIO Common options -> SMU Common Options-> CPPC

No, they just don't provide it, you can take a look of this picture.

https://www.notebookcheck.pl/fileadmin/_processed_/f/9/csm_bios_3_2616b186e4.jpg

original post here:

https://www.notebookcheck.pl/Recenzja-Asus-ROG-Zephyrus-M-GM501GS.299168.0.html

Though my BIOS is slightly different from that, but they still don't provide
that option.

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (19 preceding siblings ...)
  2024-04-10  7:02 ` bugzilla-daemon
@ 2024-04-10  7:12 ` bugzilla-daemon
  2024-04-10  7:21 ` bugzilla-daemon
                   ` (27 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-10  7:12 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #20 from Perry Yuan(AMD) (Perry.Yuan@amd.com) ---
Hi bro,
I checked your cpuinfo log, the CPPC is not enabled on your system, so the MSR
will not work at all, EPP values need to update through MSR interface and you
also see the crash log when you try to read or write MSR.



for example, this is captured from my system, lscpu need to expose the cppc
flag on your system like mine.
------------------------------------------------------
    CPU family:          25
    Model:               116
#  lscpu | grep cppc
rdpru wbnoinvd <CPPC> arat npt lbrv...
------------------------------------------------------


If your system BIOS have no such option, it will not allow amd pstate driver
work as expected. 

Please contact with ASUS to request new BIOS to enable CPPC for your system.

Perry.

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (20 preceding siblings ...)
  2024-04-10  7:12 ` bugzilla-daemon
@ 2024-04-10  7:21 ` bugzilla-daemon
  2024-04-10  7:26 ` bugzilla-daemon
                   ` (26 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-10  7:21 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #21 from al0uette@outlook.com ---
Thank you for all of your help. But I don't know how to contact with ASUS to
request new BIOS, can you please tell me how?

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (21 preceding siblings ...)
  2024-04-10  7:21 ` bugzilla-daemon
@ 2024-04-10  7:26 ` bugzilla-daemon
  2024-04-10  7:27 ` bugzilla-daemon
                   ` (25 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-10  7:26 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #22 from Perry Yuan(AMD) (Perry.Yuan@amd.com) ---
(In reply to al0uette from comment #21)
> Thank you for all of your help. But I don't know how to contact with ASUS to
> request new BIOS, can you please tell me how?

I guess you can get contact window by searching the "ASUS Support" or service
call/asus contact support something like that.

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (22 preceding siblings ...)
  2024-04-10  7:26 ` bugzilla-daemon
@ 2024-04-10  7:27 ` bugzilla-daemon
  2024-04-10 16:08 ` bugzilla-daemon
                   ` (24 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-10  7:27 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #23 from al0uette@outlook.com ---
OK, thank you.

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (23 preceding siblings ...)
  2024-04-10  7:27 ` bugzilla-daemon
@ 2024-04-10 16:08 ` bugzilla-daemon
  2024-04-10 16:08 ` bugzilla-daemon
                   ` (23 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-10 16:08 UTC (permalink / raw)
  To: linux-pm

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

Mario Limonciello (AMD) (mario.limonciello@amd.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DOCUMENTED

--- Comment #24 from Mario Limonciello (AMD) (mario.limonciello@amd.com) ---
As this is caused by a BIOS issue that we can't do anything about in Linux,
closing the issue.

FWIW if you're getting resistance from ASUS in fixing it you can try to
reproduce it in Windows.  AFAICT HWinfo64 will report whether CPPC is working
or not.

https://www.hwinfo.com/forum/threads/how-does-hwinfo-query-the-cppc-preferred-cores-data.7927/

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (24 preceding siblings ...)
  2024-04-10 16:08 ` bugzilla-daemon
@ 2024-04-10 16:08 ` bugzilla-daemon
  2024-04-11  4:18 ` bugzilla-daemon
                   ` (22 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-10 16:08 UTC (permalink / raw)
  To: linux-pm

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

Mario Limonciello (AMD) (mario.limonciello@amd.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|All                         |AMD

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (25 preceding siblings ...)
  2024-04-10 16:08 ` bugzilla-daemon
@ 2024-04-11  4:18 ` bugzilla-daemon
  2024-04-11  4:19 ` bugzilla-daemon
                   ` (21 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-11  4:18 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #25 from al0uette@outlook.com ---
Strangely I found CPPC do work on Windows

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (26 preceding siblings ...)
  2024-04-11  4:18 ` bugzilla-daemon
@ 2024-04-11  4:19 ` bugzilla-daemon
  2024-04-11  4:20 ` bugzilla-daemon
                   ` (20 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-11  4:19 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #26 from al0uette@outlook.com ---
Created attachment 306126
  --> https://bugzilla.kernel.org/attachment.cgi?id=306126&action=edit
Screenshot of HWinfo64

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (27 preceding siblings ...)
  2024-04-11  4:19 ` bugzilla-daemon
@ 2024-04-11  4:20 ` bugzilla-daemon
  2024-04-11  5:29 ` bugzilla-daemon
                   ` (19 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-11  4:20 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #27 from al0uette@outlook.com ---
Created attachment 306127
  --> https://bugzilla.kernel.org/attachment.cgi?id=306127&action=edit
Screenshot of Windows event viewer

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (28 preceding siblings ...)
  2024-04-11  4:20 ` bugzilla-daemon
@ 2024-04-11  5:29 ` bugzilla-daemon
  2024-04-11  5:30 ` bugzilla-daemon
                   ` (18 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-11  5:29 UTC (permalink / raw)
  To: linux-pm

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

xiaojian.du@amd.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xiaojian.du@amd.com

--- Comment #28 from xiaojian.du@amd.com ---
confirmed from another Phoenix 7840HS platform:
CPPC flag is exposed by BIOS.
So, on your 8945H CPU platform, it is very possible that ASUS doesn't enable
the CPPC in the BIOS.
I see this BIOS is built at 02/15/2024
"DMI: ASUSTeK COMPUTER INC. ROG Zephyrus G14 GA403UV_GA403UV/GA403UV, BIOS
GA403UV.303 02/15/2024"

~$ cat /proc/cpuinfo | grep cppc
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb
rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl nonstop_tsc cpuid extd_apicid
aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe
popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm
sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core
perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba
perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase bmi1 avx2 smep bmi2
erms invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt
clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc
cqm_occup_llc cqm_mbm_total cqm_mbm_local avx512_bf16 clzero irperf xsaveerptr
rdpru wbnoinvd **cppc** arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean
flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload vgif x2avic
v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq
avx512_vnni avx512_bitalg avx512_vpopcntdq rdpid overflow_recov succor smca
fsrm flush_l1d


BTW, suppose you're using a test kernel 6.9-rc built by yourslef,, need to
check kernel building config file to enable msr support:
make menucofnig  -> Processor type and features -> <M>/dev/cpu/*/msr -
Model-specific register support, change <M> to <*>

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (29 preceding siblings ...)
  2024-04-11  5:29 ` bugzilla-daemon
@ 2024-04-11  5:30 ` bugzilla-daemon
  2024-04-11  7:25 ` bugzilla-daemon
                   ` (17 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-11  5:30 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #29 from xiaojian.du@amd.com ---
(In reply to xiaojian.du from comment #28)
> confirmed from another Phoenix 7840HS platform:
> CPPC flag is exposed by BIOS.
> So, on your 8945H CPU platform, it is very possible that ASUS doesn't enable
> the CPPC in the BIOS.
> I see this BIOS is built at 02/15/2024
> "DMI: ASUSTeK COMPUTER INC. ROG Zephyrus G14 GA403UV_GA403UV/GA403UV, BIOS
> GA403UV.303 02/15/2024"
> 
> ~$ cat /proc/cpuinfo | grep cppc
> flags         : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
> pat
> pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp
> lm constant_tsc rep_good amd_lbr_v2 nopl nonstop_tsc cpuid extd_apicid
> aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 x2apic
> movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic
> cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce
> topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3
> hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase
> bmi1 avx2 smep bmi2 erms invpcid cqm rdt_a avx512f avx512dq rdseed adx smap
> avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec
> xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local avx512_bf16
> clzero irperf xsaveerptr rdpru wbnoinvd **cppc** arat npt lbrv svm_lock
> nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter
> pfthreshold v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku
> ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg
> avx512_vpopcntdq rdpid overflow_recov succor smca fsrm flush_l1d
> 
> 
> BTW, suppose you're using a test kernel 6.9-rc built by yourslef,, need to
> check kernel building config file to enable msr support:
> make menucofnig  -> Processor type and features -> <M>/dev/cpu/*/msr -
> Model-specific register support, change <M> to <*>

typo: make menuconfig  -> Processor type and features -> <M>/dev/cpu/*/msr -
> Model-specific register support, change <M> to <*>

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (30 preceding siblings ...)
  2024-04-11  5:30 ` bugzilla-daemon
@ 2024-04-11  7:25 ` bugzilla-daemon
  2024-04-11  9:02 ` bugzilla-daemon
                   ` (16 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-11  7:25 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #30 from al0uette@outlook.com ---
(In reply to xiaojian.du from comment #28)
> confirmed from another Phoenix 7840HS platform:
> CPPC flag is exposed by BIOS.
> So, on your 8945H CPU platform, it is very possible that ASUS doesn't enable
> the CPPC in the BIOS.
> I see this BIOS is built at 02/15/2024
> "DMI: ASUSTeK COMPUTER INC. ROG Zephyrus G14 GA403UV_GA403UV/GA403UV, BIOS
> GA403UV.303 02/15/2024"
> 
> ~$ cat /proc/cpuinfo | grep cppc
> flags         : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
> pat
> pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp
> lm constant_tsc rep_good amd_lbr_v2 nopl nonstop_tsc cpuid extd_apicid
> aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 x2apic
> movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic
> cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce
> topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3
> hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase
> bmi1 avx2 smep bmi2 erms invpcid cqm rdt_a avx512f avx512dq rdseed adx smap
> avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec
> xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local avx512_bf16
> clzero irperf xsaveerptr rdpru wbnoinvd **cppc** arat npt lbrv svm_lock
> nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter
> pfthreshold v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku
> ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg
> avx512_vpopcntdq rdpid overflow_recov succor smca fsrm flush_l1d
> 
> 
> BTW, suppose you're using a test kernel 6.9-rc built by yourslef,, need to
> check kernel building config file to enable msr support:
> make menucofnig  -> Processor type and features -> <M>/dev/cpu/*/msr -
> Model-specific register support, change <M> to <*>

I've also confirmed this on prebuilt stable kernel from my distribution, so
it's not my config's problem.

But why CPPC works on Windows? Can we add something like a quirk to make CPPC
work on Linux for these machines?

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (31 preceding siblings ...)
  2024-04-11  7:25 ` bugzilla-daemon
@ 2024-04-11  9:02 ` bugzilla-daemon
  2024-04-11  9:15 ` bugzilla-daemon
                   ` (15 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-11  9:02 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #31 from xiaojian.du@amd.com ---
(In reply to al0uette from comment #30)
> (In reply to xiaojian.du from comment #28)
> > confirmed from another Phoenix 7840HS platform:
> > CPPC flag is exposed by BIOS.
> > So, on your 8945H CPU platform, it is very possible that ASUS doesn't
> enable
> > the CPPC in the BIOS.
> > I see this BIOS is built at 02/15/2024
> > "DMI: ASUSTeK COMPUTER INC. ROG Zephyrus G14 GA403UV_GA403UV/GA403UV, BIOS
> > GA403UV.303 02/15/2024"
> > 
> > ~$ cat /proc/cpuinfo | grep cppc
> > flags         : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
> cmov
> > pat
> > pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb
> rdtscp
> > lm constant_tsc rep_good amd_lbr_v2 nopl nonstop_tsc cpuid extd_apicid
> > aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 x2apic
> > movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic
> > cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce
> > topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3
> > hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall
> fsgsbase
> > bmi1 avx2 smep bmi2 erms invpcid cqm rdt_a avx512f avx512dq rdseed adx smap
> > avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt
> xsavec
> > xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local
> avx512_bf16
> > clzero irperf xsaveerptr rdpru wbnoinvd **cppc** arat npt lbrv svm_lock
> > nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter
> > pfthreshold v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip
> pku
> > ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg
> > avx512_vpopcntdq rdpid overflow_recov succor smca fsrm flush_l1d
> > 
> > 
> > BTW, suppose you're using a test kernel 6.9-rc built by yourslef,, need to
> > check kernel building config file to enable msr support:
> > make menucofnig  -> Processor type and features -> <M>/dev/cpu/*/msr -
> > Model-specific register support, change <M> to <*>
> 
> I've also confirmed this on prebuilt stable kernel from my distribution, so
> it's not my config's problem.
> 
> But why CPPC works on Windows? Can we add something like a quirk to make
> CPPC work on Linux for these machines?

From my own platform, renoir APU, amd ryzen 4750g + a520 mainboard,
I check hwinfo64 when enabled/disabled CPPC, hwinfo shows diff info.
(BIOS pah: AMD CBS->NBIO->SMU COMMON->CPPC auto/enable/disable)

From you pic, it shows only "one line" info of CPPC, it matches with mine when
disbaled CPPC in BIOS.

When enabled CPPC in BIOS, hwinfo shows "two lines" of CPPC info.
核心性能顺序:           8, 5, 1, 7, 3, 4, 2, 6
核心性能顺序(CPPC):    1, 2, 3, 4, 5, 6, 7, 8

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (32 preceding siblings ...)
  2024-04-11  9:02 ` bugzilla-daemon
@ 2024-04-11  9:15 ` bugzilla-daemon
  2024-04-11 10:09 ` bugzilla-daemon
                   ` (14 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-11  9:15 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #32 from xiaojian.du@amd.com ---
On another Phoenix/7840H APU platform, the BIOS also doesn't provide SMU
option.
In Win11, Hwinfo64 shows only one line info of CPPC:
"核心性能顺序(CPPC):  2, 4, 7, 6, 8, 3, 5, 1"
But in Ubuntu 22.04.4 OS, "lscpu" command shows CPPC flag truly.

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (33 preceding siblings ...)
  2024-04-11  9:15 ` bugzilla-daemon
@ 2024-04-11 10:09 ` bugzilla-daemon
  2024-04-11 11:14 ` bugzilla-daemon
                   ` (13 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-11 10:09 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #33 from al0uette@outlook.com ---
(In reply to xiaojian.du from comment #32)
> On another Phoenix/7840H APU platform, the BIOS also doesn't provide SMU
> option.
> In Win11, Hwinfo64 shows only one line info of CPPC:
> "核心性能顺序(CPPC):  2, 4, 7, 6, 8, 3, 5, 1"
> But in Ubuntu 22.04.4 OS, "lscpu" command shows CPPC flag truly.

Thank you for your explanation. So I guess I can only wait asus to fix it?

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (34 preceding siblings ...)
  2024-04-11 10:09 ` bugzilla-daemon
@ 2024-04-11 11:14 ` bugzilla-daemon
  2024-04-11 12:56 ` bugzilla-daemon
                   ` (12 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-11 11:14 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #34 from Mario Limonciello (AMD) (mario.limonciello@amd.com) ---
Well now that you know it happens in Windows too maybe it's easier to report to
them.

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (35 preceding siblings ...)
  2024-04-11 11:14 ` bugzilla-daemon
@ 2024-04-11 12:56 ` bugzilla-daemon
  2024-04-11 15:53 ` bugzilla-daemon
                   ` (11 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-11 12:56 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #35 from Mario Limonciello (AMD) (mario.limonciello@amd.com) ---
One more idea for you. Can you please try to go into BIOS and do "reset BIOS
default settings"? Even if you haven't changed anything this will reset any
hidden settings too in case there is a problem with one of them.

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (36 preceding siblings ...)
  2024-04-11 12:56 ` bugzilla-daemon
@ 2024-04-11 15:53 ` bugzilla-daemon
  2024-04-11 15:54 ` bugzilla-daemon
                   ` (10 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-11 15:53 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #36 from al0uette@outlook.com ---
(In reply to Mario Limonciello (AMD) from comment #35)
> One more idea for you. Can you please try to go into BIOS and do "reset BIOS
> default settings"? Even if you haven't changed anything this will reset any
> hidden settings too in case there is a problem with one of them.

I've reset and even reflashed BIOS, still no luck

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (37 preceding siblings ...)
  2024-04-11 15:53 ` bugzilla-daemon
@ 2024-04-11 15:54 ` bugzilla-daemon
  2024-04-15  8:37 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-11 15:54 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #37 from al0uette@outlook.com ---
(In reply to Mario Limonciello (AMD) from comment #34)
> Well now that you know it happens in Windows too maybe it's easier to report
> to them.

I'll try to persuade them

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (38 preceding siblings ...)
  2024-04-11 15:54 ` bugzilla-daemon
@ 2024-04-15  8:37 ` bugzilla-daemon
  2024-04-18  7:36 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-15  8:37 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #38 from Perry Yuan(AMD) (Perry.Yuan@amd.com) ---
Hi,

sudo apt install cpuid
sudo cpuid -l 0x80000008 -r

Please help to provide this output. 

Perry.

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (39 preceding siblings ...)
  2024-04-15  8:37 ` bugzilla-daemon
@ 2024-04-18  7:36 ` bugzilla-daemon
  2024-04-18  7:56 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-18  7:36 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #39 from al0uette@outlook.com ---
(In reply to Perry Yuan(AMD) from comment #38)
> Hi,
> 
> sudo apt install cpuid
> sudo cpuid -l 0x80000008 -r
> 
> Please help to provide this output. 
> 
> Perry.

Here's the output: 

CPU 0:
   0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f edx=0x00010000
CPU 1:
   0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f edx=0x00010000
CPU 2:
   0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f edx=0x00010000
CPU 3:
   0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f edx=0x00010000
CPU 4:
   0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f edx=0x00010000
CPU 5:
   0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f edx=0x00010000
CPU 6:
   0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f edx=0x00010000
CPU 7:
   0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f edx=0x00010000
CPU 8:
   0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f edx=0x00010000
CPU 9:
   0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f edx=0x00010000
CPU 10:
   0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f edx=0x00010000
CPU 11:
   0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f edx=0x00010000
CPU 12:
   0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f edx=0x00010000
CPU 13:
   0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f edx=0x00010000
CPU 14:
   0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f edx=0x00010000
CPU 15:
   0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f edx=0x00010000

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (40 preceding siblings ...)
  2024-04-18  7:36 ` bugzilla-daemon
@ 2024-04-18  7:56 ` bugzilla-daemon
  2024-04-18  8:41 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-18  7:56 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #40 from Perry Yuan(AMD) (Perry.Yuan@amd.com) ---
(In reply to al0uette from comment #39)
> (In reply to Perry Yuan(AMD) from comment #38)
> > Hi,
> > 
> > sudo apt install cpuid
> > sudo cpuid -l 0x80000008 -r
> > 
> > Please help to provide this output. 
> > 
> > Perry.
> 
> Here's the output: 
> 
> CPU 0:
>    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> edx=0x00010000
> CPU 1:
>    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> edx=0x00010000
> CPU 2:
>    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> edx=0x00010000
> CPU 3:
>    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> edx=0x00010000
> CPU 4:
>    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> edx=0x00010000
> CPU 5:
>    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> edx=0x00010000
> CPU 6:
>    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> edx=0x00010000
> CPU 7:
>    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> edx=0x00010000
> CPU 8:
>    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> edx=0x00010000
> CPU 9:
>    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> edx=0x00010000
> CPU 10:
>    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> edx=0x00010000
> CPU 11:
>    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> edx=0x00010000
> CPU 12:
>    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> edx=0x00010000
> CPU 13:
>    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> edx=0x00010000
> CPU 14:
>    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> edx=0x00010000
> CPU 15:
>    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> edx=0x00010000

thanks to share the info, I have been checking with internal teams for this
issue.  will update here if I got any progres.

Perry.

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (41 preceding siblings ...)
  2024-04-18  7:56 ` bugzilla-daemon
@ 2024-04-18  8:41 ` bugzilla-daemon
  2024-04-23  7:03 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-18  8:41 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #41 from al0uette@outlook.com ---
(In reply to Perry Yuan(AMD) from comment #40)
> (In reply to al0uette from comment #39)
> > (In reply to Perry Yuan(AMD) from comment #38)
> > > Hi,
> > > 
> > > sudo apt install cpuid
> > > sudo cpuid -l 0x80000008 -r
> > > 
> > > Please help to provide this output. 
> > > 
> > > Perry.
> > 
> > Here's the output: 
> > 
> > CPU 0:
> >    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> > edx=0x00010000
> > CPU 1:
> >    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> > edx=0x00010000
> > CPU 2:
> >    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> > edx=0x00010000
> > CPU 3:
> >    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> > edx=0x00010000
> > CPU 4:
> >    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> > edx=0x00010000
> > CPU 5:
> >    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> > edx=0x00010000
> > CPU 6:
> >    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> > edx=0x00010000
> > CPU 7:
> >    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> > edx=0x00010000
> > CPU 8:
> >    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> > edx=0x00010000
> > CPU 9:
> >    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> > edx=0x00010000
> > CPU 10:
> >    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> > edx=0x00010000
> > CPU 11:
> >    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> > edx=0x00010000
> > CPU 12:
> >    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> > edx=0x00010000
> > CPU 13:
> >    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> > edx=0x00010000
> > CPU 14:
> >    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> > edx=0x00010000
> > CPU 15:
> >    0x80000008 0x00: eax=0x00003030 ebx=0x111ef257 ecx=0x0000400f
> > edx=0x00010000
> 
> thanks to share the info, I have been checking with internal teams for this
> issue.  will update here if I got any progres.
> 
> Perry.

Thank you for your help :)

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (42 preceding siblings ...)
  2024-04-18  8:41 ` bugzilla-daemon
@ 2024-04-23  7:03 ` bugzilla-daemon
  2024-04-23  7:25 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-23  7:03 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #43 from Perry Yuan(AMD) (Perry.Yuan@amd.com) ---
The issue has been confirmed that CPPC is not enabled by default on the ASUS
GA403uv BIOS release. AMD has requested ASUS to enable CPPC in future BIOS
releases. If you wish to expedite the release, you may consider contacting ASUS
customer service.

Perry.

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (43 preceding siblings ...)
  2024-04-23  7:03 ` bugzilla-daemon
@ 2024-04-23  7:25 ` bugzilla-daemon
  2024-05-17  8:50 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-04-23  7:25 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #44 from al0uette@outlook.com ---
(In reply to Perry Yuan(AMD) from comment #43)
> The issue has been confirmed that CPPC is not enabled by default on the ASUS
> GA403uv BIOS release. AMD has requested ASUS to enable CPPC in future BIOS
> releases. If you wish to expedite the release, you may consider contacting
> ASUS customer service.
> 
> Perry.

You really helped me a lot, thank you Perry!

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (44 preceding siblings ...)
  2024-04-23  7:25 ` bugzilla-daemon
@ 2024-05-17  8:50 ` bugzilla-daemon
  2024-05-17 11:53 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-05-17  8:50 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #45 from al0uette@outlook.com ---
Hi Perry, I consulted ASUS for this problem and they're unwilling to provide
help, and it has been 3 months since the last BIOS update. Today I notice this
bug tracker: https://bugzilla.kernel.org/show_bug.cgi?id=218171, which seems
have similar issue. Do you think it is possible to fix this problem with
similar method?

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (45 preceding siblings ...)
  2024-05-17  8:50 ` bugzilla-daemon
@ 2024-05-17 11:53 ` bugzilla-daemon
  2024-05-17 15:11 ` bugzilla-daemon
  2024-05-20 15:26 ` bugzilla-daemon
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-05-17 11:53 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #46 from Perry Yuan(AMD) (Perry.Yuan@amd.com) ---
[AMD Official Use Only - AMD Internal Distribution Only]

Hi there,  AMD has been checking with asus to request to update bios to new
version,   Cppc needs to be enabled from BIOS otherwise it will not work
anyway.   have you submited support case to Asus ?


Best regards,

Perry Yuan
________________________________
发件人: bugzilla-daemon@kernel.org <bugzilla-daemon@kernel.org>
发送时间: Friday, May 17, 2024 4:50:33 PM
收件人: Yuan, Perry <Perry.Yuan@amd.com>
主题: [Bug 218686] Fail to set energy_performance_preference of amd processor on
asus ga403uv

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

--- Comment #45 from al0uette@outlook.com ---
Hi Perry, I consulted ASUS for this problem and they're unwilling to provide
help, and it has been 3 months since the last BIOS update. Today I notice this
bug tracker: https://bugzilla.kernel.org/show_bug.cgi?id=218171, which seems
have similar issue. Do you think it is possible to fix this problem with
similar method?

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

You are receiving this mail because:
You are on the CC list for the bug.

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (46 preceding siblings ...)
  2024-05-17 11:53 ` bugzilla-daemon
@ 2024-05-17 15:11 ` bugzilla-daemon
  2024-05-20 15:26 ` bugzilla-daemon
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-05-17 15:11 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #47 from al0uette@outlook.com ---
(In reply to Perry Yuan(AMD) from comment #46)
> Created attachment 306303 [details]
> attachment-18522-0.html
> 
> [AMD Official Use Only - AMD Internal Distribution Only]
> 
> Hi there,  AMD has been checking with asus to request to update bios to new
> version,   Cppc needs to be enabled from BIOS otherwise it will not work
> anyway.   have you submited support case to Asus ?
> 
> 
> Best regards,
> 
> Perry Yuan
> ________________________________
> 发件人: bugzilla-daemon@kernel.org <bugzilla-daemon@kernel.org>
> 发送时间: Friday, May 17, 2024 4:50:33 PM
> 收件人: Yuan, Perry <Perry.Yuan@amd.com>
> 主题: [Bug 218686] Fail to set energy_performance_preference of amd processor
> on asus ga403uv
> 
> https://bugzilla.kernel.org/show_bug.cgi?id=218686
> 
> --- Comment #45 from al0uette@outlook.com ---
> Hi Perry, I consulted ASUS for this problem and they're unwilling to provide
> help, and it has been 3 months since the last BIOS update. Today I notice
> this
> bug tracker: https://bugzilla.kernel.org/show_bug.cgi?id=218171, which seems
> have similar issue. Do you think it is possible to fix this problem with
> similar method?
> 
> --
> You may reply to this email to add a comment.
> 
> You are receiving this mail because:
> You are on the CC list for the bug.

Yes, here's their reply:

Dear 先生/女士:

您好!非常感谢您对华硕产品的支持与厚爱!


我是为您提供服务的 Vicky,很高兴为您提供本次服务!


关于您反馈的问题,目前查询此机台最新的BIOS的版本为303版本,还没有更新的版本,如您目前已经是303版本建议您正常使用即可,具体发布时间或者更新内容等,需要以发布实际为准,如后续更新,会进行发布,届时您正常连接好充电器,保持开机更新即可,目前没有相关的时间和内容的信息


如您有其他问题欢迎您再次联系我们。

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

* [Bug 218686] Fail to set energy_performance_preference of amd processor on asus ga403uv
  2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
                   ` (47 preceding siblings ...)
  2024-05-17 15:11 ` bugzilla-daemon
@ 2024-05-20 15:26 ` bugzilla-daemon
  48 siblings, 0 replies; 50+ messages in thread
From: bugzilla-daemon @ 2024-05-20 15:26 UTC (permalink / raw)
  To: linux-pm

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

--- Comment #48 from Perry Yuan(AMD) (Perry.Yuan@amd.com) ---
The BIOS release will take longer time than you expected, it is really
depending on the customer request and vendor schedule.
Anyway, I will check from internal channel for this. 

Perry.

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

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

end of thread, other threads:[~2024-05-20 15:26 UTC | newest]

Thread overview: 50+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-06  2:56 [Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv bugzilla-daemon
2024-04-08  1:48 ` [Bug 218686] " bugzilla-daemon
2024-04-10  3:36 ` bugzilla-daemon
2024-04-10  5:28 ` bugzilla-daemon
2024-04-10  5:33 ` bugzilla-daemon
2024-04-10  5:39 ` bugzilla-daemon
2024-04-10  5:41 ` bugzilla-daemon
2024-04-10  5:46 ` bugzilla-daemon
2024-04-10  5:48 ` bugzilla-daemon
2024-04-10  6:17 ` bugzilla-daemon
2024-04-10  6:19 ` bugzilla-daemon
2024-04-10  6:26 ` bugzilla-daemon
2024-04-10  6:27 ` bugzilla-daemon
2024-04-10  6:29 ` bugzilla-daemon
2024-04-10  6:42 ` bugzilla-daemon
2024-04-10  6:43 ` bugzilla-daemon
2024-04-10  6:47 ` bugzilla-daemon
2024-04-10  6:49 ` bugzilla-daemon
2024-04-10  6:51 ` bugzilla-daemon
2024-04-10  6:55 ` bugzilla-daemon
2024-04-10  7:02 ` bugzilla-daemon
2024-04-10  7:12 ` bugzilla-daemon
2024-04-10  7:21 ` bugzilla-daemon
2024-04-10  7:26 ` bugzilla-daemon
2024-04-10  7:27 ` bugzilla-daemon
2024-04-10 16:08 ` bugzilla-daemon
2024-04-10 16:08 ` bugzilla-daemon
2024-04-11  4:18 ` bugzilla-daemon
2024-04-11  4:19 ` bugzilla-daemon
2024-04-11  4:20 ` bugzilla-daemon
2024-04-11  5:29 ` bugzilla-daemon
2024-04-11  5:30 ` bugzilla-daemon
2024-04-11  7:25 ` bugzilla-daemon
2024-04-11  9:02 ` bugzilla-daemon
2024-04-11  9:15 ` bugzilla-daemon
2024-04-11 10:09 ` bugzilla-daemon
2024-04-11 11:14 ` bugzilla-daemon
2024-04-11 12:56 ` bugzilla-daemon
2024-04-11 15:53 ` bugzilla-daemon
2024-04-11 15:54 ` bugzilla-daemon
2024-04-15  8:37 ` bugzilla-daemon
2024-04-18  7:36 ` bugzilla-daemon
2024-04-18  7:56 ` bugzilla-daemon
2024-04-18  8:41 ` bugzilla-daemon
2024-04-23  7:03 ` bugzilla-daemon
2024-04-23  7:25 ` bugzilla-daemon
2024-05-17  8:50 ` bugzilla-daemon
2024-05-17 11:53 ` bugzilla-daemon
2024-05-17 15:11 ` bugzilla-daemon
2024-05-20 15:26 ` bugzilla-daemon

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.