From nobody Mon Feb 9 04:28:46 2026 Received: from out-183.mta1.migadu.com (out-183.mta1.migadu.com [95.215.58.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B0E7035975 for ; Sat, 3 Jan 2026 00:37:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.183 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767400671; cv=none; b=K3YQA50pwrH1ZJ9Q0ovzON5SDO3m0BZxN9ZzW0E/yyY0p29RZWmB6xuigAItIimP8lgK6+If42qZNS3/Eb5rxzjO4c+ee2xweuR3NDhCN0UCg/XzRFqusszuFCzZwaymXd/vxma1Mb4rfrXEGF5kIIFmh0v6ixaIM2aVfVTt1lk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767400671; c=relaxed/simple; bh=1yGVWN6beBHO5Y+ZmThsVQtdqnwFDx9TpvucPsnfxoo=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=et3eo1HPpG1RAC2WCw+o/k+7sxyA09rcOXZzLlel7qUqjzWY1aXuXUQt/LhEGnbzo3TfrULhlunY75jw1rcSMdhIxNEWnwANx4AAxAYrKNE8mF8CTofXRc3efRgxROUfdAtiknVeLQl7a4GXlsvRwAeAOM3xeshUE1LobhfQ9o0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=q77GgCDL; arc=none smtp.client-ip=95.215.58.183 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="q77GgCDL" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1767400667; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PdRDjPJt8DJJgIWOYOfeiPI0PvZESXw4OZojdSjVuqc=; b=q77GgCDLxwI1PfKXJk+KTZdo0uMlakVH0vRHOmD0vJMe6GAXk5xcuabnlR/jAS+7BO7GDH AKWatnSS7waLcVh5euv6XfCEVRosEChpPGjeNW7Zkj4/rWQGtJktKasdeZg8P2ZLs37y4B UmlCKOcIQ+y8m4urSVVbWHHKDUzC+68= From: Denis Benato To: linux-kernel@vger.kernel.org Cc: platform-driver-x86@vger.kernel.org, "Hans de Goede" , =?UTF-8?q?Ilpo=20J=C3=A4rvinen?= , "Luke D . Jones" , "Mateusz Schyboll" , "Denis Benato" , Denis Benato Subject: [PATCH 1/3] platform/x86: asus-armoury: add support for GA403WM Date: Sat, 3 Jan 2026 01:37:29 +0100 Message-ID: <20260103003731.404383-2-denis.benato@linux.dev> In-Reply-To: <20260103003731.404383-1-denis.benato@linux.dev> References: <20260103003731.404383-1-denis.benato@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT Content-Type: text/plain; charset="utf-8" Add TDP data for laptop model GA403WM. Signed-off-by: Denis Benato --- drivers/platform/x86/asus-armoury.h | 32 +++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/drivers/platform/x86/asus-armoury.h b/drivers/platform/x86/asu= s-armoury.h index 3ac7aea37838..8184107e565f 100644 --- a/drivers/platform/x86/asus-armoury.h +++ b/drivers/platform/x86/asus-armoury.h @@ -905,6 +905,38 @@ static const struct dmi_system_id power_limits[] =3D { .requires_fan_curve =3D true, }, }, + { + .matches =3D { + DMI_MATCH(DMI_BOARD_NAME, "GA403WM"), + }, + .driver_data =3D &(struct power_data) { + .ac_data =3D &(struct power_limits) { + .ppt_pl1_spl_min =3D 15, + .ppt_pl1_spl_max =3D 80, + .ppt_pl2_sppt_min =3D 25, + .ppt_pl2_sppt_max =3D 80, + .ppt_pl3_fppt_min =3D 35, + .ppt_pl3_fppt_max =3D 80, + .nv_dynamic_boost_min =3D 0, + .nv_dynamic_boost_max =3D 15, + .nv_temp_target_min =3D 75, + .nv_temp_target_max =3D 87, + .nv_tgp_min =3D 55, + .nv_tgp_max =3D 85, + }, + .dc_data =3D &(struct power_limits) { + .ppt_pl1_spl_min =3D 15, + .ppt_pl1_spl_max =3D 35, + .ppt_pl2_sppt_min =3D 25, + .ppt_pl2_sppt_max =3D 35, + .ppt_pl3_fppt_min =3D 35, + .ppt_pl3_fppt_max =3D 65, + .nv_temp_target_min =3D 75, + .nv_temp_target_max =3D 87, + }, + .requires_fan_curve =3D true, + }, + }, { .matches =3D { DMI_MATCH(DMI_BOARD_NAME, "GA503QR"), --=20 2.52.0 From nobody Mon Feb 9 04:28:46 2026 Received: from out-170.mta1.migadu.com (out-170.mta1.migadu.com [95.215.58.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EB9671A9B58 for ; Sat, 3 Jan 2026 00:37:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.170 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767400672; cv=none; b=owUTfmlejjoOIjMMFDW/s9WbgVmm883WqJZMH9QoDZlJPjnhtldslUJTl7DFjA07katkM0uDWdfezy0wKOpeHiZMv5wfg+4LsyDrRWjfLLJ6gauhwTZ4PZLoGLa+QEsBSPUlbDb2gPD5u5w1X0UHrI1umNOxRxxly+C74PlDPIs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767400672; c=relaxed/simple; bh=5/U/3dWPqiQ36pxMHBPy3hGEFv4y45X7+3RVoGlYcA0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Q6iUNhMLmL5LU9/KzhWuHW04xmue4cbwbs3YSYK6LPhiIsh4QSXrDLc4TxTPSCpiETWMuVTba7ZuKgbFBVhF2tP+0zMGSR6Dllp98psETG5mjOlxjMkmuV9CIXCQAfrO/vVbvrNyQ9QKG0ZFjgt2aDqPrGTinuIYyYZ4jGCTJfo= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=igaO/lB1; arc=none smtp.client-ip=95.215.58.170 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="igaO/lB1" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1767400669; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=q9pJcZgif0ugC0AhM15bX6pjGeVTDbWzSHuZihigM2c=; b=igaO/lB1L175Y8zAW4tXZPvCG/tpHSkufNEc9FTx7/cdkWw1uIjom37IgUU5QkO4rmdfLb n+yfoDNo88pOKX+91CGfu52ai1CwWf5/5Fw7QHs0+sGsg/cnK28BbuilxkeOZefpzli3zL MDwAaoTZeTqFMyY7vpyTyLIKi1Ki/fc= From: Denis Benato To: linux-kernel@vger.kernel.org Cc: platform-driver-x86@vger.kernel.org, "Hans de Goede" , =?UTF-8?q?Ilpo=20J=C3=A4rvinen?= , "Luke D . Jones" , "Mateusz Schyboll" , "Denis Benato" , Denis Benato Subject: [PATCH 2/3] asus-armoury: fix ppt data for GA403U* renaming to GA403UI Date: Sat, 3 Jan 2026 01:37:30 +0100 Message-ID: <20260103003731.404383-3-denis.benato@linux.dev> In-Reply-To: <20260103003731.404383-1-denis.benato@linux.dev> References: <20260103003731.404383-1-denis.benato@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT Content-Type: text/plain; charset="utf-8" As some GA403U may have different limits restrict the DMI match to the specific GA403UI model. Fixes: 39ae6c50e599 ("platform/x86: asus-armoury: add ppt_* and nv_* tuning= knobs") Signed-off-by: Denis Benato --- drivers/platform/x86/asus-armoury.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/platform/x86/asus-armoury.h b/drivers/platform/x86/asu= s-armoury.h index 8184107e565f..774aa696be4e 100644 --- a/drivers/platform/x86/asus-armoury.h +++ b/drivers/platform/x86/asus-armoury.h @@ -843,7 +843,7 @@ static const struct dmi_system_id power_limits[] =3D { }, { .matches =3D { - DMI_MATCH(DMI_BOARD_NAME, "GA403U"), + DMI_MATCH(DMI_BOARD_NAME, "GA403UI"), }, .driver_data =3D &(struct power_data) { .ac_data =3D &(struct power_limits) { --=20 2.52.0 From nobody Mon Feb 9 04:28:46 2026 Received: from out-171.mta1.migadu.com (out-171.mta1.migadu.com [95.215.58.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BB9701B81CA for ; Sat, 3 Jan 2026 00:37:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.171 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767400673; cv=none; b=hf4tqcJdDZ14IOMz+m0mQF1qevzIHo6OounWrKsGvFLvB0rPMCmgPS3PFcOB8YeCqhdF+d7n8XjwRRVilriZnTDIbkZs5c0EwNUTtHP70YUllY82JZCfmqy1Qv/ySHc9MXmiiT/5zPdSyRQU8vZ4CeEi7l2hja/F4FtHCDMCa2k= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767400673; c=relaxed/simple; bh=acyEzlR9Kl/3n3pwxPGFMAkK+3WFsW64He4Zhup1AK0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=b9om7mahaE+m2wOn16orWFYmy+9NdAgTIYtab8NUgNVyDCK72AF1vsH8hpun69D0ydxhVi2iBnE9KNIG+O1u2yEcjRaF+GzIJya1Uqj2YH6H9O8J3HGEThryUOj9gOYmQmrVXwilgIB+ur7tOEvJY7s6Kz1YRYuQ0ziD/7m4smA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=rLYMsiWB; arc=none smtp.client-ip=95.215.58.171 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="rLYMsiWB" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1767400670; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nX7WJVDgHnfGh44MaVBXRTQtMzsRKBpFWpeXycXnJZw=; b=rLYMsiWBYWrzLWpoBlMFQLzspSKdh8s2ptBoyap2jqyu6XM0qu++298VjB4vvpNS7/7G/8 /D8K9ZG4v2QvgoIjqPHhm95gEpv6+C76zIbdOisgIh8G70hTSruZn2ruAXeMemPgxGuuc1 yyIIO9VO8GilHMnGPRuWLxaDQqUijT4= From: Denis Benato To: linux-kernel@vger.kernel.org Cc: platform-driver-x86@vger.kernel.org, "Hans de Goede" , =?UTF-8?q?Ilpo=20J=C3=A4rvinen?= , "Luke D . Jones" , "Mateusz Schyboll" , "Denis Benato" , Denis Benato Subject: [PATCH 3/3] platform/x86: asus-armoury: add support for GA403UV Date: Sat, 3 Jan 2026 01:37:31 +0100 Message-ID: <20260103003731.404383-4-denis.benato@linux.dev> In-Reply-To: <20260103003731.404383-1-denis.benato@linux.dev> References: <20260103003731.404383-1-denis.benato@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT Content-Type: text/plain; charset="utf-8" Add TDP data for laptop model GA403UV. Signed-off-by: Denis Benato --- drivers/platform/x86/asus-armoury.h | 32 +++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/drivers/platform/x86/asus-armoury.h b/drivers/platform/x86/asu= s-armoury.h index 774aa696be4e..bc8fb54c4af0 100644 --- a/drivers/platform/x86/asus-armoury.h +++ b/drivers/platform/x86/asus-armoury.h @@ -873,6 +873,38 @@ static const struct dmi_system_id power_limits[] =3D { .requires_fan_curve =3D true, }, }, + { + .matches =3D { + DMI_MATCH(DMI_BOARD_NAME, "GA403UV"), + }, + .driver_data =3D &(struct power_data) { + .ac_data =3D &(struct power_limits) { + .ppt_pl1_spl_min =3D 15, + .ppt_pl1_spl_max =3D 80, + .ppt_pl2_sppt_min =3D 25, + .ppt_pl2_sppt_max =3D 80, + .ppt_pl3_fppt_min =3D 35, + .ppt_pl3_fppt_max =3D 80, + .nv_dynamic_boost_min =3D 5, + .nv_dynamic_boost_max =3D 25, + .nv_temp_target_min =3D 75, + .nv_temp_target_max =3D 87, + .nv_tgp_min =3D 55, + .nv_tgp_max =3D 65, + }, + .dc_data =3D &(struct power_limits) { + .ppt_pl1_spl_min =3D 15, + .ppt_pl1_spl_max =3D 35, + .ppt_pl2_sppt_min =3D 25, + .ppt_pl2_sppt_max =3D 35, + .ppt_pl3_fppt_min =3D 35, + .ppt_pl3_fppt_max =3D 65, + .nv_temp_target_min =3D 75, + .nv_temp_target_max =3D 87, + }, + .requires_fan_curve =3D true, + }, + }, { .matches =3D { DMI_MATCH(DMI_BOARD_NAME, "GA403WR"), --=20 2.52.0