]> git.baikalelectronics.ru Git - kernel.git/commit
media: camss: Add VFE files
authorTodor Tomov <todor.tomov@linaro.org>
Tue, 8 Aug 2017 13:30:05 +0000 (09:30 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Sat, 26 Aug 2017 19:09:34 +0000 (15:09 -0400)
commitfdb9799e4a51bc50ad6a21a2185acc0c91c3bcc0
treec472e98d2388d72a8746635ca1f7b6f1bb5a8f95
parentbc19ea28a30a83b52455b124dc37ac8784cc58ed
media: camss: Add VFE files

These files control the VFE module. The VFE has different input
interfaces. The PIX input interface feeds the input data to an image
processing pipeline. Three RDI input interfaces bypass the image
processing pipeline. The VFE also contains the AXI bus interface which
writes the output data to memory.

RDI interfaces are supported in this version. PIX interface is not
supported.

Signed-off-by: Todor Tomov <todor.tomov@linaro.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/qcom/camss-8x16/camss-vfe.c [new file with mode: 0644]
drivers/media/platform/qcom/camss-8x16/camss-vfe.h [new file with mode: 0644]