Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

platform/x86: asus-armoury: add support for G614FP

Add TDP data for laptop model G614FP.

Signed-off-by: Denis Benato <denis.benato@linux.dev>
Link: https://patch.msgid.link/20260309183559.433555-3-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>

authored by

Denis Benato and committed by
Ilpo Järvinen
d2723918 e0836f48

+34
+34
drivers/platform/x86/asus-armoury.h
··· 1612 1612 }, 1613 1613 { 1614 1614 .matches = { 1615 + DMI_MATCH(DMI_BOARD_NAME, "G614FP"), 1616 + }, 1617 + .driver_data = &(struct power_data) { 1618 + .ac_data = &(struct power_limits) { 1619 + .ppt_pl1_spl_min = 30, 1620 + .ppt_pl1_spl_max = 120, 1621 + .ppt_pl2_sppt_min = 65, 1622 + .ppt_pl2_sppt_def = 140, 1623 + .ppt_pl2_sppt_max = 165, 1624 + .ppt_pl3_fppt_min = 65, 1625 + .ppt_pl3_fppt_def = 140, 1626 + .ppt_pl3_fppt_max = 165, 1627 + .nv_temp_target_min = 75, 1628 + .nv_temp_target_max = 87, 1629 + .nv_dynamic_boost_min = 5, 1630 + .nv_dynamic_boost_max = 15, 1631 + .nv_tgp_min = 50, 1632 + .nv_tgp_max = 100, 1633 + }, 1634 + .dc_data = &(struct power_limits) { 1635 + .ppt_pl1_spl_min = 25, 1636 + .ppt_pl1_spl_max = 65, 1637 + .ppt_pl2_sppt_min = 25, 1638 + .ppt_pl2_sppt_max = 65, 1639 + .ppt_pl3_fppt_min = 35, 1640 + .ppt_pl3_fppt_max = 75, 1641 + .nv_temp_target_min = 75, 1642 + .nv_temp_target_max = 87, 1643 + }, 1644 + .requires_fan_curve = true, 1645 + }, 1646 + }, 1647 + { 1648 + .matches = { 1615 1649 DMI_MATCH(DMI_BOARD_NAME, "G614J"), 1616 1650 }, 1617 1651 .driver_data = &(struct power_data) {