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 8881dd82fd68..7815ac7d446f 100644 --- a/drivers/gpu/drm/amd/amdgpu/vi.c +++ b/drivers/gpu/drm/amd/amdgpu/vi.c | |||
@@ -1216,6 +1216,13 @@ static const struct amdgpu_ip_block_version fiji_ip_blocks[] = | |||
1216 | .rev = 0, | 1216 | .rev = 0, |
1217 | .funcs = &sdma_v3_0_ip_funcs, | 1217 | .funcs = &sdma_v3_0_ip_funcs, |
1218 | }, | 1218 | }, |
1219 | { | ||
1220 | .type = AMD_IP_BLOCK_TYPE_UVD, | ||
1221 | .major = 6, | ||
1222 | .minor = 0, | ||
1223 | .rev = 0, | ||
1224 | .funcs = &uvd_v6_0_ip_funcs, | ||
1225 | }, | ||
1219 | }; | 1226 | }; |
1220 | 1227 | ||
1221 | static const struct amdgpu_ip_block_version cz_ip_blocks[] = | 1228 | static const struct amdgpu_ip_block_version cz_ip_blocks[] = |