[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:
committed by
Mauro Carvalho Chehab
parent
5cdf5741d6
commit
a626e64e0b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user