Loading...
1# SPDX-License-Identifier: GPL-2.0
2config DRM_VMWGFX
3 tristate "DRM driver for VMware Virtual GPU"
4 depends on DRM && PCI && MMU
5 depends on (X86 && HYPERVISOR_GUEST) || ARM64
6 select DRM_CLIENT_SELECTION
7 select DRM_TTM
8 select DRM_TTM_HELPER
9 select MAPPING_DIRTY_HELPERS
10 # Only needed for the transitional use of drm_crtc_init - can be removed
11 # again once vmwgfx sets up the primary plane itself.
12 select DRM_KMS_HELPER
13 help
14 Choose this option if you would like to run 3D acceleration
15 in a VMware virtual machine.
16 This is a KMS enabled DRM driver for the VMware SVGA2
17 virtual hardware.
18 The compiled module will be called "vmwgfx.ko".
19
20config DRM_VMWGFX_MKSSTATS
21 bool "Enable mksGuestStats instrumentation of vmwgfx by default"
22 depends on DRM_VMWGFX
23 depends on X86
24 default n
25 help
26 Choose this option to instrument the kernel driver for mksGuestStats.
27
1# SPDX-License-Identifier: GPL-2.0
2config DRM_VMWGFX
3 tristate "DRM driver for VMware Virtual GPU"
4 depends on DRM && PCI && MMU
5 depends on X86 || ARM64
6 select DRM_TTM
7 select MAPPING_DIRTY_HELPERS
8 # Only needed for the transitional use of drm_crtc_init - can be removed
9 # again once vmwgfx sets up the primary plane itself.
10 select DRM_KMS_HELPER
11 help
12 Choose this option if you would like to run 3D acceleration
13 in a VMware virtual machine.
14 This is a KMS enabled DRM driver for the VMware SVGA2
15 virtual hardware.
16 The compiled module will be called "vmwgfx.ko".
17
18config DRM_VMWGFX_FBCON
19 depends on DRM_VMWGFX && DRM_FBDEV_EMULATION
20 bool "Enable framebuffer console under vmwgfx by default"
21 help
22 Choose this option if you are shipping a new vmwgfx
23 userspace driver that supports using the kernel driver.
24