Skip to content

Commit

Permalink
drm/vkms: Add extra information about vkms
Browse files Browse the repository at this point in the history
Add the following additional information: authors and description in
Kconfig.

Signed-off-by: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
Reviewed-by: Haneen Mohammed <hamohammed.sa@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/180770375b0537f1ba1857bdb7fdc71dd201882e.1526514457.git.rodrigosiqueiramelo@gmail.com
  • Loading branch information
Rodrigo Siqueira authored and Gustavo Padovan committed Jul 5, 2018
1 parent 854502f commit c91b007
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 6 additions & 2 deletions drivers/gpu/drm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions drivers/gpu/drm/vkms/vkms_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit c91b007

Please sign in to comment.