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, 5 Jul 2010 16:13:55 +0000 (09:13 -0700)
commit1073af33fdd4e960c70b828e899b1291b44f0b3d
tree79d4179cfa2df111e5bca9fc9bfdd707c134d37c
parent815c4163b6c8ebf8152f42b0a5fd015cfdcedc78
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>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/intel_lvds.c