aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeifei Xu <[email protected]>2018-04-20 18:35:42 +0800
committerAlex Deucher <[email protected]>2018-05-17 10:13:18 -0500
commit7c7af6c10d5dc733c2f181f653cb0a5b64e372a5 (patch)
treea8a1868f8a924a3da89b615a156dc4cd1e61dac6
parent8ee273e516a096ee00b3be7cc15c8924aa3b1ef1 (diff)
drm/amdgpu/soc15: Add ip blocks for vega20 (v2)
Same as vega10 now. v2: squash in typo fix Reviewed-by: Christian König <[email protected]> Signed-off-by: Feifei Xu <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r--drivers/gpu/drm/amd/amdgpu/soc15.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c
index c3133d16de77..10337fb3fc1f 100644
--- a/drivers/gpu/drm/amd/amdgpu/soc15.c
+++ b/drivers/gpu/drm/amd/amdgpu/soc15.c
@@ -508,6 +508,7 @@ int soc15_set_ip_blocks(struct amdgpu_device *adev)
switch (adev->asic_type) {
case CHIP_VEGA10:
case CHIP_VEGA12:
+ case CHIP_VEGA20:
amdgpu_device_ip_block_add(adev, &vega10_common_ip_block);
amdgpu_device_ip_block_add(adev, &gmc_v9_0_ip_block);
amdgpu_device_ip_block_add(adev, &vega10_ih_ip_block);