> 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
> 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
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_
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_