From patchwork Wed Oct 23 11:11:19 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 21741 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 4FA84BD16B for ; Wed, 23 Oct 2024 11:11:38 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 403C465397; Wed, 23 Oct 2024 13:11:37 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="kT50By0c"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 3A2F76537E for ; Wed, 23 Oct 2024 13:11:35 +0200 (CEST) Received: from ideasonboard.com (93-61-96-190.ip145.fastwebnet.it [93.61.96.190]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 81AF682A; Wed, 23 Oct 2024 13:09:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1729681787; bh=vmSAJFAnboVuE5fHGesOdtFCXxUeFK4YRts6Y3O1Va4=; h=From:To:Cc:Subject:Date:From; b=kT50By0cfhoQfhtkRwIQcLT1TEUg9StX7Yvw+R26CVIWwjPFpc3igmthau84esFt3 wSIA836C2cThhyzg0rBAAmaeJjCBlx1bLv7LDhhVUB1v+xLDNtd0dgYcGK+fa6v+Xc 0517Y6Z6FR/A2HmUKhihzQOzoTVPrvxa7g6Q8/Yo= From: Jacopo Mondi To: libcamera-devel@lists.libcamera.org Cc: Jacopo Mondi Subject: [PATCH 0/4] libcamera: Initial support for generic line based metadata Date: Wed, 23 Oct 2024 13:11:19 +0200 Message-ID: <20241023111124.124090-1-jacopo.mondi@ideasonboard.com> X-Mailer: git-send-email 2.47.0 MIME-Version: 1.0 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" Group the already sent [PATCH] include: linux: Update headers for line-based embedded data support with more patches to prepare support for line-based embedded metadata support. Jacopo Mondi (2): include: linux: Update headers for line-based embedded data support include: linux: videodev2: Add generic line based pixel formats Laurent Pinchart (2): libcamera: v4l2_subdevice: Add new metadata formats libcamera: v4l2_videodevice: Update to the new kernel metadata API include/libcamera/internal/v4l2_pixelformat.h | 2 + include/linux/README | 2 +- include/linux/media-bus-format.h | 4 ++ include/linux/media.h | 1 + include/linux/v4l2-subdev.h | 5 ++ include/linux/videodev2.h | 12 ++++ src/libcamera/v4l2_pixelformat.cpp | 34 ++++++++++ src/libcamera/v4l2_subdevice.cpp | 63 +++++++++++++++++++ src/libcamera/v4l2_videodevice.cpp | 51 ++++++++++----- 9 files changed, 159 insertions(+), 15 deletions(-) --- 2.47.0