mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
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:
committed by
Jianxin Pan
parent
ff97a4ee6c
commit
394499b97e
@@ -2284,9 +2284,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:
|
||||
|
||||
Reference in New Issue
Block a user