* [PATCH] platform/x86: hp-wmi: add Omen 14-fb0xxx (board 8C58) support
@ 2026-04-02 9:57 ShaunV334
2026-04-10 16:45 ` Ilpo Järvinen
2026-04-10 17:45 ` [PATCH v2] " ShaunV334
0 siblings, 2 replies; 4+ messages in thread
From: ShaunV334 @ 2026-04-02 9:57 UTC (permalink / raw)
To: hansg, platform-driver-x86
Cc: ilpo.jarvinen, linux-kernel, plotnikovanton, ShaunV334
Board 8C58 (HP Omen Transcend Gaming Laptop 14-fb0xxx) appears to use
the same thermal profile handling as other supported Omen systems,
including board 8E41.
Add it to omen_thermal_profile_boards so hp-wmi can expose the firmware
thermal profiles through the platform_profile interface.
Tested on Omen 14-fb0xxx: the profile handler exposes cool, balanced,
and performance modes, and selecting performance increases sustained CPU
package power under load.
Link: https://lore.kernel.org/platform-driver-x86/20260203164832.40514-1-plotnikovanton@gmail.com/
Signed-off-by: ShaunV334 <shaunvarghese43@gmail.com>
---
drivers/platform/x86/hp/hp-wmi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/platform/x86/hp/hp-wmi.c b/drivers/platform/x86/hp/hp-wmi.c
index 988a0acc9622..3cd5679828d6 100644
--- a/drivers/platform/x86/hp/hp-wmi.c
+++ b/drivers/platform/x86/hp/hp-wmi.c
@@ -153,6 +153,7 @@ static const char * const omen_thermal_profile_boards[] = {
"8900", "8901", "8902", "8912", "8917", "8918", "8949", "894A", "89EB",
"8A15", "8A42",
"8BAD",
+ "8C58",
"8E41",
};
--
2.53.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] platform/x86: hp-wmi: add Omen 14-fb0xxx (board 8C58) support
2026-04-02 9:57 [PATCH] platform/x86: hp-wmi: add Omen 14-fb0xxx (board 8C58) support ShaunV334
@ 2026-04-10 16:45 ` Ilpo Järvinen
2026-04-10 17:45 ` [PATCH v2] " ShaunV334
1 sibling, 0 replies; 4+ messages in thread
From: Ilpo Järvinen @ 2026-04-10 16:45 UTC (permalink / raw)
To: ShaunV334; +Cc: Hans de Goede, platform-driver-x86, LKML, plotnikovanton
On Thu, 2 Apr 2026, ShaunV334 wrote:
> Board 8C58 (HP Omen Transcend Gaming Laptop 14-fb0xxx) appears to use
> the same thermal profile handling as other supported Omen systems,
> including board 8E41.
>
> Add it to omen_thermal_profile_boards so hp-wmi can expose the firmware
> thermal profiles through the platform_profile interface.
>
> Tested on Omen 14-fb0xxx: the profile handler exposes cool, balanced,
> and performance modes, and selecting performance increases sustained CPU
> package power under load.
>
> Link: https://lore.kernel.org/platform-driver-x86/20260203164832.40514-1-plotnikovanton@gmail.com/
Hi,
Thanks for the patch. This Link seemed unrelated?
> Signed-off-by: ShaunV334 <shaunvarghese43@gmail.com>
For signed-off lines (that imply certainly legal significance, see
Documentation/process/submitting-patches.rst), please use your name here,
not some odd nick identity.
> ---
> drivers/platform/x86/hp/hp-wmi.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/platform/x86/hp/hp-wmi.c b/drivers/platform/x86/hp/hp-wmi.c
> index 988a0acc9622..3cd5679828d6 100644
> --- a/drivers/platform/x86/hp/hp-wmi.c
> +++ b/drivers/platform/x86/hp/hp-wmi.c
> @@ -153,6 +153,7 @@ static const char * const omen_thermal_profile_boards[] = {
> "8900", "8901", "8902", "8912", "8917", "8918", "8949", "894A", "89EB",
> "8A15", "8A42",
> "8BAD",
> + "8C58",
> "8E41",
> };
>
>
--
i.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH v2] platform/x86: hp-wmi: add Omen 14-fb0xxx (board 8C58) support
2026-04-02 9:57 [PATCH] platform/x86: hp-wmi: add Omen 14-fb0xxx (board 8C58) support ShaunV334
2026-04-10 16:45 ` Ilpo Järvinen
@ 2026-04-10 17:45 ` ShaunV334
2026-04-10 17:54 ` Ilpo Järvinen
1 sibling, 1 reply; 4+ messages in thread
From: ShaunV334 @ 2026-04-10 17:45 UTC (permalink / raw)
To: hansg
Cc: ilpo.jarvinen, platform-driver-x86, linux-kernel, plotnikovanton,
Shaun Varghese
From: Shaun Varghese <shaunvarghese43@gmail.com>
Board 8C58 (HP Omen Transcend Gaming Laptop 14-fb0xxx) appears to use
the same thermal profile handling as other supported Omen systems,
including board 8E41.
Add it to omen_thermal_profile_boards so hp-wmi can expose the firmware
thermal profiles through the platform_profile interface.
Tested on Omen 14-fb0xxx: the profile handler exposes cool, balanced,
and performance modes, and selecting performance increases sustained CPU
package power under load.
Signed-off-by: Shaun Varghese <shaunvarghese43@gmail.com>
---
drivers/platform/x86/hp/hp-wmi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/platform/x86/hp/hp-wmi.c b/drivers/platform/x86/hp/hp-wmi.c
index 988a0acc9622..3cd5679828d6 100644
--- a/drivers/platform/x86/hp/hp-wmi.c
+++ b/drivers/platform/x86/hp/hp-wmi.c
@@ -153,6 +153,7 @@ static const char * const omen_thermal_profile_boards[] = {
"8900", "8901", "8902", "8912", "8917", "8918", "8949", "894A", "89EB",
"8A15", "8A42",
"8BAD",
+ "8C58",
"8E41",
};
--
2.53.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] platform/x86: hp-wmi: add Omen 14-fb0xxx (board 8C58) support
2026-04-10 17:45 ` [PATCH v2] " ShaunV334
@ 2026-04-10 17:54 ` Ilpo Järvinen
0 siblings, 0 replies; 4+ messages in thread
From: Ilpo Järvinen @ 2026-04-10 17:54 UTC (permalink / raw)
To: hansg, ShaunV334; +Cc: platform-driver-x86, linux-kernel, plotnikovanton
On Fri, 10 Apr 2026 23:15:21 +0530, ShaunV334 wrote:
> Board 8C58 (HP Omen Transcend Gaming Laptop 14-fb0xxx) appears to use
> the same thermal profile handling as other supported Omen systems,
> including board 8E41.
>
> Add it to omen_thermal_profile_boards so hp-wmi can expose the firmware
> thermal profiles through the platform_profile interface.
>
> [...]
Thank you for your contribution, it has been applied to my local
review-ilpo-next branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-next branch only once I've pushed my
local branch there, which might take a while.
The list of commits applied:
[1/1] platform/x86: hp-wmi: add Omen 14-fb0xxx (board 8C58) support
commit: d0e6904dc063c19e470bb505eb010eb9f1b1148a
--
i.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-04-10 17:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-02 9:57 [PATCH] platform/x86: hp-wmi: add Omen 14-fb0xxx (board 8C58) support ShaunV334
2026-04-10 16:45 ` Ilpo Järvinen
2026-04-10 17:45 ` [PATCH v2] " ShaunV334
2026-04-10 17:54 ` Ilpo Järvinen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®