From: Shyam Sundar S K Date: Mon, 1 Sep 2025 11:01:35 +0000 (+0530) Subject: platform/x86/amd/pmf: Update ta_pmf_action structure member X-Git-Tag: v6.18-rc1~82^2~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37336ecb06a81e7c4fb3e89dbb04169c0e523069;p=thirdparty%2Fkernel%2Flinux.git 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 Tested-by: Yijun Shen Signed-off-by: Shyam Sundar S K Link: https://patch.msgid.link/20250901110140.2519072-5-Shyam-sundar.S-k@amd.com Reviewed-by: Ilpo Järvinen Signed-off-by: Ilpo Järvinen --- diff --git a/drivers/platform/x86/amd/pmf/pmf.h b/drivers/platform/x86/amd/pmf/pmf.h index 2fcdc2493552a..f5e874b10f0fd 100644 --- a/drivers/platform/x86/amd/pmf/pmf.h +++ b/drivers/platform/x86/amd/pmf/pmf.h @@ -750,6 +750,7 @@ struct ta_pmf_enact_table { struct ta_pmf_action { u32 action_index; u32 value; + u32 spl_arg; }; /* Output actions from TA */