Directory Files
.. 2
File Size
Kconfig 1.1 kB
Makefile 297 B
delta-cfg.h 1.8 kB
delta-debug.c 2.0 kB
delta-debug.h 536 B
delta-ipc.c 15 kB
delta-ipc.h 2.9 kB
delta-mem.c 1.3 kB
delta-mem.h 386 B
delta-mjpeg-dec.c 12 kB
delta-mjpeg-fw.h 7.2 kB
delta-mjpeg-hdr.c 3.2 kB
delta-mjpeg.h 862 B
delta-v4l2.c 50 kB
delta.h 17 kB
st-delta.mod.c 0 B

Linux v6.6.1 - delta

# SPDX-License-Identifier: GPL-2.0-only
config VIDEO_STI_DELTA
	tristate "STMicroelectronics DELTA multi-format video decoder V4L2 driver"
	depends on V4L_MEM2MEM_DRIVERS
	depends on VIDEO_DEV
	depends on ARCH_STI || COMPILE_TEST
	help
		This V4L2 driver enables DELTA multi-format video decoder
		of STMicroelectronics STiH4xx SoC series allowing hardware
		decoding of various compressed video bitstream format in
		raw uncompressed format.

		Use this option to see the decoders available for such
		hardware.

		Please notice that the driver will only be built if
		at least one of the DELTA decoder below is selected.

config VIDEO_STI_DELTA_MJPEG
	bool "STMicroelectronics DELTA MJPEG support"
	default y
	depends on VIDEO_STI_DELTA
	help
		Enables DELTA MJPEG hardware support.

		To compile this driver as a module, choose M here:
		the module will be called st-delta.

config VIDEO_STI_DELTA_DRIVER
	tristate
	depends on VIDEO_STI_DELTA
	depends on VIDEO_STI_DELTA_MJPEG
	default VIDEO_STI_DELTA_MJPEG
	select VIDEOBUF2_DMA_CONTIG
	select V4L2_MEM2MEM_DEV
	select RPMSG