enable vmware drm drivers 69/11169/2
authorMartin Kelly <mkelly@xevo.com>
Fri, 6 Oct 2017 23:59:25 +0000 (16:59 -0700)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 9 Oct 2017 21:23:35 +0000 (21:23 +0000)
This speeds up VMWare graphics performance. Previously, I recall this
not working, but I tested again and it's working fine as long as it's
compiled builtin and not as a module.

Change-Id: I2efe9e5c776e74ebf92a2ff80651dee37d0c48da
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11169
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-bsp/recipes-kernel/linux/linux-yocto/vbox-vmware-sata.cfg

index e9c2a14..ce1eca1 100644 (file)
@@ -11,10 +11,9 @@ CONFIG_SCSI=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_FUSION=y
 CONFIG_FUSION_SPI=y
+CONFIG_DRM_VMWGFX=y
+CONFIG_DRM_VMWGFX_FBCON=y
 CONFIG_VMWARE_BALLOON=m
 CONFIG_VMWARE_VMCI=m
 CONFIG_VMWARE_VMCI_VSOCKETS=m
 CONFIG_SND_ENS1371=m
-# vmwgfx doesn't yet work with AGL. If you can fix it, please change this!
-CONFIG_DRM_VMWGFX=n
-CONFIG_DRM_VMWGFX_FBCON=n