mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-21 06:50:25 +00:00

The C3 ISP supports multi-camera and multi-exposure HDR, integrates advanced imaging technologies for optimal quality, and drives the core pipeline to transform raw sensor data into high-fidelity images through demosaicing, color correction, and tone mapping operations. Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Signed-off-by: Keke Li <keke.li@amlogic.com> Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> [hverkuil: drop unnecessary vb2_ops_wait_prepare/finish callbacks]
18 lines
522 B
Text
18 lines
522 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config VIDEO_C3_ISP
|
|
tristate "Amlogic C3 Image Signal Processor (ISP) driver"
|
|
depends on ARCH_MESON || COMPILE_TEST
|
|
depends on VIDEO_DEV
|
|
depends on OF
|
|
select MEDIA_CONTROLLER
|
|
select V4L2_FWNODE
|
|
select VIDEO_V4L2_SUBDEV_API
|
|
select VIDEOBUF2_DMA_CONTIG
|
|
select VIDEOBUF2_VMALLOC
|
|
help
|
|
Video4Linux2 driver for Amlogic C3 ISP pipeline.
|
|
The C3 ISP is used for processing raw images and
|
|
outputing results to memory.
|
|
|
|
To compile this driver as a module choose m here.
|