fix red screen issue when hdmi module load

This commit is contained in:
August 2019-02-27 18:52:46 +08:00
parent a32f4aeefd
commit 79d9c74480

View file

@ -827,7 +827,7 @@ u32 hdmi_core_get_csc_type(void)
{
int csc = 1;
if (hdmi_edid_is_yuv() == 0)
if ((hdmi_core_get_cts_enable() == 1) && (hdmi_edid_is_yuv() == 0))
csc = 0;
if ((is_exp == 1) &&