brintos

brintos / linux-shallow public Read only

0
0
Text · 852 B · 6f1ac94 Raw
27 lines · plain
1# SPDX-License-Identifier: GPL-2.02config DRM_VMWGFX3	tristate "DRM driver for VMware Virtual GPU"4	depends on DRM && PCI && MMU5	depends on (X86 && HYPERVISOR_GUEST) || ARM646	select DRM_TTM7	select DRM_TTM_HELPER8	select MAPPING_DIRTY_HELPERS9	# Only needed for the transitional use of drm_crtc_init - can be removed10	# again once vmwgfx sets up the primary plane itself.11	select DRM_KMS_HELPER12	help13	  Choose this option if you would like to run 3D acceleration14	  in a VMware virtual machine.15	  This is a KMS enabled DRM driver for the VMware SVGA216	  virtual hardware.17	  The compiled module will be called "vmwgfx.ko".18 19config DRM_VMWGFX_MKSSTATS20	bool "Enable mksGuestStats instrumentation of vmwgfx by default"21	depends on DRM_VMWGFX22	depends on X8623	default n24	help25	   Choose this option to instrument the kernel driver for mksGuestStats.26 27