From patchwork Thu Nov 18 16:42:12 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Naushir Patuck X-Patchwork-Id: 14633 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 F1A24BDB1C for ; Thu, 18 Nov 2021 16:43:03 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 1ED8360371; Thu, 18 Nov 2021 17:43:03 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=raspberrypi.com header.i=@raspberrypi.com header.b="iawzv1Jg"; dkim-atps=neutral Received: from mail-wm1-x329.google.com (mail-wm1-x329.google.com [IPv6:2a00:1450:4864:20::329]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 5E76A60231 for ; Thu, 18 Nov 2021 17:43:02 +0100 (CET) Received: by mail-wm1-x329.google.com with SMTP id g191-20020a1c9dc8000000b0032fbf912885so5296265wme.4 for ; Thu, 18 Nov 2021 08:43:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=raspberrypi.com; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=d1O2u8n5FwagSol/doOeqGwEqT7SBdt4FZlqGX9ER30=; b=iawzv1Jg9tin6lQVKzYW3uUnAB5K12DwBTVNOXz7Bfktdr7GGYMDXppzT8hJh8JRj9 AiTn9N+Q0rfpiFJzm5BvMN7mY+K5ayxVbkiMZtov+Ja4g3aNhUF6j80CYrVp1jObZiHx Zpo9QVVlGGGAE6NrRI3j2UQePe9G9V3DCpvNBXVS1GraJKqXp7ent8LZTN1/jRdVzbg0 80B7H/xexriS8jfLo6gTFX1mfjunfjKG4G/PPwVW9LeQI4o3pWg7H2gshtRWlxnowJ6E xfHUcesB8eovRCzFFfPBvkr1lShnFRNxNICZJfUhpXrufZq7/CXY7s4KKsc/1bvYo6B1 FfSg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=d1O2u8n5FwagSol/doOeqGwEqT7SBdt4FZlqGX9ER30=; b=67ZFL8BlEEI0a/xcSeJJcbFQQ6qio+biQn+t+4GDyAKLbkY1tiLOE2WGQrzRPZezYp wV9q/lKaYq3/T/FMt4K+Flh0SHKWZz0prryCSLJy/jUmLpIgOlMRjilzVM8844hTHRLj deoUl56UKdwtfq8Oc8wh3UkyZ75+n9wfoNdTPPfD+vpMX417Tn6uYg6yZfgNvbmlYL81 SPXovxU4D0qN0dtxzsnzmtnucpy36A/3RfM2DH41Kzl+vphvXYKh8WsGvtJ1I3eLyGk5 GthLonD9ADBodOt+e1cShWqOlku/C9sVeY9JdUnxNNk3AysLoorGH+RWWlNmIrw3zUYp C1oA== X-Gm-Message-State: AOAM533kZRs2cPc8B/I2ZPTtlLKIv7/r2zVpNTMkbGtj7Wci4N4+MhR6 PIn/UKff38CSktpyfOL1jh0O5c8R2UfEblyg X-Google-Smtp-Source: ABdhPJwrWZ6TgDm0g+kRRtakJcMScS/szLo03cL01PzeByj0RYQWsxZA156vJ4m+pJK/wFfTC+JKvg== X-Received: by 2002:a7b:c08a:: with SMTP id r10mr11383438wmh.184.1637253781695; Thu, 18 Nov 2021 08:43:01 -0800 (PST) Received: from naush-laptop.pitowers.org ([2a00:1098:3142:14:328d:499d:f54a:e461]) by smtp.gmail.com with ESMTPSA id a1sm496246wri.89.2021.11.18.08.42.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 Nov 2021 08:42:48 -0800 (PST) From: Naushir Patuck To: libcamera-devel@lists.libcamera.org Date: Thu, 18 Nov 2021 16:42:12 +0000 Message-Id: <20211118164216.2669449-1-naush@raspberrypi.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v3 0/4] raspberrypi: Rework the internal buffer allocation scheme 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: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Hi, I've added new commit to this series for v3. Commit 4/4 suppresses a runtime warning about invalid pixel formats. It's a minor and inconsequential change, and once that is reviewed, this series should be good to merge. Regards, Naush Naushir Patuck (4): pipeline: raspberrypi: Add const qualifer in isRaw() pipeline: raspberrypi: Rework the internal buffer allocation scheme pipeline: raspberrypi: Increase the V4L2BufferCache slot allocations pipeline: raspberrypi: Avoid invalid PixelFormat warning message .../pipeline/raspberrypi/raspberrypi.cpp | 48 ++++++++++++++----- .../pipeline/raspberrypi/rpi_stream.cpp | 11 +++++ 2 files changed, 47 insertions(+), 12 deletions(-)