Home | History | Annotate | Line # | Download | only in vmwgfx
Kconfig revision 1.1.1.1.4.2
      1  1.1.1.1.4.2  rmind config DRM_VMWGFX
      2  1.1.1.1.4.2  rmind 	tristate "DRM driver for VMware Virtual GPU"
      3  1.1.1.1.4.2  rmind 	depends on DRM && PCI && FB
      4  1.1.1.1.4.2  rmind 	select FB_DEFERRED_IO
      5  1.1.1.1.4.2  rmind 	select FB_CFB_FILLRECT
      6  1.1.1.1.4.2  rmind 	select FB_CFB_COPYAREA
      7  1.1.1.1.4.2  rmind 	select FB_CFB_IMAGEBLIT
      8  1.1.1.1.4.2  rmind 	select DRM_TTM
      9  1.1.1.1.4.2  rmind 	help
     10  1.1.1.1.4.2  rmind 	  Choose this option if you would like to run 3D acceleration
     11  1.1.1.1.4.2  rmind 	  in a VMware virtual machine.
     12  1.1.1.1.4.2  rmind 	  This is a KMS enabled DRM driver for the VMware SVGA2
     13  1.1.1.1.4.2  rmind 	  virtual hardware.
     14  1.1.1.1.4.2  rmind 	  The compiled module will be called "vmwgfx.ko".
     15  1.1.1.1.4.2  rmind 
     16  1.1.1.1.4.2  rmind config DRM_VMWGFX_FBCON
     17  1.1.1.1.4.2  rmind 	depends on DRM_VMWGFX
     18  1.1.1.1.4.2  rmind 	bool "Enable framebuffer console under vmwgfx by default"
     19  1.1.1.1.4.2  rmind 	help
     20  1.1.1.1.4.2  rmind 	   Choose this option if you are shipping a new vmwgfx
     21  1.1.1.1.4.2  rmind 	   userspace driver that supports using the kernel driver.
     22  1.1.1.1.4.2  rmind 
     23