• Ben Widawsky's avatar
    drm/i915: PCH_NOP · 40c7ead9
    Ben Widawsky authored
    Given certain fusing options discussed in the previous patch, it's
    possible to end up with platforms that normally have PCH but that PCH
    doesn't actually exist. In many cases, this is easily remedied with
    setting 0 pipes. This covers the other corners.
    
    Requiring this is a symptom of improper code splitting (using
    HAS_PCH_SPLIT instead of proper GEN checking, basically). I do not want
    to fix this.
    
    v2: Remove PCH reflck after change in previous patch (Daniel)
    Signed-off-by: default avatarBen Widawsky <ben@bwidawsk.net>
    Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
    40c7ead9
i915_drv.h 59.3 KB