drm/amdgpu: Add support for CIK parts
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 20 Apr 2015 21:09:27 +0000 (17:09 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 4 Jun 2015 01:03:17 +0000 (21:03 -0400)
commita2e73f56fa6282481927ec43aa9362c03c2e2104
tree1a9234e60c1a7fe236f7cbd6a32bf42d63425387
parent18da4340e651dd41d698fc54084b9139b614539b
drm/amdgpu: Add support for CIK parts

This patch adds support for CIK parts.  These parts
are also supported by radeon which is the preferred
option, so there is a config option to enable support
for CIK parts in amdgpu for testing.

Acked-by: Christian König <christian.koenig@amd.com>
Acked-by: Jammy Zhou <Jammy.Zhou@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
29 files changed:
drivers/gpu/drm/amd/amdgpu/Makefile
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
drivers/gpu/drm/amd/amdgpu/ci_dpm.c [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/ci_dpm.h [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/ci_smc.c [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/cik.c [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/cik.h [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/cik_dpm.h [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/cik_ih.c [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/cik_ih.h [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/cik_sdma.c [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/cik_sdma.h [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/clearstate_ci.h [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/dce_v8_0.h [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.h [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.h [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/kv_dpm.c [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/kv_dpm.h [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/kv_smc.c [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/smu7.h [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/smu7_discrete.h [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/smu7_fusion.h [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/uvd_v4_2.h [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/vce_v2_0.c [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/vce_v2_0.h [new file with mode: 0644]