summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/vi.c
diff options
context:
space:
mode:
authorDavid Zhang <david1.zhang@amd.com>2015-07-08 01:23:25 +0800
committerAlex Deucher <alexander.deucher@amd.com>2015-08-17 16:50:26 -0400
commit8e711e1a1ad3a95883ae15deead593d22e57c3f1 (patch)
tree3d62102efe8396a96aa1326e957f5c6244637ef8 /drivers/gpu/drm/amd/amdgpu/vi.c
parentd1c4dcfb76a0053ca7bcc90608b3699ac1e1b39d (diff)
drm/amdgpu: Add Fiji support to SMC and DPM (v2)
v2: agd5f: prepare for release 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 0549b814916a..505d9c2ca482 100644
--- a/drivers/gpu/drm/amd/amdgpu/vi.c
+++ b/drivers/gpu/drm/amd/amdgpu/vi.c
@@ -1188,6 +1188,13 @@ static const struct amdgpu_ip_block_version fiji_ip_blocks[] =
.rev = 0,
.funcs = &tonga_ih_ip_funcs,
},
+ {
+ .type = AMD_IP_BLOCK_TYPE_SMC,
+ .major = 7,
+ .minor = 1,
+ .rev = 0,
+ .funcs = &fiji_dpm_ip_funcs,
+ },
};
static const struct amdgpu_ip_block_version cz_ip_blocks[] =