summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2011-05-25 14:48:50 +1000
committerBen Skeggs <bskeggs@redhat.com>2011-06-23 15:57:28 +1000
commitaba99a8400e0b1ca9e6306e3a71013cc7a25bc29 (patch)
tree4c32e2ebe724e8317dbb72d5f7cf6db3712f75af /drivers/gpu/drm/nouveau/nouveau_drv.c
parentd4409cc7e26b5f20b38a791e4c29b6c221e95acf (diff)
downloadlinux-aba99a8400e0b1ca9e6306e3a71013cc7a25bc29.tar.gz
linux-aba99a8400e0b1ca9e6306e3a71013cc7a25bc29.tar.xz
linux-aba99a8400e0b1ca9e6306e3a71013cc7a25bc29.zip
drm/nouveau: default to noaccel on 0xc1/0xc8/0xce for now
Until we know these should work properly, would much rather default to noaccel than risk giving people corruption/hangs out of the box.. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.c')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.c b/drivers/gpu/drm/nouveau/nouveau_drv.c
index 02c6f37d8bd7..bdee1a6956e7 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.c
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.c
@@ -73,7 +73,7 @@ int nouveau_ignorelid = 0;
module_param_named(ignorelid, nouveau_ignorelid, int, 0400);
MODULE_PARM_DESC(noaccel, "Disable all acceleration");
-int nouveau_noaccel = 0;
+int nouveau_noaccel = -1;
module_param_named(noaccel, nouveau_noaccel, int, 0400);
MODULE_PARM_DESC(nofbaccel, "Disable fbcon acceleration");