Skip to content

Commit 239c7ac

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

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
@@ -1786,6 +1786,40 @@ static const struct dmi_system_id power_limits[] = {
17861786
.requires_fan_curve = true,
17871787
},
17881788
},
1789+
{
1790+
.matches = {
1791+
DMI_MATCH(DMI_BOARD_NAME, "G614FR"),
1792+
},
1793+
.driver_data = &(struct power_data) {
1794+
.ac_data = &(struct power_limits) {
1795+
.ppt_pl1_spl_min = 30,
1796+
.ppt_pl1_spl_max = 120,
1797+
.ppt_pl2_sppt_min = 65,
1798+
.ppt_pl2_sppt_def = 140,
1799+
.ppt_pl2_sppt_max = 162,
1800+
.ppt_pl3_fppt_min = 65,
1801+
.ppt_pl3_fppt_def = 140,
1802+
.ppt_pl3_fppt_max = 162,
1803+
.nv_temp_target_min = 75,
1804+
.nv_temp_target_max = 87,
1805+
.nv_dynamic_boost_min = 5,
1806+
.nv_dynamic_boost_max = 25,
1807+
.nv_tgp_min = 65,
1808+
.nv_tgp_max = 115,
1809+
},
1810+
.dc_data = &(struct power_limits) {
1811+
.ppt_pl1_spl_min = 25,
1812+
.ppt_pl1_spl_max = 65,
1813+
.ppt_pl2_sppt_min = 25,
1814+
.ppt_pl2_sppt_max = 65,
1815+
.ppt_pl3_fppt_min = 35,
1816+
.ppt_pl3_fppt_max = 75,
1817+
.nv_temp_target_min = 75,
1818+
.nv_temp_target_max = 87,
1819+
},
1820+
.requires_fan_curve = true,
1821+
},
1822+
},
17891823
{
17901824
.matches = {
17911825
DMI_MATCH(DMI_BOARD_NAME, "G614J"),

0 commit comments

Comments
 (0)