drm/amdgpu/virtual_dce: add vega12 support
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 1 Sep 2017 20:37:59 +0000 (16:37 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 21 Mar 2018 19:24:35 +0000 (14:24 -0500)
Add virtual dce support for vega12.

Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Feifei Xu <Feifei.Xu@amd.com>
drivers/gpu/drm/amd/amdgpu/dce_virtual.c

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