[AMD Official Use Only - AMD Internal Distribution Only] Thanks, Kevin Will add sriov check inside.
-----Original Message----- From: Wang, Yang(Kevin) <[email protected]> Sent: Thursday, January 29, 2026 10:32 AM To: Xie, Patrick <[email protected]>; [email protected] Cc: Zhou1, Tao <[email protected]>; Chai, Thomas <[email protected]>; Xie, Patrick <[email protected]> Subject: RE: [PATCH 01/14] drm/amd/pm: add pmfw eeprom messages into uniras interface [AMD Official Use Only - AMD Internal Distribution Only] Reviewed-by: Yang Wang <[email protected]> Btw, it is better to add sriov check inside, what do you think? Best Regards, Kevin -----Original Message----- From: amd-gfx <[email protected]> On Behalf Of Gangliang Xie Sent: Monday, January 26, 2026 11:55 To: [email protected] Cc: Zhou1, Tao <[email protected]>; Chai, Thomas <[email protected]>; Xie, Patrick <[email protected]> Subject: [PATCH 01/14] drm/amd/pm: add pmfw eeprom messages into uniras interface add pmfw eeprom related messages into smu_v13_0_6_ras_send_msg Signed-off-by: Gangliang Xie <[email protected]> --- drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c index 57f4069bc827..81b7fafa1817 100644 --- a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c +++ b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c @@ -3505,6 +3505,13 @@ static int smu_v13_0_6_ras_send_msg(struct smu_context *smu, enum smu_message_ty case SMU_MSG_McaBankDumpDW: case SMU_MSG_McaBankCeDumpDW: case SMU_MSG_ClearMcaOnRead: + case SMU_MSG_GetRASTableVersion: + case SMU_MSG_GetBadPageCount: + case SMU_MSG_GetBadPageMcaAddr: + case SMU_MSG_SetTimestamp: + case SMU_MSG_GetTimestamp: + case SMU_MSG_GetBadPageIpid: + case SMU_MSG_EraseRasTable: ret = smu_cmn_send_smc_msg_with_param(smu, msg, param, read_arg); break; default: -- 2.34.1
