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:25:20 -0500 |
| commit | 989af88339db26345e23271dae1089d949c4a0f1 (patch) | |
| tree | 76f13427804b04acc5e7ee0de2ef73db885f76f3 /include/linux/platform_data | |
| parent | a626e64e0bee4fb26848dbed92223dde488f3d93 (diff) | |
[media] v4l: vsp1: Add LUT support
The Look-Up Table looks up values in 8-bit indexed tables separately for
each color component.
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/platform_data/vsp1.h b/include/linux/platform_data/vsp1.h index 27c0ede1a53f..63170e2614b3 100644 --- a/include/linux/platform_data/vsp1.h +++ b/include/linux/platform_data/vsp1.h | |||
| @@ -14,7 +14,8 @@ | |||
| 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 | #define VSP1_HAS_LUT (1 << 1) |
| 18 | #define VSP1_HAS_SRU (1 << 2) | ||
| 18 | 19 | ||
| 19 | struct vsp1_platform_data { | 20 | struct vsp1_platform_data { |
| 20 | unsigned int features; | 21 | unsigned int features; |
