Re: [PATCH 2/2] drm/radeon: Add vddc hwmon sensor

2020-08-31 Thread Alex Deucher
On Sun, Aug 30, 2020 at 3:26 AM Sandeep Raghuraman wrote: > Please add a commit message. Also, split this into 2-3 patches: 1. add the new dpm callback 2. add the sumo implementation of the new callback (could be combined with 1) 3. expose the voltage via hwmon For the last patch, you probably

[PATCH 2/2] drm/radeon: Add vddc hwmon sensor

2020-08-30 Thread Sandeep Raghuraman
Signed-off-by: Sandeep Raghuraman --- drivers/gpu/drm/radeon/radeon.h | 1 + drivers/gpu/drm/radeon/radeon_asic.c | 1 + drivers/gpu/drm/radeon/radeon_asic.h | 1 + drivers/gpu/drm/radeon/radeon_pm.c | 21 + drivers/gpu/drm/radeon/sumo_dpm.c| 20 +