mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] platform/x86: hp-wmi: Add Omen 16-xf0xxx (8BCA) support
@ 2026-03-11 13:13 Raed
  2026-03-17 13:00 ` Ilpo Järvinen
  0 siblings, 1 reply; 2+ messages in thread
From: Raed @ 2026-03-11 13:13 UTC (permalink / raw)
  To: platform-driver-x86; +Cc: linux-kernel, hansg, ilpo.jarvinen, Raed

From: Raed <thisisraed@outlook.com>

The HP Omen 16-xf0xxx board 8BCA uses the same Victus-S fan and
thermal WMI path as other recently supported Omen/Victus boards,
but it requires Omen v1 thermal profile parameters for correct
platform profile behavior.

Add board 8BCA to victus_s_thermal_profile_boards[] and map it
to omen_v1_thermal_params.

Validated on HP Omen 16-xf0xxx (board 8BCA):
- /sys/firmware/acpi/platform_profile exposes
	low-power/balanced/performance
- fan RPM reporting works (fan1_input/fan2_input)
- manual fan control works through hp-wmi hwmon (pwm1/pwm1_enable)

Signed-off-by: Raed <thisisraed@outlook.com>
---
 drivers/platform/x86/hp/hp-wmi.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/platform/x86/hp/hp-wmi.c b/drivers/platform/x86/hp/hp-wmi.c
index 68ede7e57..6de701762 100644
--- a/drivers/platform/x86/hp/hp-wmi.c
+++ b/drivers/platform/x86/hp/hp-wmi.c
@@ -187,6 +187,10 @@ static const struct dmi_system_id victus_s_thermal_profile_boards[] __initconst
 		.matches = { DMI_MATCH(DMI_BOARD_NAME, "8BCD") },
 		.driver_data = (void *)&omen_v1_thermal_params,
 	},
+	{
+		.matches = { DMI_MATCH(DMI_BOARD_NAME, "8BCA") },
+		.driver_data = (void *)&omen_v1_thermal_params,
+	},
 	{
 		.matches = { DMI_MATCH(DMI_BOARD_NAME, "8BD4") },
 		.driver_data = (void *)&victus_s_thermal_params,

base-commit: b29fb8829bff243512bb8c8908fd39406f9fd4c3
-- 
2.52.0


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

* Re: [PATCH] platform/x86: hp-wmi: Add Omen 16-xf0xxx (8BCA) support
  2026-03-11 13:13 [PATCH] platform/x86: hp-wmi: Add Omen 16-xf0xxx (8BCA) support Raed
@ 2026-03-17 13:00 ` Ilpo Järvinen
  0 siblings, 0 replies; 2+ messages in thread
From: Ilpo Järvinen @ 2026-03-17 13:00 UTC (permalink / raw)
  To: platform-driver-x86, Raed; +Cc: linux-kernel, hansg, Raed

On Wed, 11 Mar 2026 18:43:38 +0530, Raed wrote:

> The HP Omen 16-xf0xxx board 8BCA uses the same Victus-S fan and
> thermal WMI path as other recently supported Omen/Victus boards,
> but it requires Omen v1 thermal profile parameters for correct
> platform profile behavior.
> 
> Add board 8BCA to victus_s_thermal_profile_boards[] and map it
> to omen_v1_thermal_params.
> 
> [...]


Thank you for your contribution, it has been applied to my local
review-ilpo-fixes branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-fixes 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 16-xf0xxx (8BCA) support
      commit: 78d77e548921af84e9df31a45606e1d43d09fc74

--
 i.


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

end of thread, other threads:[~2026-03-17 13:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-11 13:13 [PATCH] platform/x86: hp-wmi: Add Omen 16-xf0xxx (8BCA) support Raed
2026-03-17 13:00 ` 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®