]> asedeno.scripts.mit.edu Git - linux.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)
commit4c98a5f57f90f2c80db85187aac40d9805c2b554
treec472e98d2388d72a8746635ca1f7b6f1bb5a8f95
parenta3a2e82d28b232f1e4d704ddc5cfab7fdc85eab5
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]