{"id":13594,"url":"https://patchwork.libcamera.org/api/1.1/covers/13594/?format=json","web_url":"https://patchwork.libcamera.org/cover/13594/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20210901143800.119118-1-jacopo@jmondi.org>","date":"2021-09-01T14:37:54","name":"[libcamera-devel,0/6] libcamera: control serializer fixes","submitter":{"id":3,"url":"https://patchwork.libcamera.org/api/1.1/people/3/?format=json","name":"Jacopo Mondi","email":"jacopo@jmondi.org"},"mbox":"https://patchwork.libcamera.org/cover/13594/mbox/","series":[{"id":2434,"url":"https://patchwork.libcamera.org/api/1.1/series/2434/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=2434","date":"2021-09-01T14:37:54","name":"libcamera: control serializer fixes","version":1,"mbox":"https://patchwork.libcamera.org/series/2434/mbox/"}],"comments":"https://patchwork.libcamera.org/api/covers/13594/comments/","headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id DF54CBDC71\n\tfor <parsemail@patchwork.libcamera.org>;\n\tWed,  1 Sep 2021 14:37:18 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 655CB69167;\n\tWed,  1 Sep 2021 16:37:18 +0200 (CEST)","from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net\n\t[217.70.183.198])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 3818660288\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed,  1 Sep 2021 16:37:17 +0200 (CEST)","(Authenticated sender: jacopo@jmondi.org)\n\tby relay6-d.mail.gandi.net (Postfix) with ESMTPSA id B142DC0009;\n\tWed,  1 Sep 2021 14:37:16 +0000 (UTC)"],"From":"Jacopo Mondi <jacopo@jmondi.org>","To":"libcamera-devel@lists.libcamera.org","Date":"Wed,  1 Sep 2021 16:37:54 +0200","Message-Id":"<20210901143800.119118-1-jacopo@jmondi.org>","X-Mailer":"git-send-email 2.32.0","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","Subject":"[libcamera-devel] [PATCH 0/6] libcamera: control serializer fixes","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"This series has started from investigating an error triggered by running\nconsecutive capture sessions with the IPU3 IPA module running in isolation.\n\nFrom there a few more fixes/improvements have lead me to be capable to running\nCTS with isolated IPA with a single failure (the flaky recording tests).\n\nPatch 1 is a small cleanup of the IPU3 IPA interface.\nPatches 2, 3 and 4 fix issues in the control serializer, most of them went not\nnoticed as the IPA is seldom run isolated for the moment.\n\nPatch 5 is a small drive-by change\n\nPatch 6 fixes a log standing debt, and add the ability to ser/deser the\nControlInfo::def field.\n\nThanks\n   j\n\nJacopo Mondi (6):\n  libcamera: ipu3: Drop entityControls map\n  ipa: proxy_worker: Reset ControlSerializer on worker\n  libcamera: control_serializer: Keep handles in sync\n  libcamera: control_serializer: Use the right idmap\n  libcamera: controls: Rationalize idMap() function\n  libcamera: control_serializer: Serialize info::def()\n\n include/libcamera/controls.h                  |  3 +-\n include/libcamera/ipa/ipu3.mojom              |  2 +-\n src/ipa/ipu3/ipu3.cpp                         |  4 +-\n src/libcamera/camera_sensor.cpp               |  2 +-\n src/libcamera/control_serializer.cpp          | 60 +++++++++++++++----\n src/libcamera/controls.cpp                    | 12 +++-\n src/libcamera/delayed_controls.cpp            |  4 +-\n src/libcamera/ipa_controls.cpp                | 14 +++--\n src/libcamera/pipeline/ipu3/ipu3.cpp          |  2 +-\n .../module_ipa_proxy_worker.cpp.tmpl          |  4 ++\n 10 files changed, 79 insertions(+), 28 deletions(-)\n\n--\n2.32.0"}