[PATCH] drm/amdgpu: use powerplay module for dgpu of VI.
Alex Deucher
alexdeucher at gmail.com
Mon Sep 19 15:40:50 UTC 2016
On Mon, Sep 19, 2016 at 8:17 AM, Rex Zhu <Rex.Zhu at amd.com> wrote:
> delete vi dpm related code and files.
>
> Change-Id: I080de47df12d45be06a72fe229695675cf6648d6
> Signed-off-by: Rex Zhu <Rex.Zhu at amd.com>
> ---
> drivers/gpu/drm/amd/amdgpu/Makefile | 5 +-
> drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c | 13 +-
> drivers/gpu/drm/amd/amdgpu/fiji_dpm.c | 186 ------
> drivers/gpu/drm/amd/amdgpu/fiji_smc.c | 863 --------------------------
> drivers/gpu/drm/amd/amdgpu/fiji_smum.h | 42 --
> drivers/gpu/drm/amd/amdgpu/iceland_dpm.c | 200 ------
> drivers/gpu/drm/amd/amdgpu/iceland_smc.c | 677 --------------------
> drivers/gpu/drm/amd/amdgpu/iceland_smum.h | 41 --
> drivers/gpu/drm/amd/amdgpu/tonga_dpm.c | 186 ------
> drivers/gpu/drm/amd/amdgpu/tonga_smc.c | 862 -------------------------
> drivers/gpu/drm/amd/amdgpu/tonga_smum.h | 42 --
> drivers/gpu/drm/amd/amdgpu/vi.c | 3 +
> 12 files changed, 6 insertions(+), 3114 deletions(-)
> delete mode 100644 drivers/gpu/drm/amd/amdgpu/fiji_dpm.c
> delete mode 100644 drivers/gpu/drm/amd/amdgpu/fiji_smc.c
> delete mode 100644 drivers/gpu/drm/amd/amdgpu/fiji_smum.h
> delete mode 100644 drivers/gpu/drm/amd/amdgpu/iceland_dpm.c
> delete mode 100644 drivers/gpu/drm/amd/amdgpu/iceland_smc.c
> delete mode 100644 drivers/gpu/drm/amd/amdgpu/iceland_smum.h
> delete mode 100644 drivers/gpu/drm/amd/amdgpu/tonga_dpm.c
> delete mode 100644 drivers/gpu/drm/amd/amdgpu/tonga_smc.c
> delete mode 100644 drivers/gpu/drm/amd/amdgpu/tonga_smum.h
Reviewed-by: Alex Deucher <alexander.deucher at amd.com>
More information about the amd-gfx
mailing list