Directory Files
.. 2
File Size
Kconfig 940 B
Makefile 189 B
hva-debugfs.c 10 kB
hva-h264.c 31 kB
hva-hw.c 15 kB
hva-hw.h 1.1 kB
hva-mem.c 1.4 kB
hva-mem.h 717 B
hva-v4l2.c 38 kB
hva.h 13 kB
st-hva.mod.c 0 B

Linux v6.6.1 - hva

# SPDX-License-Identifier: GPL-2.0-only
config VIDEO_STI_HVA
	tristate "STMicroelectronics HVA multi-format video encoder V4L2 driver"
	depends on V4L_MEM2MEM_DRIVERS
	depends on VIDEO_DEV
	depends on ARCH_STI || COMPILE_TEST
	select VIDEOBUF2_DMA_CONTIG
	select V4L2_MEM2MEM_DEV
	help
	  This V4L2 driver enables HVA (Hardware Video Accelerator) multi-format
	  video encoder of STMicroelectronics SoC, allowing hardware encoding of
	  raw uncompressed formats in various compressed video bitstreams format.

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

config VIDEO_STI_HVA_DEBUGFS
	bool "Export STMicroelectronics HVA internals in debugfs"
	depends on VIDEO_STI_HVA
	depends on DEBUG_FS
	help
	  Select this to see information about the internal state and the last
	  operation of STMicroelectronics HVA multi-format video encoder in
	  debugfs.

	  Choose N unless you know you need this.