Skip to content

Commit 5014603

Browse files
Perry Yuanrafaeljw
authored andcommitted
Documentation: introduce amd pstate active mode kernel command line options
AMD Pstate driver support another firmware based autonomous mode with "amd_pstate=active" added to the kernel command line. In autonomous mode SMU firmware decides frequencies at runtime based on workload utilization, usage in other IPs, infrastructure limits such as power, thermals and so on. Acked-by: Huang Rui <[email protected]> Reviewed-by: Mario Limonciello <[email protected]> Reviewed-by: Wyes Karny <[email protected]> Tested-by: Wyes Karny <[email protected]> Signed-off-by: Perry Yuan <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 92e6088 commit 5014603

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/admin-guide/kernel-parameters.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7020,3 +7020,10 @@
70207020
management firmware translates the requests into actual
70217021
hardware states (core frequency, data fabric and memory
70227022
clocks etc.)
7023+
active
7024+
Use amd_pstate_epp driver instance as the scaling driver,
7025+
driver provides a hint to the hardware if software wants
7026+
to bias toward performance (0x0) or energy efficiency (0xff)
7027+
to the CPPC firmware. then CPPC power algorithm will
7028+
calculate the runtime workload and adjust the realtime cores
7029+
frequency.

0 commit comments

Comments
 (0)