From: Daniel Vetter Date: Thu, 6 Jun 2013 20:22:47 +0000 (+0200) Subject: drm/i915: stop killing pfit on i9xx X-Git-Tag: v3.11-rc1~65^2~61^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9093354a1e839be057aee66bac37bd3b2f44d0e;p=pandora-kernel.git drm/i915: stop killing pfit on i9xx 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: Mika Kuoppala Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed