[RFC PATCH v1 1/3] Enable `UDMABUF` in the kernel

Laurent Pinchart laurent.pinchart at ideasonboard.com
Sun Dec 15 19:45:56 CET 2024


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 at ideasonboard.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart at 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:

-- 
Regards,

Laurent Pinchart


More information about the libcamera-devel mailing list