[pull] radeon drm-fixes-3.11

2013-07-17 Thread Andre Heider
013-07-16 > 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
table parsing Andre Heider (1): drm/radeon/dpm/atom: restructure logic to work around a compiler bug Discarding the debug patches from bug #66932 and then merging your branch makes it break again :P Seems like the printk()s mattered and the gcc 4.8 still hates the code. I still think its

[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
(rdev)) +       if (ASIC_IS_DCE6(rdev))                return;        /* Called for ATOM_ENCODER_MODE_HDMI only */ -- 1.7.7 Woot, got sound on BARTS connected to a Onkyo TX-SR674E, thanks alot! Tested-by: Andre Heider a.hei...@gmail.com ___ dri