On Fri, Sep 13, 2013 at 11:37 AM, Damien Lespiau <damien.lespiau@xxxxxxxxx> wrote: > I keep making that one, so checked if I was the only one. Apparently > not. Thanks! applied. Alex > > Cc: Alex Deucher <alexander.deucher@xxxxxxx> > Signed-off-by: Damien Lespiau <damien.lespiau@xxxxxxxxx> > --- > drivers/gpu/drm/radeon/r600d.h | 2 +- > drivers/gpu/drm/radeon/radeon_connectors.c | 2 +- > drivers/gpu/drm/radeon/rv770d.h | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/gpu/drm/radeon/r600d.h b/drivers/gpu/drm/radeon/r600d.h > index 7c78083..1312136 100644 > --- a/drivers/gpu/drm/radeon/r600d.h > +++ b/drivers/gpu/drm/radeon/r600d.h > @@ -1004,7 +1004,7 @@ > # define HDMI0_AVI_INFO_CONT (1 << 1) > # define HDMI0_AUDIO_INFO_SEND (1 << 4) > # define HDMI0_AUDIO_INFO_CONT (1 << 5) > -# define HDMI0_AUDIO_INFO_SOURCE (1 << 6) /* 0 - sound block; 1 - hmdi regs */ > +# define HDMI0_AUDIO_INFO_SOURCE (1 << 6) /* 0 - sound block; 1 - hdmi regs */ > # define HDMI0_AUDIO_INFO_UPDATE (1 << 7) > # define HDMI0_MPEG_INFO_SEND (1 << 8) > # define HDMI0_MPEG_INFO_CONT (1 << 9) > diff --git a/drivers/gpu/drm/radeon/radeon_connectors.c b/drivers/gpu/drm/radeon/radeon_connectors.c > index 2399f25..fc0a217 100644 > --- a/drivers/gpu/drm/radeon/radeon_connectors.c > +++ b/drivers/gpu/drm/radeon/radeon_connectors.c > @@ -1420,7 +1420,7 @@ radeon_dp_detect(struct drm_connector *connector, bool force) > if (radeon_dp_getdpcd(radeon_connector)) > ret = connector_status_connected; > } else { > - /* try non-aux ddc (DP to DVI/HMDI/etc. adapter) */ > + /* try non-aux ddc (DP to DVI/HDMI/etc. adapter) */ > if (radeon_ddc_probe(radeon_connector, false)) > ret = connector_status_connected; > } > diff --git a/drivers/gpu/drm/radeon/rv770d.h b/drivers/gpu/drm/radeon/rv770d.h > index 6bef2b7..d291625 100644 > --- a/drivers/gpu/drm/radeon/rv770d.h > +++ b/drivers/gpu/drm/radeon/rv770d.h > @@ -852,7 +852,7 @@ > #define AFMT_VBI_PACKET_CONTROL 0x7608 > # define AFMT_GENERIC0_UPDATE (1 << 2) > #define AFMT_INFOFRAME_CONTROL0 0x760c > -# define AFMT_AUDIO_INFO_SOURCE (1 << 6) /* 0 - sound block; 1 - hmdi regs */ > +# define AFMT_AUDIO_INFO_SOURCE (1 << 6) /* 0 - sound block; 1 - hdmi regs */ > # define AFMT_AUDIO_INFO_UPDATE (1 << 7) > # define AFMT_MPEG_INFO_UPDATE (1 << 10) > #define AFMT_GENERIC0_7 0x7610 > -- > 1.8.3.1 > > _______________________________________________ > dri-devel mailing list > dri-devel@xxxxxxxxxxxxxxxxxxxxx > http://lists.freedesktop.org/mailman/listinfo/dri-devel _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel