[Intel-gfx] [PATCH] drm/i915: Initialize HDMI connectors as HDMI, not DVI.
Adam Jackson
ajax at redhat.com
Thu Sep 24 17:16:53 CEST 2009
On Thu, 2009-09-24 at 09:10 +0800, Zhenyu Wang wrote:
> On 2009.09.23 15:08:29 -0400, Adam Jackson wrote:
> > Signed-off-by: Adam Jackson <ajax at redhat.com>
> > ---
> > drivers/gpu/drm/i915/intel_hdmi.c | 2 +-
> > 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 fa304e1..663ab6d 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;
> > --
> > 1.6.4.2
> >
>
> This is correct when 'HDMI' digital port is really made as HDMI port on board,
> but we've seen boards which actually link up with DVI-D port. ;)
That's fine. Labeling it as HDMI in RANDR will mean users will know
they can use a DVI->HDMI converter and be able to send audio over that
port.
- ajax
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/intel-gfx/attachments/20090924/96b3cead/attachment.sig>
More information about the Intel-gfx
mailing list