media: vsp1: Add support for extended display list headers
Extended display list headers allow pre and post command lists to be executed by the VSP pipeline. This provides the base support for features such as AUTO_FLD (for interlaced support) and AUTO_DISP (for supporting continuous camera preview pipelines. Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:

committed by
Mauro Carvalho Chehab

parent
08e41f6219
commit
7d630c4924
@@ -53,6 +53,7 @@ struct vsp1_uif;
|
||||
#define VSP1_HAS_HGO (1 << 7)
|
||||
#define VSP1_HAS_HGT (1 << 8)
|
||||
#define VSP1_HAS_BRS (1 << 9)
|
||||
#define VSP1_HAS_EXT_DL (1 << 10)
|
||||
|
||||
struct vsp1_device_info {
|
||||
u32 version;
|
||||
|
Reference in New Issue
Block a user