1*a3be6f6cSDirk Hohndel (VMware)# SPDX-License-Identifier: GPL-2.0 2fb1d9738SJakob Bornecrantzconfig DRM_VMWGFX 3fb1d9738SJakob Bornecrantz tristate "DRM driver for VMware Virtual GPU" 4011cda58SBenjamin Gaignard depends on DRM && PCI && X86 && MMU 5fb1d9738SJakob Bornecrantz select FB_DEFERRED_IO 6fb1d9738SJakob Bornecrantz select FB_CFB_FILLRECT 7fb1d9738SJakob Bornecrantz select FB_CFB_COPYAREA 8fb1d9738SJakob Bornecrantz select FB_CFB_IMAGEBLIT 9fb1d9738SJakob Bornecrantz select DRM_TTM 10183cd49fSDaniel Vetter select FB 1104381b98SDaniel Vetter # Only needed for the transitional use of drm_crtc_init - can be removed 1204381b98SDaniel Vetter # again once vmwgfx sets up the primary plane itself. 1304381b98SDaniel Vetter select DRM_KMS_HELPER 14fb1d9738SJakob Bornecrantz help 155a7b74beSThomas Hellstrom Choose this option if you would like to run 3D acceleration 165a7b74beSThomas Hellstrom in a VMware virtual machine. 175a7b74beSThomas Hellstrom This is a KMS enabled DRM driver for the VMware SVGA2 185a7b74beSThomas Hellstrom virtual hardware. 195a7b74beSThomas Hellstrom The compiled module will be called "vmwgfx.ko". 205d2afab9SDave Airlie 215d2afab9SDave Airlieconfig DRM_VMWGFX_FBCON 2204381b98SDaniel Vetter depends on DRM_VMWGFX && FB 235d2afab9SDave Airlie bool "Enable framebuffer console under vmwgfx by default" 245d2afab9SDave Airlie help 255d2afab9SDave Airlie Choose this option if you are shipping a new vmwgfx 265d2afab9SDave Airlie userspace driver that supports using the kernel driver. 275d2afab9SDave Airlie 28