From patchwork Tue Dec 17 15:31:50 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= X-Patchwork-Id: 22380 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 881AEC32F6 for ; Tue, 17 Dec 2024 15:31:59 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id B8D6167FDE; Tue, 17 Dec 2024 16:31:58 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="SSO/tV99"; 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 66A2A67F0D for ; Tue, 17 Dec 2024 16:31:56 +0100 (CET) Received: from pb-laptop.local (185.221.140.157.nat.pool.zt.hu [185.221.140.157]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id DBAC83E; Tue, 17 Dec 2024 16:31:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1734449479; bh=xvs8tRgIUlKtM8w4KWlWl3txd5DLK4YPHmsjgQl+i58=; h=From:To:Cc:Subject:Date:From; b=SSO/tV999jz5CVpm7b2Dd/HlzeiarZEGcuTC6jdsrkasdb9ESG+xmPbo11wUGxUPo BSRE8breFQcwVwwFCQAF4G3Ou/11jupGCNUGWEInHUW0qPEut2JzE0SF3l8aIRWpw7 i1Gvg/8lzYtosjRLaZmlRi4MnaX1efRg20Cksxd0= From: =?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= To: libcamera-devel@lists.libcamera.org Cc: Laurent Pinchart Subject: [libcamera-ci] [RFC PATCH v3 1/4] Enable `UDMABUF` in the kernel Date: Tue, 17 Dec 2024 16:31:50 +0100 Message-ID: <20241217153153.140417-1-barnabas.pocze@ideasonboard.com> X-Mailer: git-send-email 2.47.1 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" This is necessary to test `DmaBufAllocator`, as well as the "virtual" pipeline handler since it uses the former to allocate buffers in `PipelineHandler::exportFrameBuffers()`. Signed-off-by: Barnabás Pőcze Reviewed-by: Laurent Pinchart --- .gitlab-ci/build-kernel.sh | 1 + gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- 2.47.1 diff --git a/.gitlab-ci/build-kernel.sh b/.gitlab-ci/build-kernel.sh index f413693..569f3db 100755 --- a/.gitlab-ci/build-kernel.sh +++ b/.gitlab-ci/build-kernel.sh @@ -51,6 +51,7 @@ kernel_config() { VIDEO_VIM2M VIDEO_VIMC VIDEO_VIVID + UDMABUF ) ./scripts/config ${disable[@]/#/--disable } diff --git a/gitlab-ci.yml b/gitlab-ci.yml index 601759c..6d26680 100644 --- a/gitlab-ci.yml +++ b/gitlab-ci.yml @@ -65,7 +65,7 @@ include: .libcamera-ci.debian:12: variables: FDO_DISTRIBUTION_VERSION: 'bookworm' - FDO_DISTRIBUTION_TAG: '2024-11-05.1' + FDO_DISTRIBUTION_TAG: '2024-12-12.1' .libcamera-ci.debian:13: variables: