Unverified Commit 55b964df authored by Raed's avatar Raed Committed by Ilpo Järvinen
Browse files

platform/x86: hp-wmi: Add Omen 16-xf0xxx (8BCA) support



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: default avatarRaed <thisisraed@outlook.com>
Link: https://patch.msgid.link/20260311131338.965249-1-youaretalkingtoraed@gmail.com


Reviewed-by: default avatarIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: default avatarIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
parent d2723918
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -183,6 +183,10 @@ static const struct dmi_system_id victus_s_thermal_profile_boards[] __initconst
		.matches = { DMI_MATCH(DMI_BOARD_NAME, "8BBE") },
		.driver_data = (void *)&victus_s_thermal_params,
	},
	{
		.matches = { DMI_MATCH(DMI_BOARD_NAME, "8BCA") },
		.driver_data = (void *)&omen_v1_thermal_params,
	},
	{
		.matches = { DMI_MATCH(DMI_BOARD_NAME, "8BCD") },
		.driver_data = (void *)&omen_v1_thermal_params,