gpu/drm/i915: Add a blacklist to omit modeset on LID open
authorThomas Bächler <thomas@archlinux.org>
Fri, 2 Jul 2010 08:44:23 +0000 (10:44 +0200)
committerEric Anholt <eric@anholt.net>
Mon, 2 Aug 2010 02:03:41 +0000 (19:03 -0700)
commit0544edfdc3b8f172944c26b9961ca120feb04798
tree6bd8b4ba2d8b8244a1a20f3066fc938c0086ecb7
parentd6486813d2d0658c34f62212ba9a64be4d01c317
gpu/drm/i915: Add a blacklist to omit modeset on LID open

On some machines (currently only the Toshiba Tecra A11 is known), the GPU
locks up when modeset is forced on LID open. This patch adds a new DMI
blacklist and omits modesetting for all matches.

Fixes https://bugzilla.kernel.org/show_bug.cgi?id=15550

Signed-off-by: Thomas Bächler <thomas@archlinux.org>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/intel_lvds.c