Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 1 | config DRM_VMWGFX |
| 2 | tristate "DRM driver for VMware Virtual GPU" |
Benjamin Gaignard | 011cda5 | 2017-01-07 12:39:11 +0100 | [diff] [blame] | 3 | depends on DRM && PCI && X86 && MMU |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 4 | select FB_DEFERRED_IO |
| 5 | select FB_CFB_FILLRECT |
| 6 | select FB_CFB_COPYAREA |
| 7 | select FB_CFB_IMAGEBLIT |
| 8 | select DRM_TTM |
Daniel Vetter | 183cd49 | 2016-08-10 18:52:36 +0200 | [diff] [blame] | 9 | select FB |
Daniel Vetter | 04381b9 | 2014-06-03 19:30:45 +0200 | [diff] [blame] | 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 |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 13 | help |
Thomas Hellstrom | 5a7b74b | 2011-10-11 10:42:51 +0200 | [diff] [blame] | 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". |
Dave Airlie | 5d2afab | 2012-08-28 21:38:49 -0400 | [diff] [blame] | 19 | |
| 20 | config DRM_VMWGFX_FBCON |
Daniel Vetter | 04381b9 | 2014-06-03 19:30:45 +0200 | [diff] [blame] | 21 | depends on DRM_VMWGFX && FB |
Dave Airlie | 5d2afab | 2012-08-28 21:38:49 -0400 | [diff] [blame] | 22 | bool "Enable framebuffer console under vmwgfx by default" |
| 23 | help |
| 24 | Choose this option if you are shipping a new vmwgfx |
| 25 | userspace driver that supports using the kernel driver. |
| 26 | |