Skip to content

Commit e2468dc

Browse files
kuu-rtij-intel
authored andcommitted
Revert "platform/x86: alienware-wmi-wmax: Add G-Mode support to Alienware m16 R1"
This reverts commit 5ff79ca. Although the Alienware m16 R1 AMD model supports G-Mode, it actually has a lower power ceiling than plain "performance" profile, which results in lower performance. Reported-by: Cihan Ozakca <[email protected]> Cc: [email protected] # 6.15.x Signed-off-by: Kurt Borja <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Ilpo Järvinen <[email protected]> Signed-off-by: Ilpo Järvinen <[email protected]>
1 parent 9ba75cc commit e2468dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/platform/x86/dell/alienware-wmi-wmax.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ static const struct dmi_system_id awcc_dmi_table[] __initconst = {
119119
DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
120120
DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m16 R1 AMD"),
121121
},
122-
.driver_data = &g_series_quirks,
122+
.driver_data = &generic_quirks,
123123
},
124124
{
125125
.ident = "Alienware m16 R2",

0 commit comments

Comments
 (0)