linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/vkms: Update VKMS documentation
@ 2019-11-01 22:37 Gabriela Bittencourt
  2019-11-04 17:40 ` Daniel Vetter
  0 siblings, 1 reply; 2+ messages in thread
From: Gabriela Bittencourt @ 2019-11-01 22:37 UTC (permalink / raw)
  To: outreachy-kernel, manasi.d.navare, rodrigosiqueiramelo,
	hamohammed.sa, daniel, airlied, dri-devel, linux-kernel, lkcamp
  Cc: Gabriela Bittencourt

Small changes in the driver documentation, clarifing the description.

Signed-off-by: Gabriela Bittencourt <gabrielabittencourt00@gmail.com>

---

Tested using: make htmldocs
---
 drivers/gpu/drm/vkms/vkms_drv.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/gpu/drm/vkms/vkms_drv.c b/drivers/gpu/drm/vkms/vkms_drv.c
index 80524a22412a..52e761bd6c2d 100644
--- a/drivers/gpu/drm/vkms/vkms_drv.c
+++ b/drivers/gpu/drm/vkms/vkms_drv.c
@@ -3,10 +3,10 @@
 /**
  * DOC: vkms (Virtual Kernel Modesetting)
  *
- * vkms is a software-only model of a kms driver that is useful for testing,
- * or for running X (or similar) on headless machines and be able to still
- * use the GPU. vkms aims to enable a virtual display without the need for
- * a hardware display capability.
+ * VKMS is a software-only model of a KMS driver that is useful for testing
+ * and for running X (or similar) on headless machines. VKMS aims to enable
+ * a virtual display with no need of a hardware display capability, releasing
+ * the GPU in DRM API tests.
  */
 
 #include <linux/module.h>
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drm/vkms: Update VKMS documentation
  2019-11-01 22:37 [PATCH] drm/vkms: Update VKMS documentation Gabriela Bittencourt
@ 2019-11-04 17:40 ` Daniel Vetter
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Vetter @ 2019-11-04 17:40 UTC (permalink / raw)
  To: Gabriela Bittencourt
  Cc: outreachy-kernel, manasi.d.navare, rodrigosiqueiramelo,
	hamohammed.sa, daniel, airlied, dri-devel, linux-kernel, lkcamp

On Fri, Nov 01, 2019 at 07:37:35PM -0300, Gabriela Bittencourt wrote:
> Small changes in the driver documentation, clarifing the description.
> 
> Signed-off-by: Gabriela Bittencourt <gabrielabittencourt00@gmail.com>

lgtm, applied.
-Daniel

> 
> ---
> 
> Tested using: make htmldocs
> ---
>  drivers/gpu/drm/vkms/vkms_drv.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/gpu/drm/vkms/vkms_drv.c b/drivers/gpu/drm/vkms/vkms_drv.c
> index 80524a22412a..52e761bd6c2d 100644
> --- a/drivers/gpu/drm/vkms/vkms_drv.c
> +++ b/drivers/gpu/drm/vkms/vkms_drv.c
> @@ -3,10 +3,10 @@
>  /**
>   * DOC: vkms (Virtual Kernel Modesetting)
>   *
> - * vkms is a software-only model of a kms driver that is useful for testing,
> - * or for running X (or similar) on headless machines and be able to still
> - * use the GPU. vkms aims to enable a virtual display without the need for
> - * a hardware display capability.
> + * VKMS is a software-only model of a KMS driver that is useful for testing
> + * and for running X (or similar) on headless machines. VKMS aims to enable
> + * a virtual display with no need of a hardware display capability, releasing
> + * the GPU in DRM API tests.
>   */
>  
>  #include <linux/module.h>
> -- 
> 2.20.1
> 

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-04 17:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-01 22:37 [PATCH] drm/vkms: Update VKMS documentation Gabriela Bittencourt
2019-11-04 17:40 ` Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).