public inbox for platform-driver-x86@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] platform/x86: asus-armoury: add more ppt data
@ 2026-03-09 18:35 Denis Benato
  2026-03-09 18:35 ` [PATCH 1/2] platform/x86: asus-armoury: add support for GA503QM Denis Benato
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Denis Benato @ 2026-03-09 18:35 UTC (permalink / raw)
  To: linux-kernel
  Cc: platform-driver-x86, Hans de Goede, Ilpo Järvinen,
	Luke D . Jones, Mateusz Schyboll, Denis Benato, Denis Benato

Hi all,

this patch series includes PPT data for the models: GA503QM and G614FP.

Cheers,
Denis

Denis Benato (2):
  platform/x86: asus-armoury: add support for GA503QM
  platform/x86: asus-armoury: add support for G614FP

 drivers/platform/x86/asus-armoury.h | 48 +++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

-- 
2.53.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/2] platform/x86: asus-armoury: add support for GA503QM
  2026-03-09 18:35 [PATCH 0/2] platform/x86: asus-armoury: add more ppt data Denis Benato
@ 2026-03-09 18:35 ` Denis Benato
  2026-03-09 18:35 ` [PATCH 2/2] platform/x86: asus-armoury: add support for G614FP Denis Benato
  2026-03-17 13:00 ` [PATCH 0/2] platform/x86: asus-armoury: add more ppt data Ilpo Järvinen
  2 siblings, 0 replies; 4+ messages in thread
From: Denis Benato @ 2026-03-09 18:35 UTC (permalink / raw)
  To: linux-kernel
  Cc: platform-driver-x86, Hans de Goede, Ilpo Järvinen,
	Luke D . Jones, Mateusz Schyboll, Denis Benato, Denis Benato

Add TDP data for laptop model GA503QM.

Signed-off-by: Denis Benato <denis.benato@linux.dev>
---
 drivers/platform/x86/asus-armoury.h | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/drivers/platform/x86/asus-armoury.h b/drivers/platform/x86/asus-armoury.h
index 6e9703bd5017..6565dd4c36c5 100644
--- a/drivers/platform/x86/asus-armoury.h
+++ b/drivers/platform/x86/asus-armoury.h
@@ -1051,6 +1051,20 @@ static const struct dmi_system_id power_limits[] = {
 			.requires_fan_curve = true,
 		},
 	},
+	{
+		.matches = {
+			DMI_MATCH(DMI_BOARD_NAME, "GA503QM"),
+		},
+		.driver_data = &(struct power_data) {
+			.ac_data = &(struct power_limits) {
+				.ppt_pl1_spl_min = 15,
+				.ppt_pl1_spl_def = 35,
+				.ppt_pl1_spl_max = 80,
+				.ppt_pl2_sppt_min = 65,
+				.ppt_pl2_sppt_max = 80,
+			},
+		},
+	},
 	{
 		.matches = {
 			DMI_MATCH(DMI_BOARD_NAME, "GA503QR"),
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] platform/x86: asus-armoury: add support for G614FP
  2026-03-09 18:35 [PATCH 0/2] platform/x86: asus-armoury: add more ppt data Denis Benato
  2026-03-09 18:35 ` [PATCH 1/2] platform/x86: asus-armoury: add support for GA503QM Denis Benato
@ 2026-03-09 18:35 ` Denis Benato
  2026-03-17 13:00 ` [PATCH 0/2] platform/x86: asus-armoury: add more ppt data Ilpo Järvinen
  2 siblings, 0 replies; 4+ messages in thread
From: Denis Benato @ 2026-03-09 18:35 UTC (permalink / raw)
  To: linux-kernel
  Cc: platform-driver-x86, Hans de Goede, Ilpo Järvinen,
	Luke D . Jones, Mateusz Schyboll, Denis Benato, Denis Benato

Add TDP data for laptop model G614FP.

Signed-off-by: Denis Benato <denis.benato@linux.dev>
---
 drivers/platform/x86/asus-armoury.h | 34 +++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/drivers/platform/x86/asus-armoury.h b/drivers/platform/x86/asus-armoury.h
index 6565dd4c36c5..500097e465fd 100644
--- a/drivers/platform/x86/asus-armoury.h
+++ b/drivers/platform/x86/asus-armoury.h
@@ -1549,6 +1549,40 @@ static const struct dmi_system_id power_limits[] = {
 			.requires_fan_curve = true,
 		},
 	},
+	{
+		.matches = {
+			DMI_MATCH(DMI_BOARD_NAME, "G614FP"),
+		},
+		.driver_data = &(struct power_data) {
+			.ac_data = &(struct power_limits) {
+				.ppt_pl1_spl_min = 30,
+				.ppt_pl1_spl_max = 120,
+				.ppt_pl2_sppt_min = 65,
+				.ppt_pl2_sppt_def = 140,
+				.ppt_pl2_sppt_max = 165,
+				.ppt_pl3_fppt_min = 65,
+				.ppt_pl3_fppt_def = 140,
+				.ppt_pl3_fppt_max = 165,
+				.nv_temp_target_min = 75,
+				.nv_temp_target_max = 87,
+				.nv_dynamic_boost_min = 5,
+				.nv_dynamic_boost_max = 15,
+				.nv_tgp_min = 50,
+				.nv_tgp_max = 100,
+			},
+			.dc_data = &(struct power_limits) {
+				.ppt_pl1_spl_min = 25,
+				.ppt_pl1_spl_max = 65,
+				.ppt_pl2_sppt_min = 25,
+				.ppt_pl2_sppt_max = 65,
+				.ppt_pl3_fppt_min = 35,
+				.ppt_pl3_fppt_max = 75,
+				.nv_temp_target_min = 75,
+				.nv_temp_target_max = 87,
+			},
+			.requires_fan_curve = true,
+		},
+	},
 	{
 		.matches = {
 			DMI_MATCH(DMI_BOARD_NAME, "G614J"),
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/2] platform/x86: asus-armoury: add more ppt data
  2026-03-09 18:35 [PATCH 0/2] platform/x86: asus-armoury: add more ppt data Denis Benato
  2026-03-09 18:35 ` [PATCH 1/2] platform/x86: asus-armoury: add support for GA503QM Denis Benato
  2026-03-09 18:35 ` [PATCH 2/2] platform/x86: asus-armoury: add support for G614FP Denis Benato
@ 2026-03-17 13:00 ` Ilpo Järvinen
  2 siblings, 0 replies; 4+ messages in thread
From: Ilpo Järvinen @ 2026-03-17 13:00 UTC (permalink / raw)
  To: linux-kernel, Denis Benato
  Cc: platform-driver-x86, Hans de Goede, Luke D . Jones,
	Mateusz Schyboll, Denis Benato

On Mon, 09 Mar 2026 19:35:56 +0100, Denis Benato wrote:

> this patch series includes PPT data for the models: GA503QM and G614FP.
> 
> Cheers,
> Denis
> 
> Denis Benato (2):
>   platform/x86: asus-armoury: add support for GA503QM
>   platform/x86: asus-armoury: add support for G614FP
> 
> [...]


Thank you for your contribution, it has been applied to my local
review-ilpo-fixes branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-fixes branch only once I've pushed my
local branch there, which might take a while.

The list of commits applied:
[1/2] platform/x86: asus-armoury: add support for GA503QM
      commit: 229a45dc893a1acbdd9083341db60d2e7d1bcef2
[2/2] platform/x86: asus-armoury: add support for G614FP
      commit: 94fcbfa9ddcb70d6aa59ed84f5d25c45ffc994b5

--
 i.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-03-17 13:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-09 18:35 [PATCH 0/2] platform/x86: asus-armoury: add more ppt data Denis Benato
2026-03-09 18:35 ` [PATCH 1/2] platform/x86: asus-armoury: add support for GA503QM Denis Benato
2026-03-09 18:35 ` [PATCH 2/2] platform/x86: asus-armoury: add support for G614FP Denis Benato
2026-03-17 13:00 ` [PATCH 0/2] platform/x86: asus-armoury: add more ppt data Ilpo Järvinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox