summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJason Chen <b02280@freescale.com>2011-07-01 11:23:43 +0800
committerJason Chen <b02280@freescale.com>2011-07-01 11:23:43 +0800
commit449efb20625cc8a3dd1259796b4050578960a3d4 (patch)
tree17706cb2589208373e3ac9c4a5abd70ec51a830c /arch
parent1789fad74fee0ad74c3142dd5b81cf3b4428c856 (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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/plat-mxc/include/mach/mxc_edid.h8
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 100644
--- 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);