From: Ben Widawsky Date: Fri, 5 Apr 2013 20:12:40 +0000 (-0700) Subject: drm/i915: PCH_NOP X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~40^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40c7ead980945ac96eadbd6d99b050458d797e2b;p=pandora-kernel.git drm/i915: PCH_NOP 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: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed