]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
drm/bridge/sii8620: enable interlace modes
authorAndrzej Hajda <a.hajda@samsung.com>
Wed, 1 Feb 2017 07:47:52 +0000 (08:47 +0100)
committerArchit Taneja <architt@codeaurora.org>
Thu, 2 Feb 2017 09:45:31 +0000 (15:15 +0530)
Bug in DECON(CRTC) driver prevented interlace modes from proper work.
Since DECON is fixed interlace modes can be enabled in MHL.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Link: http://patchwork.freedesktop.org/patch/msgid/1485935272-17337-26-git-send-email-a.hajda@samsung.com
drivers/gpu/drm/bridge/sil-sii8620.c

index dae94899ac4528a26634bac89f239bd34a9b424a..cdd0a9d44ba188d236755b8aa612bec0c59442e5 100644 (file)
@@ -2115,9 +2115,6 @@ static bool sii8620_mode_fixup(struct drm_bridge *bridge,
        int max_lclk;
        bool ret = true;
 
-       if (adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE)
-               return false;
-
        mutex_lock(&ctx->lock);
 
        max_lclk = sii8620_is_mhl3(ctx) ? MHL3_MAX_LCLK : MHL1_MAX_LCLK;