Skip to content

Commit 499d987

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

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

drivers/platform/x86/asus-armoury.h

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1357,6 +1357,35 @@ static const struct dmi_system_id power_limits[] = {
13571357
.requires_fan_curve = true,
13581358
},
13591359
},
1360+
{
1361+
.matches = {
1362+
DMI_MATCH(DMI_BOARD_NAME, "G615LR"),
1363+
},
1364+
.driver_data = &(struct power_data) {
1365+
.ac_data = &(struct power_limits) {
1366+
.ppt_pl1_spl_min = 28,
1367+
.ppt_pl1_spl_def = 140,
1368+
.ppt_pl1_spl_max = 175,
1369+
.ppt_pl2_sppt_min = 28,
1370+
.ppt_pl2_sppt_max = 175,
1371+
.nv_temp_target_min = 75,
1372+
.nv_temp_target_max = 87,
1373+
.nv_dynamic_boost_min = 5,
1374+
.nv_dynamic_boost_max = 25,
1375+
.nv_tgp_min = 65,
1376+
.nv_tgp_max = 115,
1377+
},
1378+
.dc_data = &(struct power_limits) {
1379+
.ppt_pl1_spl_min = 25,
1380+
.ppt_pl1_spl_max = 55,
1381+
.ppt_pl2_sppt_min = 25,
1382+
.ppt_pl2_sppt_max = 70,
1383+
.nv_temp_target_min = 75,
1384+
.nv_temp_target_max = 87,
1385+
},
1386+
.requires_fan_curve = true,
1387+
},
1388+
},
13601389
{
13611390
.matches = {
13621391
DMI_MATCH(DMI_BOARD_NAME, "G634J"),

0 commit comments

Comments
 (0)