summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/vi.c
diff options
context:
space:
mode:
authorDavid Zhang <david1.zhang@amd.com>2015-07-07 17:11:52 (GMT)
committerAlex Deucher <alexander.deucher@amd.com>2015-08-17 20:50:24 (GMT)
commit127a262853a4ca8a9284f58241c733ff074f8327 (patch)
tree8624f7bb574f05c406b7bf0b24ff34fc881b241b /drivers/gpu/drm/amd/amdgpu/vi.c
parent48299f95f75b695329c53a33dd6673ccf1b5a03f (diff)
downloadlinux-127a262853a4ca8a9284f58241c733ff074f8327.tar.xz
drm/amdgpu: Add Fiji support to the GMC 8.5 IP 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.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vi.c b/drivers/gpu/drm/amd/amdgpu/vi.c
index 7d1ae24..e295088 100644
--- a/drivers/gpu/drm/amd/amdgpu/vi.c
+++ b/drivers/gpu/drm/amd/amdgpu/vi.c
@@ -1173,7 +1173,14 @@ static const struct amdgpu_ip_block_version fiji_ip_blocks[] =
.minor = 0,
.rev = 0,
.funcs = &vi_common_ip_funcs,
- }
+ },
+ {
+ .type = AMD_IP_BLOCK_TYPE_GMC,
+ .major = 8,
+ .minor = 5,
+ .rev = 0,
+ .funcs = &gmc_v8_0_ip_funcs,
+ },
};
static const struct amdgpu_ip_block_version cz_ip_blocks[] =