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)
commit725e30ad6601d7fe443d9215d6331758a9d7e0c8
tree47bb72a0d8d53515ae56c9904c1d2e043aaef9a3
parente806b4957412bf472d826bd8cc571da041248799
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