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

Commit c91b007e authored by Rodrigo Siqueira's avatar Rodrigo Siqueira Committed by Gustavo Padovan
Browse files

drm/vkms: Add extra information about vkms

parent 854502fa
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -214,10 +214,14 @@ config DRM_VGEM
	  If M is selected the module will be called vgem.

config DRM_VKMS
	tristate "Virtual KMS"
	tristate "Virtual KMS (EXPERIMENTAL)"
	depends on DRM
	default n
	help
	  Choose this option to get a virtual kernal mode-setting driver.
	  Virtual Kernel Mode-Setting (VKMS) is used for testing or for
	  running GPU in a headless machines. Choose this option to get
	  a VKMS.

	  If M is selected the module will be called vkms.

source "drivers/gpu/drm/exynos/Kconfig"
+2 −0
Original line number Diff line number Diff line
@@ -133,5 +133,7 @@ static void __exit vkms_exit(void)
module_init(vkms_init);
module_exit(vkms_exit);

MODULE_AUTHOR("Haneen Mohammed <hamohammed.sa@gmail.com>");
MODULE_AUTHOR("Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>");
MODULE_DESCRIPTION(DRIVER_DESC);
MODULE_LICENSE("GPL");