Skip to content

Commit 20062b6

Browse files
committed
platform/x86/amd/pmf: Update ta_pmf_action structure member
JIRA: https://issues.redhat.com/browse/RHEL-73301 commit 37336ec Author: Shyam Sundar S K <Shyam-sundar.S-k@amd.com> Date: Mon Sep 1 16:31:35 2025 +0530 platform/x86/amd/pmf: Update ta_pmf_action structure member The latest PMF TA has been updated with the additional structure members for internal evaluation. Since this same structure is utilized in the driver, it also needs to be updated on the driver side. Otherwise, there will be a mismatch in the byte sizes when copying data from shared memory. Suggested-by: Yijun Shen <Yijun.Shen@dell.com> Tested-by: Yijun Shen <Yijun.Shen@Dell.com> Signed-off-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com> Link: https://patch.msgid.link/20250901110140.2519072-5-Shyam-sundar.S-k@amd.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Steve Best <sbest@redhat.com>
1 parent 454b3c9 commit 20062b6

File tree

1 file changed

+1
-0
lines changed
  • drivers/platform/x86/amd/pmf

1 file changed

+1
-0
lines changed

drivers/platform/x86/amd/pmf/pmf.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,7 @@ struct ta_pmf_enact_table {
750750
struct ta_pmf_action {
751751
u32 action_index;
752752
u32 value;
753+
u32 spl_arg;
753754
};
754755

755756
/* Output actions from TA */

0 commit comments

Comments
 (0)