Re: [PATCH 1/3] drm/amd/powerplay: drop unnecessary SMU_MSG_GetDpmClockFreq check

2020-06-09 Thread Alex Deucher
On Tue, Jun 9, 2020 at 6:20 AM Evan Quan wrote: > > Since SMU_MSG_GetDpmClockFreq is known to be supported for Vega20 > and before ASICs only. For those ASICs supporting swSMU, it is not > supported. > > Change-Id: I8ee71664baa32e40df5bb793550785120f3770c6 > Signed-off-by: Evan Quan Reviewed-by:

[PATCH 1/3] drm/amd/powerplay: drop unnecessary SMU_MSG_GetDpmClockFreq check

2020-06-09 Thread Evan Quan
Since SMU_MSG_GetDpmClockFreq is known to be supported for Vega20 and before ASICs only. For those ASICs supporting swSMU, it is not supported. Change-Id: I8ee71664baa32e40df5bb793550785120f3770c6 Signed-off-by: Evan Quan --- drivers/gpu/drm/amd/powerplay/smu_v11_0.c | 17 +++-- 1 fi