x86-extra-graphic-devices: Build vmwgfx driver as built-in 95/27695/2
authorMarius Vlad <marius.vlad@collabora.com>
Thu, 30 Jun 2022 11:18:17 +0000 (14:18 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 5 Jul 2022 09:35:11 +0000 (09:35 +0000)
Rather than building the vmwgfx driver as a module, build it as
a built-in in module to avoid a possible probe failure when the driver
loads up.

This is a temporary work-around which seems to work just fine on VBox
but also on qemu.

Bug-AGL: SPEC-4449
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I4f342854df1a0ed2d14ed0ca2bbe754618c61689
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27695
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-core/recipes-kernel/linux/linux/x86-extra-graphic-devices.cfg

index 678ecac..e7d99e5 100644 (file)
@@ -11,7 +11,7 @@ CONFIG_NOUVEAU_DEBUG=5
 CONFIG_NOUVEAU_DEBUG_DEFAULT=3
 CONFIG_DRM_NOUVEAU_BACKLIGHT=y
 CONFIG_DRM_VGEM=m
-CONFIG_DRM_VMWGFX=m
+CONFIG_DRM_VMWGFX=y
 CONFIG_DRM_VMWGFX_FBCON=y
 CONFIG_DRM_GMA500=m
 CONFIG_DRM_UDL=m