]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
drm/nouveau: place notifiers in system memory by default
authorBen Skeggs <bskeggs@redhat.com>
Mon, 31 May 2010 23:47:43 +0000 (09:47 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Mon, 12 Jul 2010 23:41:00 +0000 (09:41 +1000)
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_drv.c

index 0fd8e10dbbdebe259539618562322f5eba48e02f..2dd7d19eb99bae37544b41906e7f45d36e812b02 100644 (file)
@@ -56,7 +56,7 @@ int nouveau_vram_pushbuf;
 module_param_named(vram_pushbuf, nouveau_vram_pushbuf, int, 0400);
 
 MODULE_PARM_DESC(vram_notify, "Force DMA notifiers to be in VRAM");
-int nouveau_vram_notify = 1;
+int nouveau_vram_notify = 0;
 module_param_named(vram_notify, nouveau_vram_notify, int, 0400);
 
 MODULE_PARM_DESC(duallink, "Allow dual-link TMDS (>=GeForce 8)");