From: Chris Wilson Date: Tue, 24 Apr 2012 15:36:50 +0000 (+0100) Subject: drm/i915: Remove too early plane enable on pre-PCH hardware X-Git-Tag: v3.5-rc1~83^2~8^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7bd4c25650704d4d065eb4ce2a122d2a80ce804;p=pandora-kernel.git drm/i915: Remove too early plane enable on pre-PCH hardware Enabling the plane before we have assigned valid address means that it will access random PTE (often with conflicting memory types) and cause GPU lockups. However, enabling the plane too early appears to workaround a number of bugs in our modesetting code. Cc: Franz Melchior References: https://bugs.freedesktop.org/show_bug.cgi?id=39947 References: https://bugs.freedesktop.org/show_bug.cgi?id=41091 References: https://bugs.freedesktop.org/show_bug.cgi?id=49041 Signed-off-by: Chris Wilson Acked-by: Jesse Barnes Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed