Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
R128
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ermine
R128
Commits
2dfe36b1
Commit
2dfe36b1
authored
14 years ago
by
Ben Skeggs
Browse files
Options
Downloads
Patches
Plain Diff
drm/nouveau: place notifiers in system memory by default
Signed-off-by:
Ben Skeggs
<
bskeggs@redhat.com
>
parent
86a1b9d1
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
drivers/gpu/drm/nouveau/nouveau_drv.c
+1
-1
1 addition, 1 deletion
drivers/gpu/drm/nouveau/nouveau_drv.c
with
1 addition
and
1 deletion
drivers/gpu/drm/nouveau/nouveau_drv.c
+
1
−
1
View file @
2dfe36b1
...
...
@@ -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)"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment