Re: [PATCH Review v3 1/2] drm/amdgpu/pm: support mca_ceumc_addr in ecctable

2022-05-25 Thread Lazar, Lijo
On 5/25/2022 11:40 AM, Stanley.Yang wrote: SMU add a new variable mca_ceumc_addr to record umc correctable error address in EccInfo table, driver side add EccInfo_V2_t to support this feature Changed from V1: remove ecc_table_v2 and unnecessary table id, define union struct include

[PATCH Review v3 1/2] drm/amdgpu/pm: support mca_ceumc_addr in ecctable

2022-05-24 Thread Stanley . Yang
SMU add a new variable mca_ceumc_addr to record umc correctable error address in EccInfo table, driver side add EccInfo_V2_t to support this feature Changed from V1: remove ecc_table_v2 and unnecessary table id, define union struct include EccInfo_t and EccInfo_V2_t. Changed from