Skip to content

Commit b391429

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

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
@@ -1019,6 +1019,38 @@ static const struct dmi_system_id power_limits[] = {
10191019
.requires_fan_curve = true,
10201020
},
10211021
},
1022+
{
1023+
.matches = {
1024+
DMI_MATCH(DMI_BOARD_NAME, "GA403WW"),
1025+
},
1026+
.driver_data = &(struct power_data) {
1027+
.ac_data = &(struct power_limits) {
1028+
.ppt_pl1_spl_min = 15,
1029+
.ppt_pl1_spl_max = 80,
1030+
.ppt_pl2_sppt_min = 25,
1031+
.ppt_pl2_sppt_max = 80,
1032+
.ppt_pl3_fppt_min = 35,
1033+
.ppt_pl3_fppt_max = 80,
1034+
.nv_dynamic_boost_min = 0,
1035+
.nv_dynamic_boost_max = 25,
1036+
.nv_temp_target_min = 75,
1037+
.nv_temp_target_max = 87,
1038+
.nv_tgp_min = 80,
1039+
.nv_tgp_max = 95,
1040+
},
1041+
.dc_data = &(struct power_limits) {
1042+
.ppt_pl1_spl_min = 15,
1043+
.ppt_pl1_spl_max = 35,
1044+
.ppt_pl2_sppt_min = 25,
1045+
.ppt_pl2_sppt_max = 35,
1046+
.ppt_pl3_fppt_min = 35,
1047+
.ppt_pl3_fppt_max = 65,
1048+
.nv_temp_target_min = 75,
1049+
.nv_temp_target_max = 87,
1050+
},
1051+
.requires_fan_curve = true,
1052+
},
1053+
},
10221054
{
10231055
.matches = {
10241056
DMI_MATCH(DMI_BOARD_NAME, "GA503QR"),

0 commit comments

Comments
 (0)