Skip to content

Commit a54e990

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

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
@@ -873,6 +873,38 @@ static const struct dmi_system_id power_limits[] = {
873873
.requires_fan_curve = true,
874874
},
875875
},
876+
{
877+
.matches = {
878+
DMI_MATCH(DMI_BOARD_NAME, "GA403UV"),
879+
},
880+
.driver_data = &(struct power_data) {
881+
.ac_data = &(struct power_limits) {
882+
.ppt_pl1_spl_min = 15,
883+
.ppt_pl1_spl_max = 80,
884+
.ppt_pl2_sppt_min = 25,
885+
.ppt_pl2_sppt_max = 80,
886+
.ppt_pl3_fppt_min = 35,
887+
.ppt_pl3_fppt_max = 80,
888+
.nv_dynamic_boost_min = 5,
889+
.nv_dynamic_boost_max = 25,
890+
.nv_temp_target_min = 75,
891+
.nv_temp_target_max = 87,
892+
.nv_tgp_min = 55,
893+
.nv_tgp_max = 65,
894+
},
895+
.dc_data = &(struct power_limits) {
896+
.ppt_pl1_spl_min = 15,
897+
.ppt_pl1_spl_max = 35,
898+
.ppt_pl2_sppt_min = 25,
899+
.ppt_pl2_sppt_max = 35,
900+
.ppt_pl3_fppt_min = 35,
901+
.ppt_pl3_fppt_max = 65,
902+
.nv_temp_target_min = 75,
903+
.nv_temp_target_max = 87,
904+
},
905+
.requires_fan_curve = true,
906+
},
907+
},
876908
{
877909
.matches = {
878910
DMI_MATCH(DMI_BOARD_NAME, "GA403WR"),

0 commit comments

Comments
 (0)