summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorb02550 <b02550@freescale.com>2009-06-12 14:14:18 +0800
committerb02550 <b02550@freescale.com>2009-06-12 14:37:58 +0800
commit438eaa1c73d861bc95690cbd71ad0b53b6962172 (patch)
treeb37aaca8f44b92dc687e4b98abb1a8a947bdaf4a /include
parent153ce5d7afd74ce56d868c11525c4aff7cd546d5 (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__