[pull] radeon drm-fixes-3.11

2013-07-17 Thread Andre Heider
> 10:24:28 +1000) > > are available in the git repository at: > git://people.freedesktop.org/~agd5f/linux drm-fixes-3.11 > > Alex Deucher (3): > drm/radeon: add a module parameter to disable aspm > drm/radeon: fix an endian bug in atom table parsing > drm/ra

Re: [pull] radeon drm-fixes-3.11

2013-07-17 Thread Andre Heider
> 10:24:28 +1000) > > are available in the git repository at: > git://people.freedesktop.org/~agd5f/linux drm-fixes-3.11 > > Alex Deucher (3): > drm/radeon: add a module parameter to disable aspm > drm/radeon: fix an endian bug in atom table parsing > drm/ra

[PATCH V2][drm-fixes?] drm/radeon: enable HDMI on DCE5 (AKA NI excluding Aruba)

2012-06-11 Thread Andre Heider
i_enable(struct drm_encoder *encoder) > ? ? ? ?uint32_t offset; > ? ? ? ?u32 hdmi; > > - ? ? ? if (ASIC_IS_DCE5(rdev)) > + ? ? ? if (ASIC_IS_DCE6(rdev)) > ? ? ? ? ? ? ? ?return; > > ? ? ? ?/* Silent, r600_hdmi_enable will raise WARN for us */ > @@ -543,7 +540,7 @@ void r600_hdmi_

Re: [PATCH V2][drm-fixes?] drm/radeon: enable HDMI on DCE5 (AKA NI excluding Aruba)

2012-06-11 Thread Andre Heider
i_enable(struct drm_encoder *encoder) >        uint32_t offset; >        u32 hdmi; > > -       if (ASIC_IS_DCE5(rdev)) > +       if (ASIC_IS_DCE6(rdev)) >                return; > >        /* Silent, r600_hdmi_enable will raise WARN for us */ > @@ -543,7 +540,7 @@ void r600_hdmi_