aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/vi.c
diff options
context:
space:
mode:
authorDavid Zhang <david1.zhang@amd.com>2015-07-30 19:42:11 -0400
committerAlex Deucher <alexander.deucher@amd.com>2015-08-17 16:50:27 -0400
commitaf15a2d51dba75498b7802fd67399a093961ddc4 (patch)
tree8239b4f19fb60e768e7849bea4c08add98f55456 /drivers/gpu/drm/amd/amdgpu/vi.c
parent843908604d72a1988d94936d9c34768eb8de97a6 (diff)
drm/amdgpu: Add Fiji support to the GFX 8.0 IP module (v2)
v2: agd5f: fix the rb setup. Signed-off-by: David Zhang <david1.zhang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/vi.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/vi.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vi.c b/drivers/gpu/drm/amd/amdgpu/vi.c
index aeeaaca7cf4c..0cd248b937e8 100644
--- a/drivers/gpu/drm/amd/amdgpu/vi.c
+++ b/drivers/gpu/drm/amd/amdgpu/vi.c
@@ -1202,6 +1202,13 @@ static const struct amdgpu_ip_block_version fiji_ip_blocks[] =
1202 .rev = 0, 1202 .rev = 0,
1203 .funcs = &dce_v10_0_ip_funcs, 1203 .funcs = &dce_v10_0_ip_funcs,
1204 }, 1204 },
1205 {
1206 .type = AMD_IP_BLOCK_TYPE_GFX,
1207 .major = 8,
1208 .minor = 0,
1209 .rev = 0,
1210 .funcs = &gfx_v8_0_ip_funcs,
1211 },
1205}; 1212};
1206 1213
1207static const struct amdgpu_ip_block_version cz_ip_blocks[] = 1214static const struct amdgpu_ip_block_version cz_ip_blocks[] =