From: Mauro Carvalho Chehab Date: Sat, 18 Apr 2020 09:15:06 +0000 (+0200) Subject: media: admin-guide: add test-drivers X-Git-Tag: v5.8-rc1~162^2~235 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8cf8f0a68a99de6e5bee188907faf81b40aead28;p=thirdparty%2Fkernel%2Flinux.git media: admin-guide: add test-drivers 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 --- diff --git a/Documentation/admin-guide/media/cardlist.rst b/Documentation/admin-guide/media/cardlist.rst index 334372b52f418..8cdb9d4ca7d6f 100644 --- a/Documentation/admin-guide/media/cardlist.rst +++ b/Documentation/admin-guide/media/cardlist.rst @@ -703,3 +703,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 +======= ======================================