aboutsummaryrefslogtreecommitdiff
path: root/linux-core/nouveau_drv.c
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2007-01-05 20:49:34 +0100
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2007-01-05 20:49:34 +0100
commit025f281bbfe81960e8c60234f5eafd37cbe2d881 (patch)
tree3fef7c6ed9853ccc02ae354439e569d37778bc2e /linux-core/nouveau_drv.c
parentf80659bc2967dbed4aed0d44a550bb4a9e4569b5 (diff)
nouveau: Add an mtrr over the whole FB
Diffstat (limited to 'linux-core/nouveau_drv.c')
-rw-r--r--linux-core/nouveau_drv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/nouveau_drv.c b/linux-core/nouveau_drv.c
index 57b55ce1..91de2b31 100644
--- a/linux-core/nouveau_drv.c
+++ b/linux-core/nouveau_drv.c
@@ -42,6 +42,7 @@ static struct drm_driver driver = {
DRIVER_HAVE_IRQ | DRIVER_IRQ_SHARED,
.load = nouveau_load,
.firstopen = nouveau_firstopen,
+ .lastclose = nouveau_lastclose,
.unload = nouveau_unload,
.preclose = nouveau_preclose,
.irq_preinstall = nouveau_irq_preinstall,