diff options
author | Sandor Yu <R01008@freescale.com> | 2012-06-26 17:55:13 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-07-20 13:39:32 +0800 |
commit | e353302e9ea2d11325749be4d0d833e725498873 (patch) | |
tree | 652876c74b0eacce300a2f07570286883fe567e9 | |
parent | 75aa73b3541601dd051e3070888272741f1dd593 (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-x | arch/arm/plat-mxc/include/mach/mxc_edid.h | 3 |
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 |