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

Commit a2c319b6 authored by Feifei Xu's avatar Feifei Xu Committed by Alex Deucher
Browse files

drm/amdgpu/virtual_dce: Add vega20 support

parent 341b4ce2
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -473,6 +473,7 @@ static int dce_virtual_hw_init(void *handle)
		break;
		break;
	case CHIP_VEGA10:
	case CHIP_VEGA10:
	case CHIP_VEGA12:
	case CHIP_VEGA12:
	case CHIP_VEGA20:
		break;
		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);