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