]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit - drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
drm/nouveau/mmu/nv4a: use nv04 mmu rather than the nv44 one
authorIlia Mirkin <imirkin@alum.mit.edu>
Sat, 18 Mar 2017 20:23:10 +0000 (16:23 -0400)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 6 Apr 2017 04:38:25 +0000 (14:38 +1000)
commitac799acaa4d8db4f7dcd968b15c9596c80a4677f
tree5649e7781c58b8c4c39088e9c22651291291b6fa
parentad01a91a820cd9f0d880c407bf556b67298dcc93
drm/nouveau/mmu/nv4a: use nv04 mmu rather than the nv44 one

The NV4A (aka NV44A) is an oddity in the family. It only comes in AGP
and PCI varieties, rather than a core PCIE chip with a bridge for
AGP/PCI as necessary. As a result, it appears that the MMU is also
non-functional. For AGP cards, the vast majority of the NV4A lineup,
this worked out since we force AGP cards to use the nv04 mmu. However
for PCI variants, this did not work.

Switching to the NV04 MMU makes it work like a charm. Thanks to mwk for
the suggestion. This should be a no-op for NV4A AGP boards, as they were
using it already.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=70388
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Cc: stable@vger.kernel.org
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c