Commit 8d91104aac6e21e6ca2a56124e2e47b0db043ea8

Authored by Adam Jackson
Committed by Eric Anholt
1 parent 0d0884cee3

drm/i915: Initialize HDMI outputs as HDMI connectors, not DVI.

Even if the physical output connector is DVI, calling it HDMI
tells the user that there's HDMI audio signaling support.

Signed-off-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Eric Anholt <eric@anholt.net>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/gpu/drm/i915/intel_hdmi.c
... ... @@ -223,7 +223,7 @@
223 223  
224 224 connector = &intel_output->base;
225 225 drm_connector_init(dev, connector, &intel_hdmi_connector_funcs,
226   - DRM_MODE_CONNECTOR_DVID);
  226 + DRM_MODE_CONNECTOR_HDMIA);
227 227 drm_connector_helper_add(connector, &intel_hdmi_connector_helper_funcs);
228 228  
229 229 intel_output->type = INTEL_OUTPUT_HDMI;