Commit 955fd0b7 authored by Gabriela Bittencourt's avatar Gabriela Bittencourt Committed by Daniel Vetter
Browse files

drm/vkms: Update VKMS documentation

parent 700496fa
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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>