RE: [PATCH] drm/amd/pm: Use macro to initialize metrics table

2025-04-28 Thread Kamal, Asad
Yang(Kevin) Subject: [PATCH] drm/amd/pm: Use macro to initialize metrics table Helps to keep a build time check about usage of right datatype and avoids maintainence as new versions get added. Signed-off-by: Lijo Lazar --- drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c | 67 -- dri

Re: [PATCH] drm/amd/pm: Use macro to initialize metrics table

2025-04-28 Thread Wang, Yang(Kevin)
, 2025 11:47 上午 收件人: Lazar, Lijo ; amd-gfx@lists.freedesktop.org 抄送: Deucher, Alexander ; Kamal, Asad ; Wang, Yang(Kevin) 主题: RE: [PATCH] drm/amd/pm: Use macro to initialize metrics table [AMD Official Use Only - AMD Internal Distribution Only] Reviewed-by: Hawking Zhang Regards, Hawking

RE: [PATCH] drm/amd/pm: Use macro to initialize metrics table

2025-04-28 Thread Zhang, Hawking
) Subject: [PATCH] drm/amd/pm: Use macro to initialize metrics table Helps to keep a build time check about usage of right datatype and avoids maintainence as new versions get added. Signed-off-by: Lijo Lazar --- drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c | 67 -- drivers/gpu

[PATCH] drm/amd/pm: Use macro to initialize metrics table

2025-04-28 Thread Lijo Lazar
Helps to keep a build time check about usage of right datatype and avoids maintainence as new versions get added. Signed-off-by: Lijo Lazar --- drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c | 67 -- drivers/gpu/drm/amd/pm/swsmu/smu_cmn.h | 13 - 2 files changed, 11 insertion