RE: [PATCH] drm/amdgpu/pm: remove check for pp funcs in freq sysfs handlers

2019-07-17 Thread Quan, Evan
Reviewed-by: Evan Quan > -Original Message- > From: amd-gfx On Behalf Of Alex > Deucher > Sent: Thursday, July 18, 2019 2:15 AM > To: amd-gfx@lists.freedesktop.org > Cc: Deucher, Alexander > Subject: [PATCH] drm/amdgpu/pm: remove check for pp funcs in freq sysfs &g

[PATCH] drm/amdgpu/pm: remove check for pp funcs in freq sysfs handlers

2019-07-17 Thread Alex Deucher
The dpm sensor function already does this for us. This fixes the freq*_input files with the new SMU implementation. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c