summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandor Yu <R01008@freescale.com>2012-06-26 17:55:13 +0800
committerJason Liu <r64343@freescale.com>2012-07-20 13:39:32 +0800
commite353302e9ea2d11325749be4d0d833e725498873 (patch)
tree652876c74b0eacce300a2f07570286883fe567e9
parent75aa73b3541601dd051e3070888272741f1dd593 (diff)
ENGR00213014-6 MXC EDID: define mxc_edid_parse_ext_blk function
added function mxc_edid_parse_ext_blk defined. Signed-off-by: Sandor Yu <R01008@freescale.com>
-rwxr-xr-xarch/arm/plat-mxc/include/mach/mxc_edid.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mxc_edid.h b/arch/arm/plat-mxc/include/mach/mxc_edid.h
index 2b35fec91c6b..3aa1cc20778e 100755
--- a/arch/arm/plat-mxc/include/mach/mxc_edid.h
+++ b/arch/arm/plat-mxc/include/mach/mxc_edid.h
@@ -76,5 +76,6 @@ int mxc_edid_var_to_vic(struct fb_var_screeninfo *var);
int mxc_edid_mode_to_vic(const struct fb_videomode *mode);
int mxc_edid_read(struct i2c_adapter *adp, unsigned short addr,
unsigned char *edid, struct mxc_edid_cfg *cfg, struct fb_info *fbi);
-
+int mxc_edid_parse_ext_blk(unsigned char *edid, struct mxc_edid_cfg *cfg,
+ struct fb_monspecs *specs);
#endif