OSDN Git Service

drm/amdgpu/pm: remove check for pp funcs in freq sysfs handlers
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 17 Jul 2019 18:10:39 +0000 (13:10 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 18 Jul 2019 19:11:47 +0000 (14:11 -0500)
commit8a5b5d425e5454fdef0e5457826f4aa7f96cf463
tree47249aef8147ad27f61df09f5c1952094df9af80
parent02316e963a5a2217aa13f64bb5fc37a3a6d0f5ef
drm/amdgpu/pm: remove check for pp funcs in freq sysfs handlers

The dpm sensor function already does this for us.  This fixes
the freq*_input files with the new SMU implementation.

Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c