[media] v4l: vsp1: Add SRU support

The Super Resolution Unit performs super resolution processing with
optional upscaling by a factor of two.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
Laurent Pinchart 2013-07-10 12:03:30 -03:00 committed by Mauro Carvalho Chehab
parent 5cdf5741d6
commit a626e64e0b
9 changed files with 431 additions and 1 deletions

View file

@ -14,6 +14,7 @@
#define __PLATFORM_VSP1_H__
#define VSP1_HAS_LIF (1 << 0)
#define VSP1_HAS_SRU (1 << 1)
struct vsp1_platform_data {
unsigned int features;