diff options
author | David Zhang <david1.zhang@amd.com> | 2015-07-08 09:40:31 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-08-17 16:50:24 -0400 |
commit | aa8a3b5395f61ee2418ea33c6f2d95b432a13f35 (patch) | |
tree | d1d70f54d3ff095aeb7b35fee03d4472d0677e3b /drivers/gpu/drm/amd/amdgpu/vi.c | |
parent | 127a262853a4ca8a9284f58241c733ff074f8327 (diff) |
drm/amdgpu: Add Fiji support to IH module
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.c | 7 |
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 e295088a0408..0549b814916a 100644 --- a/drivers/gpu/drm/amd/amdgpu/vi.c +++ b/drivers/gpu/drm/amd/amdgpu/vi.c | |||
@@ -1181,6 +1181,13 @@ static const struct amdgpu_ip_block_version fiji_ip_blocks[] = | |||
1181 | .rev = 0, | 1181 | .rev = 0, |
1182 | .funcs = &gmc_v8_0_ip_funcs, | 1182 | .funcs = &gmc_v8_0_ip_funcs, |
1183 | }, | 1183 | }, |
1184 | { | ||
1185 | .type = AMD_IP_BLOCK_TYPE_IH, | ||
1186 | .major = 3, | ||
1187 | .minor = 0, | ||
1188 | .rev = 0, | ||
1189 | .funcs = &tonga_ih_ip_funcs, | ||
1190 | }, | ||
1184 | }; | 1191 | }; |
1185 | 1192 | ||
1186 | static const struct amdgpu_ip_block_version cz_ip_blocks[] = | 1193 | static const struct amdgpu_ip_block_version cz_ip_blocks[] = |