Re: [PATCH v2 2/5] drm/amd/pm: Use same metric table for APU

2024-09-13 Thread Lazar, Lijo
On 9/12/2024 5:29 PM, Asad Kamal wrote: > Use same metric table for APU and Non APU systems > for smu_v_13_0_6 to get metric data based on newer pmfw > versions > > v2: Use inline func to check for ubified metrics support > Typo -ubified => unified Reviewed-by: Lijo Lazar Thanks,

[PATCH v2 2/5] drm/amd/pm: Use same metric table for APU

2024-09-12 Thread Asad Kamal
Use same metric table for APU and Non APU systems for smu_v_13_0_6 to get metric data based on newer pmfw versions v2: Use inline func to check for ubified metrics support Signed-off-by: Asad Kamal --- .../drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c | 102 ++ 1 file changed, 55 in