OSDN Git Service

drm/amdgpu/virtual_dce: Add vega20 support
authorFeifei Xu <Feifei.Xu@amd.com>
Fri, 20 Apr 2018 05:48:23 +0000 (13:48 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 17 May 2018 15:13:13 +0000 (10:13 -0500)
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Feifei Xu <Feifei.Xu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/dce_virtual.c

index de7be3d..dbf2ccd 100644 (file)
@@ -473,6 +473,7 @@ static int dce_virtual_hw_init(void *handle)
                break;
        case CHIP_VEGA10:
        case CHIP_VEGA12:
+       case CHIP_VEGA20:
                break;
        default:
                DRM_ERROR("Virtual display unsupported ASIC type: 0x%X\n", adev->asic_type);