]> Git Repo - linux.git/commitdiff
drm/amdgpu: set asic family for vega20.
authorFeifei Xu <[email protected]>
Fri, 20 Apr 2018 04:33:33 +0000 (12:33 +0800)
committerAlex Deucher <[email protected]>
Thu, 17 May 2018 15:13:10 +0000 (10:13 -0500)
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Feifei Xu <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c

index 3a8d4bcd95f503b9f3b8b7f1cfd1796e1355b2ef..2d46ad7bd8fcf584140a1091ab4f50bef6cfcc2e 100644 (file)
@@ -1523,6 +1523,7 @@ static int amdgpu_device_ip_early_init(struct amdgpu_device *adev)
 #endif
        case CHIP_VEGA10:
        case CHIP_VEGA12:
+       case CHIP_VEGA20:
        case CHIP_RAVEN:
                if (adev->asic_type == CHIP_RAVEN)
                        adev->family = AMDGPU_FAMILY_RV;
This page took 0.065434 seconds and 4 git commands to generate.