X86 platform drivers
 help / color / mirror / Atom feed
From: Mario Limonciello <mario.limonciello@amd.com>
To: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>,
	hdegoede@redhat.com, ilpo.jarvinen@linux.intel.com
Cc: platform-driver-x86@vger.kernel.org, Patil.Reddy@amd.com,
	Yijun.Shen@dell.com
Subject: Re: [PATCH 00/10] Enhancements to PMF Driver for Improved Custom BIOS Input Handling
Date: Mon, 12 May 2025 12:26:11 -0500	[thread overview]
Message-ID: <78abfbd5-5424-4a5e-8a4e-f93e9aef7948@amd.com> (raw)
In-Reply-To: <20250509072654.713629-1-Shyam-sundar.S-k@amd.com>

On 5/9/2025 2:26 AM, Shyam Sundar S K wrote:
> This patch series includes the following changes to the PMF driver:
> 
> - Implement support for modifying PMF PPT and PPT APU thresholds
> - Enable custom BIOS input support for AMD_CPU_ID_PS
> - Add the is_apmf_bios_input_notifications_supported() helper function
> - Correct the handling mechanism for custom BIOS inputs
> - Maintain a record of past custom BIOS inputs
> - Process early custom BIOS inputs
> - Initiate enact() earlier to address the initial custom BIOS input
> 
> 
> Changes based on review-ilpo-next with tip
> 'commit d430124bac58 ("platform/x86/tuxedo: Add virtual LampArray for TUXEDO NB04 devices")'
> 
> Shyam Sundar S K (10):
>    platform/x86/amd/pmf: Add support for adjusting PMF PPT and PPT APU
>      thresholds
>    platform/x86/amd/pmf: Fix the custom bios input handling mechanism
>    platform/x86/amd/pmf: Extend custom BIOS inputs for more policies
>    platform/x86/amd/pmf: Update ta_pmf_action structure member
>    platform/x86/amd/pmf: Add helper to verify BIOS input notifications
>      are enable/disable
>    platform/x86/amd/pmf: Add custom BIOS input support for AMD_CPU_ID_PS
>    platform/x86/amd/pmf: Use amd_pmf_update_bios_inputs() helper
>    platform/x86/amd/pmf: Preserve custom BIOS inputs for evaluating the
>      policies
>    platform/x86/amd/pmf: Call enact function sooner to process early
>      pending requests
>    platform/x86/amd/pmf: Add debug logs for pending requests and custom
>      BIOS inputs
> 
>   drivers/platform/x86/amd/pmf/acpi.c   | 60 +++++++++++++++++++-
>   drivers/platform/x86/amd/pmf/pmf.h    | 80 ++++++++++++++++++++++++---
>   drivers/platform/x86/amd/pmf/spc.c    | 51 +++++++++++++----
>   drivers/platform/x86/amd/pmf/tee-if.c | 19 ++++++-
>   4 files changed, 191 insertions(+), 19 deletions(-)
> 

Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>

      parent reply	other threads:[~2025-05-12 17:26 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-09  7:26 [PATCH 00/10] Enhancements to PMF Driver for Improved Custom BIOS Input Handling Shyam Sundar S K
2025-05-09  7:26 ` [PATCH 01/10] platform/x86/amd/pmf: Add support for adjusting PMF PPT and PPT APU thresholds Shyam Sundar S K
2025-06-10 16:12   ` Ilpo Järvinen
2025-06-17  7:15     ` Shyam Sundar S K
2025-05-09  7:26 ` [PATCH 02/10] platform/x86/amd/pmf: Fix the custom bios input handling mechanism Shyam Sundar S K
2025-05-09  7:26 ` [PATCH 03/10] platform/x86/amd/pmf: Extend custom BIOS inputs for more policies Shyam Sundar S K
2025-06-10 15:58   ` Ilpo Järvinen
2025-05-09  7:26 ` [PATCH 04/10] platform/x86/amd/pmf: Update ta_pmf_action structure member Shyam Sundar S K
2025-05-09  7:26 ` [PATCH 05/10] platform/x86/amd/pmf: Add helper to verify BIOS input notifications are enable/disable Shyam Sundar S K
2025-06-10 16:01   ` Ilpo Järvinen
2025-05-09  7:26 ` [PATCH 06/10] platform/x86/amd/pmf: Add custom BIOS input support for AMD_CPU_ID_PS Shyam Sundar S K
2025-05-09  7:26 ` [PATCH 07/10] platform/x86/amd/pmf: Use amd_pmf_update_bios_inputs() helper Shyam Sundar S K
2025-06-10 15:56   ` Ilpo Järvinen
2025-05-09  7:26 ` [PATCH 08/10] platform/x86/amd/pmf: Preserve custom BIOS inputs for evaluating the policies Shyam Sundar S K
2025-05-09  7:26 ` [PATCH 09/10] platform/x86/amd/pmf: Call enact function sooner to process early pending requests Shyam Sundar S K
2025-06-10 16:19   ` Ilpo Järvinen
2025-05-09  7:26 ` [PATCH 10/10] platform/x86/amd/pmf: Add debug logs for pending requests and custom BIOS inputs Shyam Sundar S K
2025-05-12  8:13 ` [PATCH 00/10] Enhancements to PMF Driver for Improved Custom BIOS Input Handling Shen, Yijun
2025-05-12 17:26 ` Mario Limonciello [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=78abfbd5-5424-4a5e-8a4e-f93e9aef7948@amd.com \
    --to=mario.limonciello@amd.com \
    --cc=Patil.Reddy@amd.com \
    --cc=Shyam-sundar.S-k@amd.com \
    --cc=Yijun.Shen@dell.com \
    --cc=hdegoede@redhat.com \
    --cc=ilpo.jarvinen@linux.intel.com \
    --cc=platform-driver-x86@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox