{"id":22301,"url":"https://patchwork.libcamera.org/api/patches/22301/?format=json","web_url":"https://patchwork.libcamera.org/patch/22301/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/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":"<20241212181655.112958-1-barnabas.pocze@ideasonboard.com>","date":"2024-12-12T18:16:53","name":"[RFC,v1,1/3] Enable `UDMABUF` in the kernel","commit_ref":null,"pull_url":null,"state":"superseded","archived":false,"hash":"6ec286e7ab8fd19803c7a148a8468ef107d22204","submitter":{"id":216,"url":"https://patchwork.libcamera.org/api/people/216/?format=json","name":"Barnabás Pőcze","email":"barnabas.pocze@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/22301/mbox/","series":[{"id":4879,"url":"https://patchwork.libcamera.org/api/series/4879/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=4879","date":"2024-12-12T18:16:53","name":"[RFC,v1,1/3] Enable `UDMABUF` in the kernel","version":1,"mbox":"https://patchwork.libcamera.org/series/4879/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/22301/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/22301/checks/","tags":{},"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 6F1A3C32EA\n\tfor <parsemail@patchwork.libcamera.org>;\n\tThu, 12 Dec 2024 18:17:02 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 8FB8767EE0;\n\tThu, 12 Dec 2024 19:17:01 +0100 (CET)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 3D8A7608B6\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 12 Dec 2024 19:16:59 +0100 (CET)","from pb-laptop.local (185.221.143.90.nat.pool.zt.hu\n\t[185.221.143.90])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 55BFA316\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 12 Dec 2024 19:16:25 +0100 (CET)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"ETYbimQJ\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1734027385;\n\tbh=1fL6unuFezKYgYDN6MVHfMORST1I5wftvaBVl1cybYs=;\n\th=From:To:Subject:Date:From;\n\tb=ETYbimQJMSxn5lF1DvYCsi+lKYKJn6Hm12yEk8DdRW+Wvz0rUeVyvZAj9AEQEDF3m\n\tgCgjgfpI2deT+gsWUHthYAPjFSzBC7rEU7DvaGdpzW7naPFqNwz1dQWE1H9Na9GNJf\n\td7rAJLwqBlCCofLj+YwnA0ml0BafsIQUrbpqFEwc=","From":"=?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= <barnabas.pocze@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Subject":"[RFC PATCH v1 1/3] Enable `UDMABUF` in the kernel","Date":"Thu, 12 Dec 2024 19:16:53 +0100","Message-ID":"<20241212181655.112958-1-barnabas.pocze@ideasonboard.com>","X-Mailer":"git-send-email 2.47.1","MIME-Version":"1.0","Content-Type":"text/plain; charset=UTF-8","Content-Transfer-Encoding":"8bit","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 is necessary to test `DmaBufAllocator`, as well as the\n\"virtual\" pipeline handler since it uses the former to allocate\nbuffers in `PipelineHandler::exportFrameBuffers()`.\n\nSigned-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>\n---\n .gitlab-ci/build-kernel.sh | 1 +\n gitlab-ci.yml              | 2 +-\n 2 files changed, 2 insertions(+), 1 deletion(-)","diff":"diff --git a/.gitlab-ci/build-kernel.sh b/.gitlab-ci/build-kernel.sh\nindex f413693..569f3db 100755\n--- a/.gitlab-ci/build-kernel.sh\n+++ b/.gitlab-ci/build-kernel.sh\n@@ -51,6 +51,7 @@ kernel_config() {\n \t\tVIDEO_VIM2M\n \t\tVIDEO_VIMC\n \t\tVIDEO_VIVID\n+\t\tUDMABUF\n \t)\n \n \t./scripts/config ${disable[@]/#/--disable }\ndiff --git a/gitlab-ci.yml b/gitlab-ci.yml\nindex c78235e..8bc8bc2 100644\n--- a/gitlab-ci.yml\n+++ b/gitlab-ci.yml\n@@ -64,7 +64,7 @@ include:\n .libcamera-ci.debian:12:\n   variables:\n     FDO_DISTRIBUTION_VERSION: 'bookworm'\n-    FDO_DISTRIBUTION_TAG: '2024-11-05.1'\n+    FDO_DISTRIBUTION_TAG: '2024-12-12.1'\n \n .libcamera-ci.debian:13:\n   variables:\n","prefixes":["RFC","v1","1/3"]}