[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>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
a626e64e0b
commit
989af88339
@@ -14,7 +14,8 @@
|
||||
#define __PLATFORM_VSP1_H__
|
||||
|
||||
#define VSP1_HAS_LIF (1 << 0)
|
||||
#define VSP1_HAS_SRU (1 << 1)
|
||||
#define VSP1_HAS_LUT (1 << 1)
|
||||
#define VSP1_HAS_SRU (1 << 2)
|
||||
|
||||
struct vsp1_platform_data {
|
||||
unsigned int features;
|
||||
|
||||
Reference in New Issue
Block a user