Skip to content

Commit 27da3bd

Browse files
jbarnes993danvet
authored andcommitted
drm/i915: use VBT to determine whether to enumerate the VGA port
Some platforms may not have it, and enumerating it is both confusing and time consuming due to the hotplug and DDC probing. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Reviewed-by: Ben Widawsky <ben@bwidawsk.net> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
1 parent de8f0a5 commit 27da3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i915/intel_display.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11106,7 +11106,7 @@ static void intel_setup_outputs(struct drm_device *dev)
1110611106

1110711107
intel_lvds_init(dev);
1110811108

11109-
if (!IS_ULT(dev) && !IS_CHERRYVIEW(dev))
11109+
if (!IS_ULT(dev) && !IS_CHERRYVIEW(dev) && dev_priv->vbt.int_crt_support)
1111011110
intel_crt_init(dev);
1111111111

1111211112
if (HAS_DDI(dev)) {

0 commit comments

Comments
 (0)