]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Remove dead code in amdgpu_pm.c
authorRex Zhu <Rex.Zhu@amd.com>
Thu, 23 Aug 2018 07:45:15 +0000 (15:45 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 27 Aug 2018 20:11:22 +0000 (15:11 -0500)
commit686f0b08b88f435ccf71545ca29845a4e1cbf6f2
treefdf1d9550e4ee5fffab7c2759869a09cd8c1836c
parentf7e08688641a6976a9bd4af547e1c4c134d94d97
drm/amdgpu: Remove dead code in amdgpu_pm.c

As we have unify powergate_uvd/vce/mmhub to set_powergating_by_smu,
and set_powergating_by_smu was supported by both dpm and powerplay.
so remove the else case.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c