2018-05-07 01:16:25 +02: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"
|
2025-04-23 22:16:32 +02:00
|
|
|
depends on DRM && PCI
|
2024-06-15 18:25:10 -07:00
|
|
|
depends on (X86 && HYPERVISOR_GUEST) || ARM64
|
2024-09-24 09:13:09 +02:00
|
|
|
select DRM_CLIENT_SELECTION
|
2009-12-10 00:19:58 +00:00
|
|
|
select DRM_TTM
|
2021-12-06 12:26:12 -05:00
|
|
|
select DRM_TTM_HELPER
|
2019-03-27 10:56:08 +01:00
|
|
|
select MAPPING_DIRTY_HELPERS
|
2014-06-03 19:30:45 +02: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 10:42:51 +02: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-28 21:38:49 -04:00
|
|
|
|
2021-06-09 13:23:00 -04:00
|
|
|
config DRM_VMWGFX_MKSSTATS
|
|
|
|
bool "Enable mksGuestStats instrumentation of vmwgfx by default"
|
|
|
|
depends on DRM_VMWGFX
|
2021-06-15 14:23:36 -04:00
|
|
|
depends on X86
|
2021-06-09 13:23:00 -04:00
|
|
|
default n
|
|
|
|
help
|
|
|
|
Choose this option to instrument the kernel driver for mksGuestStats.
|
|
|
|
|