Skip to content

Commit 622cc8d

Browse files
NeroReflexij-intel
authored andcommitted
platform/x86: asus-armoury: add support for GX650RX
Add TDP data for laptop model GX650RX. Signed-off-by: Denis Benato <denis.benato@linux.dev> Link: https://patch.msgid.link/20260226141944.352923-2-denis.benato@linux.dev Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent 916727c commit 622cc8d

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

drivers/platform/x86/asus-armoury.h

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,6 +1457,38 @@ static const struct dmi_system_id power_limits[] = {
14571457
},
14581458
},
14591459
},
1460+
{
1461+
.matches = {
1462+
DMI_MATCH(DMI_BOARD_NAME, "GX650RX"),
1463+
},
1464+
.driver_data = &(struct power_data) {
1465+
.ac_data = &(struct power_limits) {
1466+
.ppt_pl1_spl_min = 28,
1467+
.ppt_pl1_spl_def = 70,
1468+
.ppt_pl1_spl_max = 90,
1469+
.ppt_pl2_sppt_min = 28,
1470+
.ppt_pl2_sppt_def = 70,
1471+
.ppt_pl2_sppt_max = 100,
1472+
.ppt_pl3_fppt_min = 28,
1473+
.ppt_pl3_fppt_def = 110,
1474+
.ppt_pl3_fppt_max = 125,
1475+
.nv_dynamic_boost_min = 5,
1476+
.nv_dynamic_boost_max = 25,
1477+
.nv_temp_target_min = 76,
1478+
.nv_temp_target_max = 87,
1479+
},
1480+
.dc_data = &(struct power_limits) {
1481+
.ppt_pl1_spl_min = 28,
1482+
.ppt_pl1_spl_max = 50,
1483+
.ppt_pl2_sppt_min = 28,
1484+
.ppt_pl2_sppt_max = 50,
1485+
.ppt_pl3_fppt_min = 28,
1486+
.ppt_pl3_fppt_max = 65,
1487+
.nv_temp_target_min = 76,
1488+
.nv_temp_target_max = 87,
1489+
},
1490+
},
1491+
},
14601492
{
14611493
.matches = {
14621494
DMI_MATCH(DMI_BOARD_NAME, "G513I"),

0 commit comments

Comments
 (0)