Skip to content

Commit

Permalink
drm/bridge/synopsys: dw-hdmi: Enable workaround for v2.12a
Browse files Browse the repository at this point in the history
It turns out that even new DW HDMI controllers exhibits same mangenta
line issues as older versions.

Enable workaround for v2.12a.

Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
  • Loading branch information
jernejsk committed Mar 28, 2018
1 parent f2889fa commit 2ef9130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
Expand Up @@ -1665,6 +1665,7 @@ static void dw_hdmi_clear_overflow(struct dw_hdmi *hdmi)
case 0x131a:
case 0x132a:
case 0x201a:
case 0x212a:
count = 1;
break;
default:
Expand Down

0 comments on commit 2ef9130

Please sign in to comment.