diff options
author | Danny Nold <dannynold@freescale.com> | 2012-02-14 17:15:23 -0600 |
---|---|---|
committer | Danny Nold <dannynold@freescale.com> | 2012-02-15 10:21:35 -0600 |
commit | e3a4868791aceef59dc43610f678d4a92f5c1df8 (patch) | |
tree | bc457bf2e1234449b4e560a65013b7703459e123 /include/linux/mxcfb_epdc_kernel.h | |
parent | 3ecb0177d966e739b45b1bd1dae490da56a23f2b (diff) |
ENGR00174106-3 - EPDC fb: Support EPDC v2.0
- Added new register definitions for EPDCv2.0
- Added support for 64 LUTs
- Conditionalized code for EPDC versions 1.0, 2.0, and 2.1
- Support for EPDC auto-waveform selection
- Support for collision test mode
- Support for PxP bypassing
- Support for LUT cancellation
- Support for new PxP limitations
- Support for collision minimization EPDC feature
- Added workaround for collision status bug (can't clear
IRQ before reading collision status for LUTs 16-63)
Signed-off-by: Danny Nold <dannynold@freescale.com>
Diffstat (limited to 'include/linux/mxcfb_epdc_kernel.h')
-rw-r--r-- | include/linux/mxcfb_epdc_kernel.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/linux/mxcfb_epdc_kernel.h b/include/linux/mxcfb_epdc_kernel.h index a0cf4acb161b..017202f8a861 100644 --- a/include/linux/mxcfb_epdc_kernel.h +++ b/include/linux/mxcfb_epdc_kernel.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Freescale Semiconductor, Inc. All Rights Reserved. + * Copyright (C) 2010-2012 Freescale Semiconductor, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,7 +25,9 @@ int mxc_epdc_fb_set_temperature(int temperature, struct fb_info *info); int mxc_epdc_fb_set_auto_update(u32 auto_mode, struct fb_info *info); int mxc_epdc_fb_send_update(struct mxcfb_update_data *upd_data, struct fb_info *info); -int mxc_epdc_fb_wait_update_complete(u32 update_marker, struct fb_info *info); +int mxc_epdc_fb_wait_update_complete( + struct mxcfb_update_marker_data *marker_data, + struct fb_info *info); int mxc_epdc_fb_set_pwrdown_delay(u32 pwrdown_delay, struct fb_info *info); int mxc_epdc_get_pwrdown_delay(struct fb_info *info); |