]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00238357 MX6x Change HDMI default output RGB
authorSandor Yu <R01008@freescale.com>
Thu, 27 Dec 2012 03:32:05 +0000 (11:32 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:49 +0000 (08:35 +0200)
Change HDMI default output RGB

Signed-off-by: Sandor Yu <R01008@freescale.com>
drivers/video/mxc_hdmi.c

index 92822f8479c6628b44adf736dfb86f49a2f764b4..4f14d1dfc58496c7c1fe0885ddc4696eefd2e63f 100644 (file)
@@ -1920,13 +1920,6 @@ static void mxc_hdmi_setup(struct mxc_hdmi *hdmi, unsigned long event)
        hdmi->hdmi_data.enc_in_format = RGB;
 
        hdmi->hdmi_data.enc_out_format = RGB;
-       /*DVI mode not support non-RGB */
-       if (!hdmi->hdmi_data.video_mode.mDVI) {
-               if (hdmi->edid_cfg.cea_ycbcr444)
-                       hdmi->hdmi_data.enc_out_format = YCBCR444;
-               else if (hdmi->edid_cfg.cea_ycbcr422)
-                       hdmi->hdmi_data.enc_out_format = YCBCR422_8BITS;
-       }
 
        /* IPU not support depth color output */
        hdmi->hdmi_data.enc_color_depth = 8;