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 <cozakca@outlook.com> Cc: stable@vger.kernel.org # 6.15.x Signed-off-by: Kurt Borja <kuurtb@gmail.com> Link: https://lore.kernel.org/r/20250611-m16-rev-v1-1-72d13bad03c9@gmail.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent 9ba75cc commit e2468dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)