]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00152359-1 sii902x hdmi: add AVI and AIF support.
authorJason Chen <b02280@freescale.com>
Fri, 1 Jul 2011 03:23:43 +0000 (11:23 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:09:17 +0000 (14:09 +0200)
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)

arch/arm/plat-mxc/include/mach/mxc_edid.h

index f3544611ebf0307586ea98cc01000bd4262a81bc..ec65a5fa9bd5f0d594f7f27fa611c73cf461d690 100755 (executable)
@@ -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);