1a3be6f6cSDirk 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 11*b7468b15SThomas Hellstrom select MAPPING_DIRTY_HELPERS 1204381b98SDaniel Vetter # Only needed for the transitional use of drm_crtc_init - can be removed 1304381b98SDaniel Vetter # again once vmwgfx sets up the primary plane itself. 1404381b98SDaniel Vetter select DRM_KMS_HELPER 15fb1d9738SJakob Bornecrantz help 165a7b74beSThomas Hellstrom Choose this option if you would like to run 3D acceleration 175a7b74beSThomas Hellstrom in a VMware virtual machine. 185a7b74beSThomas Hellstrom This is a KMS enabled DRM driver for the VMware SVGA2 195a7b74beSThomas Hellstrom virtual hardware. 205a7b74beSThomas Hellstrom The compiled module will be called "vmwgfx.ko". 215d2afab9SDave Airlie 225d2afab9SDave Airlieconfig DRM_VMWGFX_FBCON 2304381b98SDaniel Vetter depends on DRM_VMWGFX && FB 245d2afab9SDave Airlie bool "Enable framebuffer console under vmwgfx by default" 255d2afab9SDave Airlie help 265d2afab9SDave Airlie Choose this option if you are shipping a new vmwgfx 275d2afab9SDave Airlie userspace driver that supports using the kernel driver. 285d2afab9SDave Airlie 29