]> git.hungrycats.org Git - linux/commit
drm/i915: Use a dmi quirk to skip a broken SDVO TV output.
authorZhao Yakui <yakui.zhao@intel.com>
Mon, 8 Feb 2010 13:35:12 +0000 (21:35 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 15 Mar 2010 16:07:00 +0000 (09:07 -0700)
commit190ef1c7ed073b4420fb58c03619a024c21ad39a
tree3eeb03b55318cee2795bc091ca09e4d4260358d4
parent011ee01431348cd201ea2c01c6f12a218bca60e2
drm/i915: Use a dmi quirk to skip a broken SDVO TV output.

commit 6070a4a928f8c92b9fae7d6717ebbb05f425d6b2 upstream.

This IBM system has a multi-function SDVO card that reports both VGA
and TV, but the system has no TV connector.  The TV connector always
reported as connected, which would lead to poor modesetting choices.

https://bugs.freedesktop.org/show_bug.cgi?id=25787

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Tested-by: Vance <liangghv@sg.ibm.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/gpu/drm/i915/intel_sdvo.c