* linuxppc-dev list <linuxppc-dev@ozlabs.org>
@ 2014-11-24 5:08 Benjamin Herrenschmidt
2014-11-24 5:19 ` Benjamin Herrenschmidt
0 siblings, 1 reply; 2+ messages in thread
From: Benjamin Herrenschmidt @ 2014-11-24 5:08 UTC (permalink / raw)
To: Linus Torvalds
Cc: Michael Ellerman, linux-kernel@vger.kernel.org, Bjorn Helgaas,
linux-pci, Alex Deucher, Takashi Iwai
Hi Linus !
This series fix a nasty issue with radeon adapters on powerpc servers,
it's all CC'ed stable and has the relevant maintainers ack's/reviews.
Basically, some (radeon) adapters have issues with MSI addresses above
1T (only support 40-bits). We had powerpc specific quirk but it only
listed a specific revision of an adapter that we shipped with our
machines and didn't properly handle the audio function which some distros
enable nowadays.
So we made the quirk generic and fixed both the graphic and audio drivers
properly to use it.
Without that, ppc64 server machines will crash at boot with a radeon adapter.
Note: This has been brewing for a while, it just needed a last respin which
got delayed due to us moving ozlabs to a new location in town and other such
things taking priority.
Cheers,
Ben.
The following changes since commit 5d01410fe4d92081f349b013a2e7a95429e4f2c9:
Linux 3.18-rc6 (2014-11-23 15:25:20 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
for you to fetch changes up to 31345e1a071e4e5f2fa8b6be5ca7d1cbce20cfca:
powerpc/pci: Remove unused force_32bit_msi quirk (2014-11-24 14:36:02 +1100)
----------------------------------------------------------------
Benjamin Herrenschmidt (6):
PCI/MSI: Add device flag indicating that 64-bit MSIs don't work
gpu/radeon: Set flag to indicate broken 64-bit MSI
sound/radeon: Move 64-bit MSI quirk from arch to driver
powerpc/powernv: Honor the generic "no_64bit_msi" flag
powerpc/pseries: Honor the generic "no_64bit_msi" flag
powerpc/pci: Remove unused force_32bit_msi quirk
Takashi Iwai (1):
ALSA: hda - Limit 40bit DMA for AMD HDMI controllers
arch/powerpc/include/asm/pci-bridge.h | 2 --
arch/powerpc/kernel/pci_64.c | 10 ----------
arch/powerpc/platforms/powernv/pci-ioda.c | 3 +--
arch/powerpc/platforms/powernv/pci.c | 3 +--
arch/powerpc/platforms/pseries/msi.c | 2 +-
drivers/gpu/drm/radeon/radeon_irq_kms.c | 10 ++++++++++
drivers/pci/msi.c | 26 ++++++++++++++++++++++++++
include/linux/pci.h | 1 +
sound/pci/hda/hda_intel.c | 24 +++++++++++++++++++-----
sound/pci/hda/hda_priv.h | 1 +
10 files changed, 60 insertions(+), 22 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: linuxppc-dev list <linuxppc-dev@ozlabs.org>
2014-11-24 5:08 linuxppc-dev list <linuxppc-dev@ozlabs.org> Benjamin Herrenschmidt
@ 2014-11-24 5:19 ` Benjamin Herrenschmidt
0 siblings, 0 replies; 2+ messages in thread
From: Benjamin Herrenschmidt @ 2014-11-24 5:19 UTC (permalink / raw)
To: Linus Torvalds
Cc: Michael Ellerman, linux-kernel@vger.kernel.org, Bjorn Helgaas,
linux-pci, Alex Deucher, Takashi Iwai
On Mon, 2014-11-24 at 16:08 +1100, Benjamin Herrenschmidt wrote:
> Hi Linus !
>
> This series fix a nasty issue with radeon adapters on powerpc servers,
> it's all CC'ed stable and has the relevant maintainers ack's/reviews.
Hrm... git request-pull can't find the commit on the server (it's been
quite a while now, maybe some mirroring issue), so didn't put the
branch name in properly.
The branch name is "merge", ie:
git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git merge
Cheers
Ben.
> Basically, some (radeon) adapters have issues with MSI addresses above
> 1T (only support 40-bits). We had powerpc specific quirk but it only
> listed a specific revision of an adapter that we shipped with our
> machines and didn't properly handle the audio function which some distros
> enable nowadays.
>
> So we made the quirk generic and fixed both the graphic and audio drivers
> properly to use it.
>
> Without that, ppc64 server machines will crash at boot with a radeon adapter.
>
> Note: This has been brewing for a while, it just needed a last respin which
> got delayed due to us moving ozlabs to a new location in town and other such
> things taking priority.
>
> Cheers,
> Ben.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-24 5:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-24 5:08 linuxppc-dev list <linuxppc-dev@ozlabs.org> Benjamin Herrenschmidt
2014-11-24 5:19 ` Benjamin Herrenschmidt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).