diff options
author | Jason Chen <b02280@freescale.com> | 2011-07-01 11:23:43 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-07-20 13:14:37 +0800 |
commit | 288f7e49f41f77319d2e10b4b6470a15205f039d (patch) | |
tree | f5ae2edb7b2155d681d44f8118ea05a5fc6ecc7a /arch | |
parent | ad2e4540b199bf59e40c6588206274c90dc03187 (diff) |
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 <b02280@freescale.com>
(cherry picked from commit 449efb20625cc8a3dd1259796b4050578960a3d4)
Diffstat (limited to 'arch')
-rwxr-xr-x | arch/arm/plat-mxc/include/mach/mxc_edid.h | 8 |
1 files changed, 8 insertions, 0 deletions
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); |