Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a7b74be authored by Thomas Hellstrom's avatar Thomas Hellstrom Committed by Dave Airlie
Browse files

vmwgfx: Take the driver out of staging



Also improve a bit on the Kconfig help.

Signed-off-by: default avatarThomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: default avatarJakob Bornecrantz <jakob@vmware.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 836e53d7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -160,3 +160,5 @@ config DRM_SAVAGE
	  chipset. If M is selected the module will be called savage.

source "drivers/gpu/drm/exynos/Kconfig"

source "drivers/gpu/drm/vmwgfx/Kconfig"
+5 −4
Original line number Diff line number Diff line
@@ -7,7 +7,8 @@ config DRM_VMWGFX
	select FB_CFB_IMAGEBLIT
	select DRM_TTM
	help
	  KMS enabled DRM driver for SVGA2 virtual hardware.

	  If unsure say n. The compiled module will be
	  called vmwgfx.ko
	  Choose this option if you would like to run 3D acceleration
	  in a VMware virtual machine.
	  This is a KMS enabled DRM driver for the VMware SVGA2
	  virtual hardware.
	  The compiled module will be called "vmwgfx.ko".
+0 −2
Original line number Diff line number Diff line
@@ -72,8 +72,6 @@ source "drivers/staging/phison/Kconfig"

source "drivers/staging/line6/Kconfig"

source "drivers/gpu/drm/vmwgfx/Kconfig"

source "drivers/gpu/drm/nouveau/Kconfig"

source "drivers/staging/octeon/Kconfig"