Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 config DRM_VMWGFX
0003         tristate "DRM driver for VMware Virtual GPU"
0004         depends on DRM && PCI && MMU
0005         depends on X86 || ARM64
0006         select DRM_TTM
0007         select DRM_TTM_HELPER
0008         select MAPPING_DIRTY_HELPERS
0009         # Only needed for the transitional use of drm_crtc_init - can be removed
0010         # again once vmwgfx sets up the primary plane itself.
0011         select DRM_KMS_HELPER
0012         help
0013           Choose this option if you would like to run 3D acceleration
0014           in a VMware virtual machine.
0015           This is a KMS enabled DRM driver for the VMware SVGA2
0016           virtual hardware.
0017           The compiled module will be called "vmwgfx.ko".
0018 
0019 config DRM_VMWGFX_FBCON
0020         depends on DRM_VMWGFX && DRM_FBDEV_EMULATION
0021         bool "Enable framebuffer console under vmwgfx by default"
0022         help
0023            Choose this option if you are shipping a new vmwgfx
0024            userspace driver that supports using the kernel driver.
0025 
0026 config DRM_VMWGFX_MKSSTATS
0027         bool "Enable mksGuestStats instrumentation of vmwgfx by default"
0028         depends on DRM_VMWGFX
0029         depends on X86
0030         default n
0031         help
0032            Choose this option to instrument the kernel driver for mksGuestStats.
0033