]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: expose HDMI connectors on port C on BYT
authorJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 9 Aug 2013 16:34:35 +0000 (09:34 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 9 Aug 2013 17:02:27 +0000 (19:02 +0200)
commit1ee0788abeb4390a30de763b1689908f91b6c6f1
treeb90b87f85717a39f42b111e3c00f62b7ca28e33e
parent16629de9468cc395b5dd18145c92455c37a5a1d3
drm/i915: expose HDMI connectors on port C on BYT

Ryan noticed that on his board, HDMI was wired up to port C but not
exposed by the kernel, which had only expected DP on that port.  Fix
that up by enumerating both ports if possible.

Tested-by: "Matsumura, Ryan" <ryan.matsumura@intel.com>
Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
[danvet: Fix up the whitespace fail. Tsk.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c