From a69d3debb8450ea6dbdac4fdf40058cc2b2b115c Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Fri, 1 Jul 2011 11:23:43 +0800 Subject: [PATCH] ENGR00152359-1 sii902x hdmi: add AVI and AIF support. 1.add AVI and AIF support. 2.add edid 4-block reading support.(not test) Signed-off-by: Jason Chen (cherry picked from commit 449efb20625cc8a3dd1259796b4050578960a3d4) --- arch/arm/plat-mxc/include/mach/mxc_edid.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/plat-mxc/include/mach/mxc_edid.h b/arch/arm/plat-mxc/include/mach/mxc_edid.h index f3544611ebf0..ec65a5fa9bd5 100755 --- a/arch/arm/plat-mxc/include/mach/mxc_edid.h +++ b/arch/arm/plat-mxc/include/mach/mxc_edid.h @@ -32,8 +32,16 @@ struct mxc_edid_cfg { bool cea_ycbcr444; bool cea_ycbcr422; bool hdmi_cap; + + /*VSD*/ + bool vsd_dc_48bit; + bool vsd_dc_36bit; + bool vsd_dc_30bit; + bool vsd_dc_y444; + bool vsd_dvi_dual; }; +int mxc_edid_var_to_vic(struct fb_var_screeninfo *var); int mxc_edid_read(struct i2c_adapter *adp, unsigned short addr, unsigned char *edid, struct mxc_edid_cfg *cfg, struct fb_info *fbi); -- 2.39.5