Skip to content

Commit a051171

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

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
@@ -822,6 +822,38 @@ static const struct dmi_system_id power_limits[] = {
822822
.requires_fan_curve = true,
823823
},
824824
},
825+
{
826+
.matches = {
827+
DMI_MATCH(DMI_BOARD_NAME, "GA403WR"),
828+
},
829+
.driver_data = &(struct power_data) {
830+
.ac_data = &(struct power_limits) {
831+
.ppt_pl1_spl_min = 15,
832+
.ppt_pl1_spl_max = 80,
833+
.ppt_pl2_sppt_min = 25,
834+
.ppt_pl2_sppt_max = 80,
835+
.ppt_pl3_fppt_min = 35,
836+
.ppt_pl3_fppt_max = 80,
837+
.nv_dynamic_boost_min = 0,
838+
.nv_dynamic_boost_max = 25,
839+
.nv_temp_target_min = 75,
840+
.nv_temp_target_max = 87,
841+
.nv_tgp_min = 80,
842+
.nv_tgp_max = 95,
843+
},
844+
.dc_data = &(struct power_limits) {
845+
.ppt_pl1_spl_min = 15,
846+
.ppt_pl1_spl_max = 35,
847+
.ppt_pl2_sppt_min = 25,
848+
.ppt_pl2_sppt_max = 35,
849+
.ppt_pl3_fppt_min = 35,
850+
.ppt_pl3_fppt_max = 65,
851+
.nv_temp_target_min = 75,
852+
.nv_temp_target_max = 87,
853+
},
854+
.requires_fan_curve = true,
855+
},
856+
},
825857
{
826858
.matches = {
827859
DMI_MATCH(DMI_BOARD_NAME, "GA503QR"),

0 commit comments

Comments
 (0)