diff options
author | Feifei Xu <Feifei.Xu@amd.com> | 2018-04-20 01:48:23 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-05-17 11:13:13 -0400 |
commit | a2c319b63ea377bce4f278d4ca1cb4d6da31e4fb (patch) | |
tree | 3a262520d3209f8d921e1b2e947c1ceef2fd02d9 /drivers/gpu/drm/amd/amdgpu/dce_virtual.c | |
parent | 341b4ce2330b0af3fa09db545dc2d552a99dbdec (diff) |
drm/amdgpu/virtual_dce: Add vega20 support
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/dce_virtual.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/dce_virtual.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/dce_virtual.c b/drivers/gpu/drm/amd/amdgpu/dce_virtual.c index de7be3de0f41..dbf2ccd0c744 100644 --- a/drivers/gpu/drm/amd/amdgpu/dce_virtual.c +++ b/drivers/gpu/drm/amd/amdgpu/dce_virtual.c | |||
@@ -473,6 +473,7 @@ static int dce_virtual_hw_init(void *handle) | |||
473 | break; | 473 | break; |
474 | case CHIP_VEGA10: | 474 | case CHIP_VEGA10: |
475 | case CHIP_VEGA12: | 475 | case CHIP_VEGA12: |
476 | case CHIP_VEGA20: | ||
476 | break; | 477 | break; |
477 | default: | 478 | default: |
478 | DRM_ERROR("Virtual display unsupported ASIC type: 0x%X\n", adev->asic_type); | 479 | DRM_ERROR("Virtual display unsupported ASIC type: 0x%X\n", adev->asic_type); |