diff options
| author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-07-10 11:03:30 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-12-11 06:23:59 -0500 |
| commit | a626e64e0bee4fb26848dbed92223dde488f3d93 (patch) | |
| tree | 1c1954248d69952692200570526e504e4b8ef33a /include/linux/platform_data | |
| parent | 5cdf5741d6529f3c04dcd117b4c9b9039d101602 (diff) | |
[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>
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/vsp1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/platform_data/vsp1.h b/include/linux/platform_data/vsp1.h index a73a456d7f11..27c0ede1a53f 100644 --- a/include/linux/platform_data/vsp1.h +++ b/include/linux/platform_data/vsp1.h | |||
| @@ -14,6 +14,7 @@ | |||
| 14 | #define __PLATFORM_VSP1_H__ | 14 | #define __PLATFORM_VSP1_H__ |
| 15 | 15 | ||
| 16 | #define VSP1_HAS_LIF (1 << 0) | 16 | #define VSP1_HAS_LIF (1 << 0) |
| 17 | #define VSP1_HAS_SRU (1 << 1) | ||
| 17 | 18 | ||
| 18 | struct vsp1_platform_data { | 19 | struct vsp1_platform_data { |
| 19 | unsigned int features; | 20 | unsigned int features; |
