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 7815ac7d446f..552d9e75ad1b 100644 --- a/drivers/gpu/drm/amd/amdgpu/vi.c +++ b/drivers/gpu/drm/amd/amdgpu/vi.c | |||
@@ -1223,6 +1223,13 @@ static const struct amdgpu_ip_block_version fiji_ip_blocks[] = | |||
1223 | .rev = 0, | 1223 | .rev = 0, |
1224 | .funcs = &uvd_v6_0_ip_funcs, | 1224 | .funcs = &uvd_v6_0_ip_funcs, |
1225 | }, | 1225 | }, |
1226 | { | ||
1227 | .type = AMD_IP_BLOCK_TYPE_VCE, | ||
1228 | .major = 3, | ||
1229 | .minor = 0, | ||
1230 | .rev = 0, | ||
1231 | .funcs = &vce_v3_0_ip_funcs, | ||
1232 | }, | ||
1226 | }; | 1233 | }; |
1227 | 1234 | ||
1228 | static const struct amdgpu_ip_block_version cz_ip_blocks[] = | 1235 | static const struct amdgpu_ip_block_version cz_ip_blocks[] = |