projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86a1b9d
)
drm/nouveau: place notifiers in system memory by default
author
Ben Skeggs
<bskeggs@redhat.com>
Mon, 31 May 2010 23:47:43 +0000
(09:47 +1000)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nouveau_drv.c
b/drivers/gpu/drm/nouveau/nouveau_drv.c
index
0fd8e10
..
2dd7d19
100644
(file)
--- a/
drivers/gpu/drm/nouveau/nouveau_drv.c
+++ b/
drivers/gpu/drm/nouveau/nouveau_drv.c
@@
-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)");