[Intel-gfx] [PATCH] drm/i915: expose HDMI connectors on port C on BYT

2013-08-09 Thread Jesse Barnes
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.matsum...@intel.com Acked-by: Chris Wilson ch...@chris-wilson.co.uk

Re: [Intel-gfx] [PATCH] drm/i915: expose HDMI connectors on port C on BYT

2013-08-09 Thread Daniel Vetter
On Fri, Aug 09, 2013 at 09:34:35AM -0700, Jesse Barnes wrote: 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