Re: [PATCH] drm/amdgpu/powerplay/smu10: refactor AMDGPU_PP_SENSOR_GPU_LOAD

2021-03-19 Thread Alex Deucher
On Fri, Mar 19, 2021 at 3:04 AM Shirish S wrote: > > refactor AMDGPU_PP_SENSOR_GPU_LOAD to ensure code consistency with other > commands > > Signed-off-by: Shirish S Reviewed-by: Alex Deucher > --- > .../gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.c| 13 ++--- > 1 file changed, 6

[PATCH] drm/amdgpu/powerplay/smu10: refactor AMDGPU_PP_SENSOR_GPU_LOAD

2021-03-19 Thread Shirish S
refactor AMDGPU_PP_SENSOR_GPU_LOAD to ensure code consistency with other commands Signed-off-by: Shirish S --- .../gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.c| 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git