]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
drm/nouveau/pci/msi: disable MSI on big-endian platforms by default
authorIlia Mirkin <imirkin@alum.mit.edu>
Thu, 10 Aug 2017 16:13:40 +0000 (12:13 -0400)
committerSeth Forshee <seth.forshee@canonical.com>
Sun, 10 Sep 2017 23:08:56 +0000 (18:08 -0500)
commit917d6389f1e87db889ad6abb7ca21b7f2cc5f31a
tree5f4d1b25395562efac150e8676451b6dd027d7e1
parent0897622a39240c63b41c99353e074c12cd59b3f2
drm/nouveau/pci/msi: disable MSI on big-endian platforms by default

BugLink: http://bugs.launchpad.net/bugs/1716284
commit bc60c90f472b6e762ea96ef384072145adc8d4af upstream.

It appears that MSI does not work on either G5 PPC nor on a E5500-based
platform, where other hardware is reported to work fine with MSI.

Both tests were conducted with NV4x hardware, so perhaps other (or even
this) hardware can be made to work. It's still possible to force-enable
with config=NvMSI=1 on load.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
drivers/gpu/drm/nouveau/nvkm/subdev/pci/base.c