From patchwork Mon Jan 21 15:07:54 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 293 Return-Path: Received: from relay12.mail.gandi.net (relay12.mail.gandi.net [217.70.178.232]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id C751B60C78 for ; Mon, 21 Jan 2019 16:08:00 +0100 (CET) Received: from uno.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101]) (Authenticated sender: jacopo@jmondi.org) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 51D45200011; Mon, 21 Jan 2019 15:08:00 +0000 (UTC) From: Jacopo Mondi To: libcamera-devel@lists.libcamera.org Date: Mon, 21 Jan 2019 16:07:54 +0100 Message-Id: <20190121150756.14982-1-jacopo@jmondi.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v4 0/2] libcamera: pipeline: Add Intel IPU3 pipeline handler X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2019 15:08:00 -0000 Hello, included comments from laurent and greatly simplified camera creation in [1/2]. If no other blocking comment, I would proceed and push this. Thanks j Jacopo Mondi (2): libcamera: pipeline: Add Intel IPU3 pipeline test: pipeline: IPU3: Add IPU3 pipeline test src/libcamera/pipeline/ipu3/ipu3.cpp | 185 ++++++++++++++++++++++ src/libcamera/pipeline/ipu3/meson.build | 3 + src/libcamera/pipeline/meson.build | 2 + test/meson.build | 3 + test/pipeline/ipu3/ipu3_pipeline_test.cpp | 140 ++++++++++++++++ test/pipeline/ipu3/meson.build | 11 ++ test/pipeline/meson.build | 1 + 7 files changed, 345 insertions(+) create mode 100644 src/libcamera/pipeline/ipu3/ipu3.cpp create mode 100644 src/libcamera/pipeline/ipu3/meson.build create mode 100644 test/pipeline/ipu3/ipu3_pipeline_test.cpp create mode 100644 test/pipeline/ipu3/meson.build create mode 100644 test/pipeline/meson.build --- 2.20.1