diff mbox series

[9/9] media: admin-guide: add test-drivers

Message ID 990991deabadaa970adefc91b30af31fb0c9cda7.1587202259.git.mchehab+huawei@kernel.org
State New
Headers show
Series [1/9] media: admin-guide: split DVB cards.rst | expand

Commit Message

Mauro Carvalho Chehab April 18, 2020, 9:44 a.m. UTC
While test drivers is probably something that normal users
won't bother, it doesn't hurt to add them to the card list.

This way, all drivers, except for the ones under staging,
would be listed there.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 Documentation/admin-guide/media/cardlist.rst | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
diff mbox series

Patch

diff --git a/Documentation/admin-guide/media/cardlist.rst b/Documentation/admin-guide/media/cardlist.rst
index 99f6a43910b7..b90a506965ee 100644
--- a/Documentation/admin-guide/media/cardlist.rst
+++ b/Documentation/admin-guide/media/cardlist.rst
@@ -680,3 +680,19 @@  xc5000        Xceive XC5000 silicon tuner
 
 	tuner-cardlist
 	frontend-cardlist
+
+Test drivers
+============
+
+In order to test userspace applications, there's a number of virtual
+drivers, with provide test functionality, simulating real hardware
+devices:
+
+=======  ======================================
+Driver   Name
+=======  ======================================
+vicodec  Virtual Codec Driver
+vim2m    Virtual Memory-to-Memory Driver
+vimc     Virtual Media Controller Driver (VIMC)
+vivid    Virtual Video Test Driver
+=======  ======================================