summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorb02550 <b02550@freescale.com>2009-06-12 14:14:18 +0800
committerJustin Waters <justin.waters@timesys.com>2009-10-13 11:03:47 -0400
commit8760ac93b33b5c0e045f2608b1941c7a8c50880d (patch)
treeb37aaca8f44b92dc687e4b98abb1a8a947bdaf4a /include
parent2536248cde705b3aa9b9e3b4708ae06209918056 (diff)
ENGR00113242 IPUv3: Add new ioctl to get ipu channel type of fb.
Add new ioctl to get ipu channel type to avoid the conflict between 3Stack and BBG board. Signed-off-by: DingQiang <b02550@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mxcfb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mxcfb.h b/include/linux/mxcfb.h
index c7bc6bc8f005..f54a2c089fae 100644
--- a/include/linux/mxcfb.h
+++ b/include/linux/mxcfb.h
@@ -49,6 +49,7 @@ struct mxcfb_pos {
#define MXCFB_SET_GBL_ALPHA _IOW('F', 0x21, struct mxcfb_gbl_alpha)
#define MXCFB_SET_CLR_KEY _IOW('F', 0x22, struct mxcfb_color_key)
#define MXCFB_SET_OVERLAY_POS _IOW('F', 0x24, struct mxcfb_pos)
+#define MXCFB_GET_FB_IPU_CHAN _IOR('F', 0x25, u_int32_t)
#ifdef __KERNEL__