Skip to content

Commit d272391

Browse files
NeroReflexij-intel
authored andcommitted
platform/x86: asus-armoury: add support for G614FP
Add TDP data for laptop model G614FP. Signed-off-by: Denis Benato <denis.benato@linux.dev> Link: https://patch.msgid.link/20260309183559.433555-3-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 e0836f4 commit d272391

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

drivers/platform/x86/asus-armoury.h

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1610,6 +1610,40 @@ static const struct dmi_system_id power_limits[] = {
16101610
.requires_fan_curve = true,
16111611
},
16121612
},
1613+
{
1614+
.matches = {
1615+
DMI_MATCH(DMI_BOARD_NAME, "G614FP"),
1616+
},
1617+
.driver_data = &(struct power_data) {
1618+
.ac_data = &(struct power_limits) {
1619+
.ppt_pl1_spl_min = 30,
1620+
.ppt_pl1_spl_max = 120,
1621+
.ppt_pl2_sppt_min = 65,
1622+
.ppt_pl2_sppt_def = 140,
1623+
.ppt_pl2_sppt_max = 165,
1624+
.ppt_pl3_fppt_min = 65,
1625+
.ppt_pl3_fppt_def = 140,
1626+
.ppt_pl3_fppt_max = 165,
1627+
.nv_temp_target_min = 75,
1628+
.nv_temp_target_max = 87,
1629+
.nv_dynamic_boost_min = 5,
1630+
.nv_dynamic_boost_max = 15,
1631+
.nv_tgp_min = 50,
1632+
.nv_tgp_max = 100,
1633+
},
1634+
.dc_data = &(struct power_limits) {
1635+
.ppt_pl1_spl_min = 25,
1636+
.ppt_pl1_spl_max = 65,
1637+
.ppt_pl2_sppt_min = 25,
1638+
.ppt_pl2_sppt_max = 65,
1639+
.ppt_pl3_fppt_min = 35,
1640+
.ppt_pl3_fppt_max = 75,
1641+
.nv_temp_target_min = 75,
1642+
.nv_temp_target_max = 87,
1643+
},
1644+
.requires_fan_curve = true,
1645+
},
1646+
},
16131647
{
16141648
.matches = {
16151649
DMI_MATCH(DMI_BOARD_NAME, "G614J"),

0 commit comments

Comments
 (0)