• Jesse Barnes's avatar
    drm/i915: factor out GMCH panel fitting code and use for eDP v3 · 2dd24552
    Jesse Barnes authored
    This gets the panel fitter working on eDP on VLV, and should also apply
    to eDP panels on G4x chipsets (if we ever detect and mark an all-in-one
    panel as eDP anyway).
    
    A few cleanups are still possible on top of this, for example the LVDS
    border control could be placed in the LVDS encoder structure and updated
    based on the result of the panel fitter calculation.
    
    Multi-pipe fitting isn't handled correctly either if we ever get a config
    that wants to try the panel fitter on more than one output at a time.
    
    v2: use pipe_config for storing pfit values (Daniel)
        add i9xx_pfit_enable function for use by 9xx and VLV (Daniel)
    v3: fixup conflicts and lvds_dither check
    Reviewed-by: default avatarMika Kuoppala <mika.kuoppala@intel.com>
    Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
    [danvet: fix up botched conflict resolution from Jesse:
    - border = LVDS_BORDER_ENABLE was lost for CENTER scaling
    - comment about gen2/3 panel fitter scaling was lost
    - dev_priv->lvds_dither reintroduced.]
    Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
    2dd24552
intel_dp.c 88.7 KB