]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit67d2e9e7bc20a1f6b6c466a29d27dcc9948bd030
treefa82f7a168eeb680c2fabf3ff1558c5487e55156
parentf0ffa681ac6f09acb6c2e74f53cc9e72c1a98ce0
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