diff options
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 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[] = | |||
1188 | .rev = 0, | 1188 | .rev = 0, |
1189 | .funcs = &tonga_ih_ip_funcs, | 1189 | .funcs = &tonga_ih_ip_funcs, |
1190 | }, | 1190 | }, |
1191 | { | ||
1192 | .type = AMD_IP_BLOCK_TYPE_SMC, | ||
1193 | .major = 7, | ||
1194 | .minor = 1, | ||
1195 | .rev = 0, | ||
1196 | .funcs = &fiji_dpm_ip_funcs, | ||
1197 | }, | ||
1191 | }; | 1198 | }; |
1192 | 1199 | ||
1193 | static const struct amdgpu_ip_block_version cz_ip_blocks[] = | 1200 | static const struct amdgpu_ip_block_version cz_ip_blocks[] = |