drm/amdgpu/dce_virtual: remove error message for vega10
Vega10 also support virtual display, remove the error message. Signed-off-by: Xiangliang.Yu <Xiangliang.Yu@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
09ef2378dc
commit
4a70af406f
@@ -479,6 +479,8 @@ static int dce_virtual_hw_init(void *handle)
|
|||||||
#endif
|
#endif
|
||||||
/* no DCE */
|
/* no DCE */
|
||||||
break;
|
break;
|
||||||
|
case CHIP_VEGA10:
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
DRM_ERROR("Virtual display unsupported ASIC type: 0x%X\n", adev->asic_type);
|
DRM_ERROR("Virtual display unsupported ASIC type: 0x%X\n", adev->asic_type);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user