diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2012-08-23 05:55:42 +0200 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2012-10-03 05:13:07 +0200 |
commit | 2c1a425e7d537ea655fa276f267c0b1cd100ff34 (patch) | |
tree | 1267a971b398399475e4cde7640cb6fe22b42a09 /drivers/gpu/drm/nouveau/Makefile | |
parent | drm/nouveau/sw: trap and clear PMC_INTR_0_SOFTWARE (diff) | |
download | linux-2c1a425e7d537ea655fa276f267c0b1cd100ff34.tar.xz linux-2c1a425e7d537ea655fa276f267c0b1cd100ff34.zip |
drm/nve0/ibus: handle PIBUS interrupts to prevent storm
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Makefile')
-rw-r--r-- | drivers/gpu/drm/nouveau/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile index cb237af3b21d..1c506c5a9a48 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile @@ -73,6 +73,7 @@ nouveau-y += core/subdev/gpio/nvd0.o nouveau-y += core/subdev/i2c/base.o nouveau-y += core/subdev/i2c/aux.o nouveau-y += core/subdev/i2c/bit.o +nouveau-y += core/subdev/ibus/nve0.o nouveau-y += core/subdev/instmem/base.o nouveau-y += core/subdev/instmem/nv04.o nouveau-y += core/subdev/instmem/nv40.o |