From patchwork Mon Oct 12 09:53:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrey Konovalov X-Patchwork-Id: 10045 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 71799BEEDF for ; Mon, 12 Oct 2020 09:54:11 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id EC52260D55; Mon, 12 Oct 2020 11:54:10 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="KNo/7+5L"; dkim-atps=neutral Received: from mail-lj1-x244.google.com (mail-lj1-x244.google.com [IPv6:2a00:1450:4864:20::244]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id AF9AA60355 for ; Mon, 12 Oct 2020 11:54:09 +0200 (CEST) Received: by mail-lj1-x244.google.com with SMTP id a5so16315029ljj.11 for ; Mon, 12 Oct 2020 02:54:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=mxRsE68gAi6LbQUCMH/ete5rtvqi1lgqTVbc+Xyf2+w=; b=KNo/7+5Li1bWHulR/IBpiG3FddXWnCJDcBGQUahzlDIcWW5PBoXfBmtfTFOlVYyksq ji+4OaJdp5NTINUsXaPyU7sS+I+1Uwko8q47ao93hw9f+OO1h7Pr5WljPpE+BLsVPgpc I3NHUDEDvcJfhb1X+XH+8oepndIwQicsQpd3yzHUSGs/wI4nTQvb6qzVZbwRW0zliKA0 q6FXBAEWGHvsoNb/WWFxq0icTkqt/6oJk4t6YtNT6kUdnpfBozX0MoJcpgWxsHIqwxWM kqIiac5KEbPfzXvlJKsYZKglen8RfrHM67tZ3ZbgHfh/PIKueB6/Zg37yev1H9CMBQS9 nHuA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=mxRsE68gAi6LbQUCMH/ete5rtvqi1lgqTVbc+Xyf2+w=; b=uSYNVXxtfJC/GOC2ySTOj7HLQGR+hvlkzxl/h/IaZjqXyXoBfUOYYNNDLdaNxzYkdN oFPwfBVc3dpPwfgMnXySq0eGWDPEAcRE2ZcuYAcHx4/nygBjDUfOiFkraf6QrhZZNkrN PBlHkJLAEjkyJs0+OTGzBlv1UoQ1BJMMD7f8VBB69gms+qYh2x2kjsIYT6i/hke/ipz4 Tl81+AsmekmtJOj09EAzZ76SNwyptdTdJ1AJXVwY6HdXRhvXldWYuFmjrKmqvDYnfDJw eqMkWmD3u61/h6VMTlPVVLE7TLNNUjAXJe5je01N1DsYz0WUybhTcCiBNanIzdl8XK1w AY+g== X-Gm-Message-State: AOAM531SeZFs2fqao7A8PjLhKlFwOEbUVU5sG9Iqq4M0cO7+q9/cXwko zUFWGQU8pOIFq8VHWZdv5aB31zFfDZNM3A== X-Google-Smtp-Source: ABdhPJztiWSt/FTi/F0++R64GF5T4h8cZoMBxRaTM/W8ReRrGsifHn3izzy4hPL+QgCR7Qe2FIcbrw== X-Received: by 2002:a2e:b704:: with SMTP id j4mr3324796ljo.108.1602496448515; Mon, 12 Oct 2020 02:54:08 -0700 (PDT) Received: from localhost.localdomain (37-144-159-139.broadband.corbina.ru. [37.144.159.139]) by smtp.googlemail.com with ESMTPSA id o4sm3126127lfg.247.2020.10.12.02.54.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 12 Oct 2020 02:54:07 -0700 (PDT) From: Andrey Konovalov To: libcamera-devel@lists.libcamera.org Date: Mon, 12 Oct 2020 12:53:43 +0300 Message-Id: <20201012095343.14283-1-andrey.konovalov@linaro.org> X-Mailer: git-send-email 2.17.1 Subject: [libcamera-devel] [PATCH] libcamera: pipeline: simple: enable qcom-camss X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" qcom-camss driver supports MIPI CSI2 receivers on APQ8016 and APQ8096 Application processors from Qualcomm, which are used on e.g. DragonBoard 410c and DragonBoard 820c dev boards respectively. The simple pipeline handler provides basic support for these devices. Signed-off-by: Andrey Konovalov Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- src/libcamera/pipeline/simple/simple.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libcamera/pipeline/simple/simple.cpp b/src/libcamera/pipeline/simple/simple.cpp index 769fe699..15e733cd 100644 --- a/src/libcamera/pipeline/simple/simple.cpp +++ b/src/libcamera/pipeline/simple/simple.cpp @@ -50,6 +50,7 @@ namespace { static const SimplePipelineInfo supportedDevices[] = { { "imx7-csi", "pxp" }, { "sun6i-csi", nullptr }, + { "qcom-camss", nullptr }, }; } /* namespace */