]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Skip SDVO/HDMI init when the chipset tells us it's not present.
authorEric Anholt <eric@anholt.net>
Thu, 22 Jan 2009 21:01:02 +0000 (13:01 -0800)
committerDave Airlie <airlied@linux.ie>
Sun, 8 Feb 2009 11:37:45 +0000 (21:37 +1000)
commitb157015a7a342c73bc604987739f141b8e33be0d
tree47bb72a0d8d53515ae56c9904c1d2e043aaef9a3
parent163096de2118fe8c5b1e4a8e951046ef53515ffd
drm/i915: Skip SDVO/HDMI init when the chipset tells us it's not present.

This saves startup time from probing SDVO, and saves setting up HDMI outputs
on G4X devices that don't have them.

Signed-off-by: Dave Airlie <airlied@linux.ie>
drivers/gpu/drm/i915/intel_display.c