aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_hdmi.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2009-09-23 15:08:29 -0400
committerEric Anholt <eric@anholt.net>2009-10-02 14:53:42 -0700
commit8d91104aac6e21e6ca2a56124e2e47b0db043ea8 (patch)
treeaa657dd44721f4dc405bbc26f776c952fee10069 /drivers/gpu/drm/i915/intel_hdmi.c
parentdrm/i915: Multiply the refresh by 1000 in TV mode validatiion (diff)
downloadlinux-dev-8d91104aac6e21e6ca2a56124e2e47b0db043ea8.tar.xz
linux-dev-8d91104aac6e21e6ca2a56124e2e47b0db043ea8.zip
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>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_hdmi.c')
-rw-r--r--drivers/gpu/drm/i915/intel_hdmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_hdmi.c b/drivers/gpu/drm/i915/intel_hdmi.c
index fa304e136010..663ab6de0b58 100644
--- a/drivers/gpu/drm/i915/intel_hdmi.c
+++ b/drivers/gpu/drm/i915/intel_hdmi.c
@@ -223,7 +223,7 @@ void intel_hdmi_init(struct drm_device *dev, int sdvox_reg)
connector = &intel_output->base;
drm_connector_init(dev, connector, &intel_hdmi_connector_funcs,
- DRM_MODE_CONNECTOR_DVID);
+ DRM_MODE_CONNECTOR_HDMIA);
drm_connector_helper_add(connector, &intel_hdmi_connector_helper_funcs);
intel_output->type = INTEL_OUTPUT_HDMI;