Linux Audio

Check our new training course

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