From: Sandor Yu Date: Tue, 26 Jun 2012 09:55:13 +0000 (+0800) Subject: ENGR00213014-6 MXC EDID: define mxc_edid_parse_ext_blk function X-Git-Tag: v3.0.35-fsl_4.1.0~969 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a0f01e1d1391c6d0adf975f6f1f7e961cb5b5b25;p=karo-tx-linux.git ENGR00213014-6 MXC EDID: define mxc_edid_parse_ext_blk function added function mxc_edid_parse_ext_blk defined. Signed-off-by: Sandor Yu --- 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