* [PATCH] Documentation: amd-pstate:fix minimum performance state label error
@ 2025-05-22 7:01 shouyeliu
2025-05-22 17:35 ` Limonciello, Mario
2025-06-09 21:15 ` Jonathan Corbet
0 siblings, 2 replies; 5+ messages in thread
From: shouyeliu @ 2025-05-22 7:01 UTC (permalink / raw)
To: ray.huang, gautham.shenoy, mario.limonciello, perry.yuan, corbet
Cc: linux-pm, linux-doc, linux-kernel, Shouye Liu
In the AMD P-States Performance Scale diagram, the labels for "Max Perf"
and "Lowest Perf" were incorrectly used to define the range for
"Desired Perf".The "Desired performance target" should be bounded by the
"Maximum requested performance" and the "Minimum requested performance",
which corresponds to "Max Perf" and "Min Perf", respectively.
Signed-off-by: Shouye Liu <shouyeliu@tencent.com>
---
Documentation/admin-guide/pm/amd-pstate.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/admin-guide/pm/amd-pstate.rst b/Documentation/admin-guide/pm/amd-pstate.rst
index 412423c54f25..e1771f2225d5 100644
--- a/Documentation/admin-guide/pm/amd-pstate.rst
+++ b/Documentation/admin-guide/pm/amd-pstate.rst
@@ -72,7 +72,7 @@ to manage each performance update behavior. ::
Lowest non- | | | |
linear perf ------>+-----------------------+ +-----------------------+
| | | |
- | | Lowest perf ---->| |
+ | | Min perf ---->| |
| | | |
Lowest perf ------>+-----------------------+ +-----------------------+
| | | |
--
2.19.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH] Documentation: amd-pstate:fix minimum performance state label error
2025-05-22 7:01 [PATCH] Documentation: amd-pstate:fix minimum performance state label error shouyeliu
@ 2025-05-22 17:35 ` Limonciello, Mario
2025-06-09 21:15 ` Jonathan Corbet
1 sibling, 0 replies; 5+ messages in thread
From: Limonciello, Mario @ 2025-05-22 17:35 UTC (permalink / raw)
To: shouyeliu, Huang, Ray, Shenoy, Gautham Ranjal, Yuan, Perry,
corbet@lwn.net
Cc: linux-pm@vger.kernel.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org, Shouye Liu
On 5/22/25 2:01 AM, shouyeliu wrote:
> In the AMD P-States Performance Scale diagram, the labels for "Max Perf"
> and "Lowest Perf" were incorrectly used to define the range for
> "Desired Perf".The "Desired performance target" should be bounded by the
> "Maximum requested performance" and the "Minimum requested performance",
> which corresponds to "Max Perf" and "Min Perf", respectively.
>
> Signed-off-by: Shouye Liu <shouyeliu@tencent.com>
> ---
> Documentation/admin-guide/pm/amd-pstate.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/admin-guide/pm/amd-pstate.rst b/Documentation/admin-guide/pm/amd-pstate.rst
> index 412423c54f25..e1771f2225d5 100644
> --- a/Documentation/admin-guide/pm/amd-pstate.rst
> +++ b/Documentation/admin-guide/pm/amd-pstate.rst
> @@ -72,7 +72,7 @@ to manage each performance update behavior. ::
> Lowest non- | | | |
> linear perf ------>+-----------------------+ +-----------------------+
> | | | |
> - | | Lowest perf ---->| |
> + | | Min perf ---->| |
> | | | |
> Lowest perf ------>+-----------------------+ +-----------------------+
> | | | |
Makes sense to me. Thanks.
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation: amd-pstate:fix minimum performance state label error
2025-05-22 7:01 [PATCH] Documentation: amd-pstate:fix minimum performance state label error shouyeliu
2025-05-22 17:35 ` Limonciello, Mario
@ 2025-06-09 21:15 ` Jonathan Corbet
1 sibling, 0 replies; 5+ messages in thread
From: Jonathan Corbet @ 2025-06-09 21:15 UTC (permalink / raw)
To: shouyeliu, ray.huang, gautham.shenoy, mario.limonciello,
perry.yuan
Cc: linux-pm, linux-doc, linux-kernel, Shouye Liu
shouyeliu <shouyeliu@gmail.com> writes:
> In the AMD P-States Performance Scale diagram, the labels for "Max Perf"
> and "Lowest Perf" were incorrectly used to define the range for
> "Desired Perf".The "Desired performance target" should be bounded by the
> "Maximum requested performance" and the "Minimum requested performance",
> which corresponds to "Max Perf" and "Min Perf", respectively.
>
> Signed-off-by: Shouye Liu <shouyeliu@tencent.com>
> ---
> Documentation/admin-guide/pm/amd-pstate.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: Signed-off-by missing for commit in the jc_docs tree
@ 2025-06-19 19:24 Jonathan Corbet
2025-06-20 2:16 ` [PATCH] Documentation: amd-pstate:fix minimum performance state label error shouyeliu
0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Corbet @ 2025-06-19 19:24 UTC (permalink / raw)
To: liu shouye
Cc: Stephen Rothwell, Shouye Liu, Linux Kernel Mailing List,
Linux Next Mailing List
liu shouye <shouyeliu@gmail.com> writes:
> From: Shouye Liu <shouyeliu@tencent.com>
>
> In the AMD P-States Performance Scale diagram, the labels for "Max Perf"
> and "Lowest Perf" were incorrectly used to define the range for
> "Desired Perf".The "Desired performance target" should be bounded by the
> "Maximum requested performance" and the "Minimum requested performance",
> which corresponds to "Max Perf" and "Min Perf", respectively.
>
> Signed-off-by: Shouye Liu <shouyeliu@tencent.com>
> ---
> Documentation/admin-guide/pm/amd-pstate.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/admin-guide/pm/amd-pstate.rst
> b/Documentation/admin-guide/pm/amd-pstate.rst
> index 412423c54f25..e1771f2225d5 100644
> --- a/Documentation/admin-guide/pm/amd-pstate.rst
> +++ b/Documentation/admin-guide/pm/amd-pstate.rst
> @@ -72,7 +72,7 @@ to manage each performance update behavior. ::
> Lowest non- | |
> | |
> linear perf ------>+-----------------------+
> +-----------------------+
> | |
> | |
> - | | Lowest perf
> ---->| |
> + | | Min perf
> ---->| |
> | |
> | |
> Lowest perf ------>+-----------------------+
> +-----------------------+
> | |
> | |
> --
> 2.19.1
This patch has been severely white-space mangled by your mail client.
Care to retry after verifying that you can send patches without this
sort of interference?
Thanks,
jon
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] Documentation: amd-pstate:fix minimum performance state label error
2025-06-19 19:24 linux-next: Signed-off-by missing for commit in the jc_docs tree Jonathan Corbet
@ 2025-06-20 2:16 ` shouyeliu
2025-06-21 20:11 ` Jonathan Corbet
0 siblings, 1 reply; 5+ messages in thread
From: shouyeliu @ 2025-06-20 2:16 UTC (permalink / raw)
To: corbet; +Cc: linux-kernel, linux-next, sfr, shouyeliu, shouyeliu
From: Shouye Liu <shouyeliu@tencent.com>
In the AMD P-States Performance Scale diagram, the labels for "Max Perf"
and "Lowest Perf" were incorrectly used to define the range for
"Desired Perf".The "Desired performance target" should be bounded by the
"Maximum requested performance" and the "Minimum requested performance",
which corresponds to "Max Perf" and "Min Perf", respectively.
Signed-off-by: Shouye Liu <shouyeliu@tencent.com>
---
Documentation/admin-guide/pm/amd-pstate.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/admin-guide/pm/amd-pstate.rst b/Documentation/admin-guide/pm/amd-pstate.rst
index 412423c54f25..e1771f2225d5 100644
--- a/Documentation/admin-guide/pm/amd-pstate.rst
+++ b/Documentation/admin-guide/pm/amd-pstate.rst
@@ -72,7 +72,7 @@ to manage each performance update behavior. ::
Lowest non- | | | |
linear perf ------>+-----------------------+ +-----------------------+
| | | |
- | | Lowest perf ---->| |
+ | | Min perf ---->| |
| | | |
Lowest perf ------>+-----------------------+ +-----------------------+
| | | |
--
2.19.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH] Documentation: amd-pstate:fix minimum performance state label error
2025-06-20 2:16 ` [PATCH] Documentation: amd-pstate:fix minimum performance state label error shouyeliu
@ 2025-06-21 20:11 ` Jonathan Corbet
0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Corbet @ 2025-06-21 20:11 UTC (permalink / raw)
To: shouyeliu; +Cc: linux-kernel, linux-next, sfr, shouyeliu, shouyeliu
shouyeliu <shouyeliu@gmail.com> writes:
> From: Shouye Liu <shouyeliu@tencent.com>
>
> In the AMD P-States Performance Scale diagram, the labels for "Max Perf"
> and "Lowest Perf" were incorrectly used to define the range for
> "Desired Perf".The "Desired performance target" should be bounded by the
> "Maximum requested performance" and the "Minimum requested performance",
> which corresponds to "Max Perf" and "Min Perf", respectively.
>
> Signed-off-by: Shouye Liu <shouyeliu@tencent.com>
> ---
> Documentation/admin-guide/pm/amd-pstate.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/admin-guide/pm/amd-pstate.rst b/Documentation/admin-guide/pm/amd-pstate.rst
> index 412423c54f25..e1771f2225d5 100644
> --- a/Documentation/admin-guide/pm/amd-pstate.rst
> +++ b/Documentation/admin-guide/pm/amd-pstate.rst
> @@ -72,7 +72,7 @@ to manage each performance update behavior. ::
> Lowest non- | | | |
> linear perf ------>+-----------------------+ +-----------------------+
> | | | |
> - | | Lowest perf ---->| |
> + | | Min perf ---->| |
> | | | |
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-06-21 20:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-22 7:01 [PATCH] Documentation: amd-pstate:fix minimum performance state label error shouyeliu
2025-05-22 17:35 ` Limonciello, Mario
2025-06-09 21:15 ` Jonathan Corbet
-- strict thread matches above, loose matches on Subject: below --
2025-06-19 19:24 linux-next: Signed-off-by missing for commit in the jc_docs tree Jonathan Corbet
2025-06-20 2:16 ` [PATCH] Documentation: amd-pstate:fix minimum performance state label error shouyeliu
2025-06-21 20:11 ` Jonathan Corbet
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.