From patchwork Thu Feb 18 12:48:20 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Naushir Patuck X-Patchwork-Id: 11330 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 1B581BD1F6 for ; Thu, 18 Feb 2021 12:48:35 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 905F36835F; Thu, 18 Feb 2021 13:48:34 +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="XUKMqaRb"; dkim-atps=neutral Received: from mail-wr1-x42b.google.com (mail-wr1-x42b.google.com [IPv6:2a00:1450:4864:20::42b]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 368C168110 for ; Thu, 18 Feb 2021 13:48:32 +0100 (CET) Received: by mail-wr1-x42b.google.com with SMTP id a4so616889wro.8 for ; Thu, 18 Feb 2021 04:48:32 -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=OlHmo5iDG4eBq/yWhVZN0ZszwgLoxoNRViDeGCd33h4=; b=XUKMqaRbfIVkmRTY20+Sy1G/Ry7ds4+E4tlEW9J90iPpbLrWfencn9+QOIFuUuSVrt RK60M9DQm7qe6adUS9jBrgpeee3AyaE9l05mMXlWxdypXAT5kwBlaTdIez/2Q0IjdC06 NlDCsD1yce/xcd9RZu6RN923QONvWH4yE4Yh3BBrVpylBSU1KBljLJuOlXfse6C4CJOS sUfvMW9eUGBWijnO/eneA6S8e6HO8c1tY8l8tKtUbXvdIyNKaNwd704YjPFSDbbEqrda 7zQA7TuVoGXNQ0gI1IxKgp7i5fkTEFBdYJR0u1AFJZJFBizMRBcvbogOBg2l78Yel7Y+ s/RQ== 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:mime-version :content-transfer-encoding; bh=OlHmo5iDG4eBq/yWhVZN0ZszwgLoxoNRViDeGCd33h4=; b=Mq/89gKxYCbIfs66zMRijKyBeatkrilN7slWU0jPp78Yhq4yART2+ga/M7DaBCrGNm xhmjMddnd4uU7n5sxl98vZY5RXfaJGD4Ym+yGRh6pqOqRJHG51EzBSgProsd6nk2//rG jaTztvkrIi2Pfllb+Ibz0IcWKXUvF+0mmdoAqxaB9inesY3d5dwOKxZPkgtBjH6LULxS uSz5kwb7ZU9P8PZBV6cVI98F3IqwKYnZFe5CjXmRA5h/LgkgKweRxyJqguhrLdUFDXJk 0bIfZmeXcigh3YjBq8dYWSCg8cQ4xau6qkrNHHCnL5GtUeaYNLzymX3pDTbAdciyX0Nz xOJQ== X-Gm-Message-State: AOAM533GKIa+Rjv9dii7hkMZLqrw/WRkz5SmLeJLbBBSuvlJGh6JZP6w o65Vvr15Kgv9q3yIi15L7n2g3qGQU5/s0Opg X-Google-Smtp-Source: ABdhPJze3AGBfXHOsslHoBpJK4pGzo83eRvlx0+Rwq0E3gim3tkOSet1DCOYvi08j3bUp8e5fR5qNw== X-Received: by 2002:a5d:518a:: with SMTP id k10mr4228949wrv.214.1613652511589; Thu, 18 Feb 2021 04:48:31 -0800 (PST) Received: from naush-laptop.pitowers.org ([2a00:1098:3142:15:c37b:2722:9ed2:1d58]) by smtp.gmail.com with ESMTPSA id z63sm7675876wme.8.2021.02.18.04.48.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 Feb 2021 04:48:31 -0800 (PST) From: Naushir Patuck To: libcamera-devel@lists.libcamera.org Date: Thu, 18 Feb 2021 12:48:20 +0000 Message-Id: <20210218124824.1825418-1-naush@raspberrypi.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v3 0/4] Updates after IPAInterface changes 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, For this revision of the patchset, I've split out the changes as requested: 1/4: Fixed the problem where calling Stop() could crash the application. 2/4: Some variable renaming, no functional changes. 3/4: Rename the ipa::rpi namespace, no functional changes. 4/4: Applies the LS control update in place, and only if it is present in the ControlList. If folks feel 2/4 and 3/4 should be squashed, I am happy to do that. Thanks, Naush Naushir Patuck (4): pipeline: ipa: raspberrypi: Fix pipeline running on in a stopped state pipeline: ipa: raspberrypi: Tidy-ups after IPAInterface changes pipeline: ipa: raspberrypi: Rename IPA Interface namespace to ipa::RPi pipeline: raspberrypi: Update the lens shading control in-place include/libcamera/ipa/raspberrypi.mojom | 10 +-- src/ipa/raspberrypi/raspberrypi.cpp | 42 ++++++------- .../pipeline/raspberrypi/raspberrypi.cpp | 63 +++++++++---------- .../pipeline/raspberrypi/rpi_stream.cpp | 4 +- .../pipeline/raspberrypi/rpi_stream.h | 4 +- 5 files changed, 61 insertions(+), 62 deletions(-)