Commit e48a3cd9 authored by Alex Deucher's avatar Alex Deucher

drm/amdgpu: set asic family and ip blocks for vega12

soc15 just like vega10 and raven.
Acked-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Reviewed-by: default avatarFeifei Xu <Feifei.Xu@amd.com>
parent 3f76dced
...@@ -1471,6 +1471,7 @@ static int amdgpu_device_ip_early_init(struct amdgpu_device *adev) ...@@ -1471,6 +1471,7 @@ static int amdgpu_device_ip_early_init(struct amdgpu_device *adev)
break; break;
#endif #endif
case CHIP_VEGA10: case CHIP_VEGA10:
case CHIP_VEGA12:
case CHIP_RAVEN: case CHIP_RAVEN:
if (adev->asic_type == CHIP_RAVEN) if (adev->asic_type == CHIP_RAVEN)
adev->family = AMDGPU_FAMILY_RV; adev->family = AMDGPU_FAMILY_RV;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment