2018-05-06 23:16:25 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2009-12-10 00:19:58 +00:00
|
|
|
config DRM_VMWGFX
|
|
|
|
tristate "DRM driver for VMware Virtual GPU"
|
2021-05-05 03:57:40 +00:00
|
|
|
depends on DRM && PCI && MMU
|
|
|
|
depends on X86 || ARM64
|
2009-12-10 00:19:58 +00:00
|
|
|
select DRM_TTM
|
2021-12-06 17:26:12 +00:00
|
|
|
select DRM_TTM_HELPER
|
2019-03-27 09:56:08 +00:00
|
|
|
select MAPPING_DIRTY_HELPERS
|
2014-06-03 17:30:45 +00:00
|
|
|
# Only needed for the transitional use of drm_crtc_init - can be removed
|
|
|
|
# again once vmwgfx sets up the primary plane itself.
|
|
|
|
select DRM_KMS_HELPER
|
2009-12-10 00:19:58 +00:00
|
|
|
help
|
2011-10-11 08:42:51 +00:00
|
|
|
Choose this option if you would like to run 3D acceleration
|
|
|
|
in a VMware virtual machine.
|
|
|
|
This is a KMS enabled DRM driver for the VMware SVGA2
|
|
|
|
virtual hardware.
|
|
|
|
The compiled module will be called "vmwgfx.ko".
|
2012-08-29 01:38:49 +00:00
|
|
|
|
|
|
|
config DRM_VMWGFX_FBCON
|
2021-04-15 11:00:37 +00:00
|
|
|
depends on DRM_VMWGFX && DRM_FBDEV_EMULATION
|
2012-08-29 01:38:49 +00:00
|
|
|
bool "Enable framebuffer console under vmwgfx by default"
|
|
|
|
help
|
|
|
|
Choose this option if you are shipping a new vmwgfx
|
|
|
|
userspace driver that supports using the kernel driver.
|
|
|
|
|
2021-06-09 17:23:00 +00:00
|
|
|
config DRM_VMWGFX_MKSSTATS
|
|
|
|
bool "Enable mksGuestStats instrumentation of vmwgfx by default"
|
|
|
|
depends on DRM_VMWGFX
|
2021-06-15 18:23:36 +00:00
|
|
|
depends on X86
|
2021-06-09 17:23:00 +00:00
|
|
|
default n
|
|
|
|
help
|
|
|
|
Choose this option to instrument the kernel driver for mksGuestStats.
|
|
|
|
|