fix red screen issue when hdmi module load
This commit is contained in:
parent
a32f4aeefd
commit
79d9c74480
1 changed files with 1 additions and 1 deletions
2
lichee/linux-4.9/drivers/video/fbdev/sunxi/disp2/hdmi/hdmi_core.c
Normal file → Executable file
2
lichee/linux-4.9/drivers/video/fbdev/sunxi/disp2/hdmi/hdmi_core.c
Normal file → Executable 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) &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue