]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00213014-6 MXC EDID: define mxc_edid_parse_ext_blk function
authorSandor Yu <R01008@freescale.com>
Tue, 26 Jun 2012 09:55:13 +0000 (17:55 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:12:17 +0000 (14:12 +0200)
added function mxc_edid_parse_ext_blk defined.

Signed-off-by: Sandor Yu <R01008@freescale.com>
arch/arm/plat-mxc/include/mach/mxc_edid.h

index 2b35fec91c6b886e3b7b70b808457ec26f458a31..3aa1cc20778e8df86ff28901dd51e96ece85e25c 100755 (executable)
@@ -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