Skip to content

Commit f5fc407

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

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
@@ -905,6 +905,38 @@ static const struct dmi_system_id power_limits[] = {
905905
.requires_fan_curve = true,
906906
},
907907
},
908+
{
909+
.matches = {
910+
DMI_MATCH(DMI_BOARD_NAME, "GA403WM"),
911+
},
912+
.driver_data = &(struct power_data) {
913+
.ac_data = &(struct power_limits) {
914+
.ppt_pl1_spl_min = 15,
915+
.ppt_pl1_spl_max = 80,
916+
.ppt_pl2_sppt_min = 25,
917+
.ppt_pl2_sppt_max = 80,
918+
.ppt_pl3_fppt_min = 35,
919+
.ppt_pl3_fppt_max = 80,
920+
.nv_dynamic_boost_min = 0,
921+
.nv_dynamic_boost_max = 15,
922+
.nv_temp_target_min = 75,
923+
.nv_temp_target_max = 87,
924+
.nv_tgp_min = 55,
925+
.nv_tgp_max = 85,
926+
},
927+
.dc_data = &(struct power_limits) {
928+
.ppt_pl1_spl_min = 15,
929+
.ppt_pl1_spl_max = 35,
930+
.ppt_pl2_sppt_min = 25,
931+
.ppt_pl2_sppt_max = 35,
932+
.ppt_pl3_fppt_min = 35,
933+
.ppt_pl3_fppt_max = 65,
934+
.nv_temp_target_min = 75,
935+
.nv_temp_target_max = 87,
936+
},
937+
.requires_fan_curve = true,
938+
},
939+
},
908940
{
909941
.matches = {
910942
DMI_MATCH(DMI_BOARD_NAME, "GA503QR"),

0 commit comments

Comments
 (0)