diff options
author | Fancy Fang <chen.fang@freescale.com> | 2014-11-07 16:44:46 +0800 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2015-01-15 21:18:32 -0600 |
commit | 9266315a1115c63f5ac7bc4bde748fce2b4ea7f7 (patch) | |
tree | 331771f0628d72ae77b9756d9cb5d5f9237b7fa1 /include | |
parent | bbe1d4716ba1b41104ccdfdd7d0bbb4605496734 (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>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/mxcfb.h | 4 |
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 |