Skip to content

Commit 249f05e

Browse files
lattarovij-intel
authored andcommitted
platform/x86: hp-wmi: Add Victus 16-d0xxx support
This patch enables Victus thermal profile support for the HP Victus 16-d0xxx. It does so by adding model's DMI board name 88F8 to victus_thermal_profile_boards. Tested on a Victus 16-d0xxx: - Victus thermal profile choices available (quiet, balanced, performance) instead of the default ones (cool, quiet, balanced, performance); - Profile switching works correctly; - About 4% increase in FPS using benchmark Cyberpunk 2077 on performance profile; - No noticeable regressions. Signed-off-by: Victor Lattaro Volpini <victorlattaro@proton.me> Link: https://patch.msgid.link/20260210000048.250280-1-victorlattaro@proton.me Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent b38d478 commit 249f05e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/platform/x86/hp/hp-wmi.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,9 @@ static const char * const omen_timed_thermal_profile_boards[] = {
166166
"8BAD",
167167
};
168168

169-
/* DMI Board names of Victus 16-d1xxx laptops */
169+
/* DMI Board names of Victus 16-d laptops */
170170
static const char * const victus_thermal_profile_boards[] = {
171+
"88F8",
171172
"8A25",
172173
};
173174

0 commit comments

Comments
 (0)