OSDN Git Service

drm/amdgpu: use powerplay module for dgpu in Vi.
authorRex Zhu <Rex.Zhu@amd.com>
Mon, 19 Sep 2016 07:44:50 +0000 (15:44 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 22 Sep 2016 14:24:20 +0000 (10:24 -0400)
commit9487dd1548d600161485ee5528cec36ccff96edd
treefa82f7a168eeb680c2fabf3ff1558c5487e55156
parenta8ca34136453b5a570b514e466f8b0b9efd71df2
drm/amdgpu: use powerplay module for dgpu in Vi.

delete non-pp code and files. It was just a temporary
solution and not support dynamic power management.

Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Acked-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
12 files changed:
drivers/gpu/drm/amd/amdgpu/Makefile
drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c
drivers/gpu/drm/amd/amdgpu/fiji_dpm.c [deleted file]
drivers/gpu/drm/amd/amdgpu/fiji_smc.c [deleted file]
drivers/gpu/drm/amd/amdgpu/fiji_smum.h [deleted file]
drivers/gpu/drm/amd/amdgpu/iceland_dpm.c [deleted file]
drivers/gpu/drm/amd/amdgpu/iceland_smc.c [deleted file]
drivers/gpu/drm/amd/amdgpu/iceland_smum.h [deleted file]
drivers/gpu/drm/amd/amdgpu/tonga_dpm.c [deleted file]
drivers/gpu/drm/amd/amdgpu/tonga_smc.c [deleted file]
drivers/gpu/drm/amd/amdgpu/tonga_smum.h [deleted file]
drivers/gpu/drm/amd/amdgpu/vi.c