From patchwork Mon Dec 16 12:44:54 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Niklas_S=C3=B6derlund?= X-Patchwork-Id: 2428 Return-Path: Received: from bin-mail-out-05.binero.net (bin-mail-out-05.binero.net [195.74.38.228]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 98E4B601E4 for ; Mon, 16 Dec 2019 13:45:08 +0100 (CET) X-Halon-ID: de35d001-2001-11ea-a00b-005056917a89 Authorized-sender: niklas@soderlund.pp.se Received: from bismarck.berto.se (p54ac5865.dip0.t-ipconnect.de [84.172.88.101]) by bin-vsp-out-01.atm.binero.net (Halon) with ESMTPA id de35d001-2001-11ea-a00b-005056917a89; Mon, 16 Dec 2019 13:45:07 +0100 (CET) From: =?utf-8?q?Niklas_S=C3=B6derlund?= To: libcamera-devel@lists.libcamera.org Date: Mon, 16 Dec 2019 13:44:54 +0100 Message-Id: <20191216124456.1049508-1-niklas.soderlund@ragnatech.se> X-Mailer: git-send-email 2.24.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/2] libcamera: Misc buffer fixes 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: , X-List-Received-Date: Mon, 16 Dec 2019 12:45:08 -0000 Hi, This was previously part of the rather large buffer rework series but is now broken out to a separate series as they have value on their own. Both patches have already been reviewed and have tags but I wanted to post them one more time to the list stating my intention to merge them ahead of the buffer series if no complains are raised. So if you don't think this shall be merged ahead of the buffer series now is the time to speak up :-) Niklas Söderlund (2): libcamera: pipelines: Align bookkeeping in queueRequest() libcamera: Remove buffer index from logging src/cam/capture.cpp | 3 +- src/libcamera/include/pipeline_handler.h | 4 ++- src/libcamera/pipeline/ipu3/ipu3.cpp | 6 ++-- src/libcamera/pipeline/rkisp1/rkisp1.cpp | 7 ++--- src/libcamera/pipeline/uvcvideo.cpp | 6 ++-- src/libcamera/pipeline/vimc.cpp | 6 ++-- src/libcamera/pipeline_handler.cpp | 35 +++++++++++++++++------- src/libcamera/v4l2_videodevice.cpp | 3 +- src/qcam/main_window.cpp | 3 +- test/v4l2_videodevice/buffer_sharing.cpp | 6 ++-- test/v4l2_videodevice/capture_async.cpp | 2 +- test/v4l2_videodevice/v4l2_m2mdevice.cpp | 4 +-- 12 files changed, 45 insertions(+), 40 deletions(-)