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

Commit 6f298bd8 authored by Le.Ma's avatar Le.Ma Committed by Alex Deucher
Browse files

drm/amdgpu: enable virtual display feature for navi10



Virtual display is a pure sw implementation of KMS for use
in virtualization and for bring up and emulation.

Signed-off-by: default avatarLe.Ma <Le.Ma@amd.com>
Reviewed-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent a954f3ff
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -455,6 +455,7 @@ static int dce_virtual_hw_init(void *handle)
	case CHIP_VEGA10:
	case CHIP_VEGA12:
	case CHIP_VEGA20:
	case CHIP_NAVI10:
		break;
	default:
		DRM_ERROR("Virtual display unsupported ASIC type: 0x%X\n", adev->asic_type);