• D
    drm/i915: stop killing pfit on i9xx · c9093354
    Daniel Vetter 提交于
    Nowadays (i.e. with Valleyview) we also have edp on non-PCH_SPLIT
    platforms, so just checking for LVDS is not good enough.
    
    Secondly we have full pfit pipe config tracking, so we'll correctly
    disable the pfit as part of the initial modeset.
    
    For fastboot we need a bit of work here to correctly kill unsupported
    configs (if e.g. the pfit is used on anything else than the built-in
    panel). But since that's not yet supported we don't need to worry.
    Reviewed-by: NMika Kuoppala <mika.kuoppala@intel.com>
    Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
    c9093354
intel_lvds.c 31.3 KB