aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/dce_virtual.c
diff options
context:
space:
mode:
authorXiangliang.Yu <[email protected]>2017-07-25 09:34:54 +0000
committerAlex Deucher <[email protected]>2017-08-15 18:45:43 +0000
commit4a70af406fc78be22d89b10a26b6f85fc6807c28 (patch)
tree47410d9cf1e6f59342af2ad1d727898a03eb7090 /drivers/gpu/drm/amd/amdgpu/dce_virtual.c
parentMerge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm... (diff)
downloadkernel-4a70af406fc78be22d89b10a26b6f85fc6807c28.tar.gz
kernel-4a70af406fc78be22d89b10a26b6f85fc6807c28.zip
drm/amdgpu/dce_virtual: remove error message for vega10
Vega10 also support virtual display, remove the error message. Signed-off-by: Xiangliang.Yu <[email protected]> Reviewed-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/dce_virtual.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/dce_virtual.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/dce_virtual.c b/drivers/gpu/drm/amd/amdgpu/dce_virtual.c
index 5ed919e45351..b9ee9073cb0d 100644
--- a/drivers/gpu/drm/amd/amdgpu/dce_virtual.c
+++ b/drivers/gpu/drm/amd/amdgpu/dce_virtual.c
@@ -479,6 +479,8 @@ static int dce_virtual_hw_init(void *handle)
#endif
/* no DCE */
break;
+ case CHIP_VEGA10:
+ break;
default:
DRM_ERROR("Virtual display unsupported ASIC type: 0x%X\n", adev->asic_type);
}