RE: [PATCH 1/2] drm/amd/swsmu: allow asic to handle sensor type by itself

2020-07-26 Thread Feng, Kenneth
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Kenneth Feng -Original Message- From: Wang, Kevin(Yang) Sent: Monday, July 27, 2020 11:05 AM To: amd-gfx@lists.freedesktop.org Cc: Feng, Kenneth ; Wang, Kevin(Yang) Subject: [PATCH 1/2] drm/amd/swsmu: allow asic

[PATCH 1/2] drm/amd/swsmu: allow asic to handle sensor type by itself

2020-07-26 Thread Kevin Wang
1. allow asic to handle sensor type by itself. 2. if not, use smu common sensor to handle it. Signed-off-by: Kevin Wang --- drivers/gpu/drm/amd/powerplay/amdgpu_smu.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/powerplay/amdgpu_smu.c