Skip to content

Commit

Permalink
Fix for pink screen when outputting RGB
Browse files Browse the repository at this point in the history
  • Loading branch information
graham8 authored and samnazarko committed Sep 2, 2018
1 parent fcfc122 commit e6b23e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/amlogic/hdmi/hdmi_tx_20/hw/hdmi_tx_hw.c
Expand Up @@ -3835,8 +3835,6 @@ static int hdmitx_hdmi_dvi_config(struct hdmitx_dev *hdev,
hdmitx_set_reg_bits(HDMITX_DWC_FC_INVIDCONF, 0, 3, 1);

} else {
/* disable csc in video path */
hdmitx_wr_reg(HDMITX_DWC_MC_FLOWCTRL, 0x0);

/* set ycc indicator */
if (hdmi_output_rgb) {
Expand Down

0 comments on commit e6b23e5

Please sign in to comment.