]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: use VBT to determine whether to enumerate the VGA port
authorJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 4 Apr 2014 23:12:07 +0000 (16:12 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 3 Jun 2014 14:36:00 +0000 (16:36 +0200)
commit9c2a03c2a194c086949f25d332937ac8dc4d9f7e
tree40459df54077e1cd508c88811a8e47e0d3df36f8
parent0b1c8e847747a8ac5b97d0bed95fe7f9f8d7042d
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>
drivers/gpu/drm/i915/intel_display.c