• Jesse Barnes's avatar
    drm/i915: fix panel fitting on LVDS on ILK+ v2 · 0ef37f3f
    Jesse Barnes authored
    This regression was introduced in:
    
    commit b074cec8
    Author: Jesse Barnes <jbarnes@virtuousgeek.org>
    Date:   Thu Apr 25 12:55:02 2013 -0700
    
        drm/i915: move PCH pfit controls into pipe_config
    
    In refactoring this, it was only applied to eDP, which is incorrect.  In
    fact, if we ever use the panel fitter to deal with overscan on HDMI,
    we'll need to extend it again, so just drop the conditional altogether.
    
    v2: drop check for eDP since we can use the fitter in any config (Daniel)
    Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
    Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
    0ef37f3f
intel_display.c 266 KB