summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFancy Fang <chen.fang@freescale.com>2014-11-07 16:44:46 +0800
committerFancy Fang <chen.fang@freescale.com>2014-11-25 10:51:51 +0800
commit4fea48c13ebf455f977905f076e978da8568a769 (patch)
tree29e53536e3e7a2081c08187e1d2e2696fe971d39 /include
parent68a1d763e08dba3076d539d77adbdd5b612c732b (diff)
MLK-9741-01: ARM: IMX6SL-EVK: EPDC: add two ioctls to disable/enable EPDC hardware access
The two ioctls can be used to disable/enable EPDC hardware access which are required by epdc user apps to do some sync jobs. Signed-off-by: Fancy Fang <chen.fang@freescale.com> (cherry picked from commit 085c057661e7840bb5da4556a3c8844365af283a)
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/mxcfb.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/uapi/linux/mxcfb.h b/include/uapi/linux/mxcfb.h
index 672696184897..568250021508 100644
--- a/include/uapi/linux/mxcfb.h
+++ b/include/uapi/linux/mxcfb.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Freescale Semiconductor, Inc. All Rights Reserved
+ * Copyright (C) 2013-2014 Freescale Semiconductor, Inc. All Rights Reserved
*/
/*
@@ -171,4 +171,6 @@ struct mxcfb_csc_matrix {
#define MXCFB_GET_PWRDOWN_DELAY _IOR('F', 0x31, int32_t)
#define MXCFB_SET_UPDATE_SCHEME _IOW('F', 0x32, __u32)
#define MXCFB_GET_WORK_BUFFER _IOWR('F', 0x34, unsigned long)
+#define MXCFB_DISABLE_EPDC_ACCESS _IO('F', 0x35)
+#define MXCFB_ENABLE_EPDC_ACCESS _IO('F', 0x36)
#endif