From 01d9f3c366453f210d440e0811965a412e2aace2 Mon Sep 17 00:00:00 2001 From: Sandor Yu Date: Thu, 27 Dec 2012 11:32:05 +0800 Subject: [PATCH] ENGR00238357 MX6x Change HDMI default output RGB Change HDMI default output RGB Signed-off-by: Sandor Yu --- drivers/video/mxc_hdmi.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/drivers/video/mxc_hdmi.c b/drivers/video/mxc_hdmi.c index 92822f8479c6..4f14d1dfc584 100644 --- a/drivers/video/mxc_hdmi.c +++ b/drivers/video/mxc_hdmi.c @@ -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; -- 2.39.5