From da03ce9c18fca87ae2f443202d70bb42cab6a222 Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Wed, 24 Aug 2016 12:40:18 +0200 Subject: video: add VPL ioctl to get bus format The i.MX specific DI_MODE VPL ioctl already allows to query the encoder input bus format. This patch also allows non-i.MX specific encoder drivers to report their input bus format. Signed-off-by: Philipp Zabel Signed-off-by: Sascha Hauer --- include/video/vpl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/video/vpl.h b/include/video/vpl.h index 846007f4f5..6ae7b0f3e0 100644 --- a/include/video/vpl.h +++ b/include/video/vpl.h @@ -8,6 +8,7 @@ #define VPL_ENABLE 0x67660003 #define VPL_DISABLE 0x67660004 #define VPL_GET_VIDEOMODES 0x67660005 +#define VPL_GET_BUS_FORMAT 0x67660006 struct vpl { int (*ioctl)(struct vpl *, unsigned int port, -- cgit v1.2.3