commit | c7bd4c25650704d4d065eb4ce2a122d2a80ce804 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Apr 24 16:36:50 2012 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu May 03 11:18:09 2012 +0200 |
tree | 9b8503e4129e557dd6fa9e6024ade25fb4773aac | |
parent | 7338aefa5cad08eb6794aa8e9a5853dedb990aa0 [diff] |
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 <melchior.franz@gmail.com> 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 <chris@chris-wilson.co.uk> Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>