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

Commit f79f3fc1 authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amdgpu/virtual_dce: add vega12 support



Add virtual dce support for vega12.

Acked-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Reviewed-by: default avatarFeifei Xu <Feifei.Xu@amd.com>
parent 9aa52bc4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);