Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a70af40 authored by Xiangliang.Yu's avatar Xiangliang.Yu Committed by Alex Deucher
Browse files

drm/amdgpu/dce_virtual: remove error message for vega10



Vega10 also support virtual display, remove the error message.

Signed-off-by: default avatarXiangliang.Yu <Xiangliang.Yu@amd.com>
Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 09ef2378
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);
	}