On Sun, Sep 2, 2018 at 3:27 PM Jernej Skrabec <[email protected]> wrote: > > It turns out that even new DW HDMI controllers exhibits same mangenta
magenta? Otherwise, FWIW, Reviewed-by: Chen-Yu Tsai <[email protected]> > line issues as older versions. > > Enable workaround for v2.12a. > > Signed-off-by: Jernej Skrabec <[email protected]> > --- > drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c > b/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c > index 5971976284bf..df1c7a2d6961 100644 > --- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c > +++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c > @@ -1664,6 +1664,7 @@ static void dw_hdmi_clear_overflow(struct dw_hdmi *hdmi) > case 0x131a: > case 0x132a: > case 0x201a: > + case 0x212a: > count = 1; > break; > default: > -- > 2.18.0 > -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
