From 9a9d5c64ef8b744a50446a0467aaf49a3292ddff Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Mon, 14 Oct 2013 14:58:16 +1000 Subject: drm/nv50-nv86,nv92/mc: rearm msi via pci config space, rather than mmio mirror This is what NVIDIA do on these chipsets, let's hope it works around the reported MSI failures for us on NV86. v2: updated to include G92, as per information provided by NVIDIA. Signed-off-by: Ben Skeggs --- drivers/gpu/drm/nouveau/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpu/drm/nouveau/Makefile') diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile index b6060fc49f73..8afec631d960 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile @@ -116,6 +116,7 @@ nouveau-y += core/subdev/mc/nv04.o nouveau-y += core/subdev/mc/nv40.o nouveau-y += core/subdev/mc/nv44.o nouveau-y += core/subdev/mc/nv50.o +nouveau-y += core/subdev/mc/nv94.o nouveau-y += core/subdev/mc/nv98.o nouveau-y += core/subdev/mc/nvc0.o nouveau-y += core/subdev/mc/nvc3.o -- cgit v1.2.1