drm/i915: ignore LVDS on intel graphics systems that lie about having it
authorJarod Wilson <jarod@redhat.com>
Tue, 5 May 2009 14:00:25 +0000 (10:00 -0400)
committerEric Anholt <eric@anholt.net>
Thu, 14 May 2009 23:00:28 +0000 (16:00 -0700)
commit425d244c86700bdbc68d096c812336b6a5b9b4e9
tree6214cdc6a5a6f6e771504db85c8f4d9e9e4a70d7
parent802c7eb646848d769a07704c16f7a3bbec9e5829
drm/i915: ignore LVDS on intel graphics systems that lie about having it

There are a number of small form factor desktop systems with Intel mobile
graphics chips that lie and say they have an LVDS. With kernel mode-setting,
this becomes a problem, and makes native resolution boot go haywire -- for
example, my Dell Studio Hybrid, hooked to a 1920x1080 display claims to
have a 1024x768 LVDS, and the resulting graphical boot on the 1920x1080
display uses only the top left 1024x768, and auto-configured X will end
up only 1024x768 as well. With this change, graphical boot and X
both do 1920x1080 as expected.

Note that we're simply embracing and extending the early bail-out code
in place for the Mac Mini here. The xorg intel driver uses pci subsystem
device and vendor id for matching, while we're using dmi lookups here.
The MSI addition is courtesy of and tested by Bill Nottingham.

Signed-off-by: Jarod Wilson <jarod@redhat.com>
Tested-by: Bill Nottingham <notting@redhat.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/intel_lvds.c