[RFC,v1,1/3] Enable `UDMABUF` in the kernel
diff mbox series

Message ID 20241212181655.112958-1-barnabas.pocze@ideasonboard.com
State Superseded
Headers show
Series
  • [RFC,v1,1/3] Enable `UDMABUF` in the kernel
Related show

Commit Message

Barnabás Pőcze Dec. 12, 2024, 6:16 p.m. UTC
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 <barnabas.pocze@ideasonboard.com>
---
 .gitlab-ci/build-kernel.sh | 1 +
 gitlab-ci.yml              | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

Comments

Laurent Pinchart Dec. 15, 2024, 6:45 p.m. UTC | #1
Hi Barnabás,

Thank you for the patch.

On Thu, Dec 12, 2024 at 07:16:53PM +0100, Barnabás Pőcze wrote:
> 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 <barnabas.pocze@ideasonboard.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  .gitlab-ci/build-kernel.sh | 1 +
>  gitlab-ci.yml              | 2 +-
>  2 files changed, 2 insertions(+), 1 deletion(-)
> 
> 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 c78235e..8bc8bc2 100644
> --- a/gitlab-ci.yml
> +++ b/gitlab-ci.yml
> @@ -64,7 +64,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:

Patch
diff mbox series

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 c78235e..8bc8bc2 100644
--- a/gitlab-ci.yml
+++ b/gitlab-ci.yml
@@ -64,7 +64,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: