From patchwork Sat Apr 18 09:44:29 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 210130 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.1 required=3.0 tests=DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, INCLUDES_PATCH, MAILING_LIST_MULTI, SIGNED_OFF_BY, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C6C4FC38A2B for ; Sat, 18 Apr 2020 09:44:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 998B722202 for ; Sat, 18 Apr 2020 09:44:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587203074; bh=Bf24aj2REE76UygHFzbm/IZGbbQGM6VTdorc3YSPfiE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=PF+0tfuubrmNbmpnbIevABxMj8DEKC+QeGcTu3JyFQjVL8aIlVnXr0Lav905x3Z3/ FZeHxVbeHaEQvuU2mhY/YlXxYI2+PeS4apH/VZFeoFk4qDgQog6BqwKn0+Kr5dHcBj Vm3dCZhZTqX95mxxQXCF5FiDixhIJq7xvUfDnnzk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725970AbgDRJoe (ORCPT ); Sat, 18 Apr 2020 05:44:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:57322 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725939AbgDRJod (ORCPT ); Sat, 18 Apr 2020 05:44:33 -0400 Received: from mail.kernel.org (ip5f5ad4d8.dynamic.kabel-deutschland.de [95.90.212.216]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id CB9DD2220A; Sat, 18 Apr 2020 09:44:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587203073; bh=Bf24aj2REE76UygHFzbm/IZGbbQGM6VTdorc3YSPfiE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=H2ywHhzqVlSiQjILGKHMH6XR7I+vcLgaj+uXWrYPTcQbqO4zC7dkgmpH4TxgjpeaM 8sILhQTHF/0j+hqd1Zt20QAdMKAveKcR6zFZQRb4sC6/0l632a+08UQCUSTJaY/d5e RJRtgW8MT9u+ALQw0i2PQwN7R9oCMX2RTOTFyjDo= Received: from mchehab by mail.kernel.org with local (Exim 4.92.3) (envelope-from ) id 1jPk1W-0081OU-Dp; Sat, 18 Apr 2020 11:44:30 +0200 From: Mauro Carvalho Chehab To: Linux Media Mailing List Cc: Mauro Carvalho Chehab Subject: [PATCH 9/9] media: admin-guide: add test-drivers Date: Sat, 18 Apr 2020 11:44:29 +0200 Message-Id: <990991deabadaa970adefc91b30af31fb0c9cda7.1587202259.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.25.2 In-Reply-To: References: MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org 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 --- Documentation/admin-guide/media/cardlist.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 +======= ======================================