Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
dce411cd
Commit
dce411cd
authored
Sep 29, 2011
by
Ben Skeggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm/nv50/gr: typo fix, how about we not reset fifo during graph init?
Signed-off-by:
Ben Skeggs
<
bskeggs@redhat.com
>
parent
ee9f7ef9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/gpu/drm/nouveau/nv50_graph.c
drivers/gpu/drm/nouveau/nv50_graph.c
+2
-2
No files found.
drivers/gpu/drm/nouveau/nv50_graph.c
View file @
dce411cd
...
@@ -131,8 +131,8 @@ nv50_graph_init(struct drm_device *dev, int engine)
...
@@ -131,8 +131,8 @@ nv50_graph_init(struct drm_device *dev, int engine)
NV_DEBUG
(
dev
,
"
\n
"
);
NV_DEBUG
(
dev
,
"
\n
"
);
/* master reset */
/* master reset */
nv_mask
(
dev
,
0x000200
,
0x0020
01
00
,
0x00000000
);
nv_mask
(
dev
,
0x000200
,
0x0020
10
00
,
0x00000000
);
nv_mask
(
dev
,
0x000200
,
0x0020
0100
,
0x002001
00
);
nv_mask
(
dev
,
0x000200
,
0x0020
1000
,
0x002010
00
);
nv_wr32
(
dev
,
0x40008c
,
0x00000004
);
/* HW_CTX_SWITCH_ENABLED */
nv_wr32
(
dev
,
0x40008c
,
0x00000004
);
/* HW_CTX_SWITCH_ENABLED */
/* reset/enable traps and interrupts */
/* reset/enable traps and interrupts */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment