summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDanny Nold <dannynold@freescale.com>2011-04-07 20:59:57 -0500
committerRobby Cai <R63905@freescale.com>2011-05-08 22:19:47 -0500
commitbcf18c81dd944c831e78cc57ea9e4e7390cb400c (patch)
tree94bf999bce8c9885e55dc5905d14d3bc90c0cd93 /include
parent4bec8b576db8a862e88570f7d2d4449e06329629 (diff)
ENGR00140983-4 - SII902X fb: Support HDMI driven through LCDIF module
- Defined new API to allow client display FB drivers to pass videomode information to the LCDIF. - SII902X added calls to enable/disable pins through platform-level function pointers. - Changed SII902X driver to ensure that HDMI detect routine gets called once FB is registered, if a hotplug interrupt has previously been detected. - Added call to display boot logo once FB is registered. - Modified LCDIF to incorporate videomodes passed in from client display FB drivers. Signed-off-by: Danny Nold <dannynold@freescale.com> (cherry picked from commit b78d67317ca2775920d8a988c243d51ffac00f22)
Diffstat (limited to 'include')
-rw-r--r--include/linux/mxcfb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mxcfb.h b/include/linux/mxcfb.h
index c097eef9f6e2..3c70c0080f14 100644
--- a/include/linux/mxcfb.h
+++ b/include/linux/mxcfb.h
@@ -162,6 +162,8 @@ int mxcfb_set_refresh_mode(struct fb_info *fbi, int mode,
void mxcfb_register_mode(int disp_port,
const struct fb_videomode *modedb,
int num_modes, int dev_mode);
+void mxcfb_elcdif_register_mode(const struct fb_videomode *modedb,
+ int num_modes, int dev_mode);
void mxcfb_register_presetup(int disp_port,
int (*pre_setup)(struct fb_info *info));