hdmitx: remove a wrong Y422 format judgement [1/1]

PD#IPTV-55

Problem:
When connect to a Samsung TV(support 4k60 422 12bit), get a wrong
0 of 'echo 2160p60hz422,12bit > valid_mode'

Solution:
Remove a wrong Y422 format judgement

Verify:
P212

Change-Id: Ic0f2cefc1e0893390ac38298b55272877d81e04b
Signed-off-by: Zongdong Jiao <zongdong.jiao@amlogic.com>
This commit is contained in:
Zongdong Jiao
2018-11-09 14:57:29 +08:00
committed by Dongjin Kim
parent cf76d1eb93
commit c3be59cd4f

View File

@@ -2301,9 +2301,6 @@ bool hdmitx_edid_check_valid_mode(struct hdmitx_dev *hdev,
(para->cs == COLORSPACE_YUV444))
if (para->cd != COLORDEPTH_24B)
return 0;
if (para->cs == COLORSPACE_YUV422)
if (para->cd != COLORDEPTH_48B)
return 0;
break;
case HDMI_720x480i60_16x9:
case HDMI_720x576i50_16x9: