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
0f0f7be8
Commit
0f0f7be8
authored
Nov 05, 2011
by
Ben Skeggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm/nva3/copy: fix typo in fuc which caused host to not recieve exceptions
Signed-off-by:
Ben Skeggs
<
bskeggs@redhat.com
>
parent
971fa6b4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
drivers/gpu/drm/nouveau/nva3_copy.fuc
drivers/gpu/drm/nouveau/nva3_copy.fuc
+1
-1
drivers/gpu/drm/nouveau/nva3_copy.fuc.h
drivers/gpu/drm/nouveau/nva3_copy.fuc.h
+1
-1
drivers/gpu/drm/nouveau/nvc0_copy.fuc.h
drivers/gpu/drm/nouveau/nvc0_copy.fuc.h
+1
-1
No files found.
drivers/gpu/drm/nouveau/nva3_copy.fuc
View file @
0f0f7be8
...
@@ -150,7 +150,7 @@ main:
...
@@ -150,7 +150,7 @@ main:
mov $r1 0x400
mov $r1 0x400
movw $r2 0xfff3
movw $r2 0xfff3
sethi $r2 0
sethi $r2 0
iowr I[$r
2
+ 0x300] $r2
iowr I[$r
1
+ 0x300] $r2
// enable interrupts
// enable interrupts
or $r2 0xc
or $r2 0xc
...
...
drivers/gpu/drm/nouveau/nva3_copy.fuc.h
View file @
0f0f7be8
...
@@ -152,7 +152,7 @@ uint32_t nva3_pcopy_code[] = {
...
@@ -152,7 +152,7 @@ uint32_t nva3_pcopy_code[] = {
0xf10010fe
,
0xf10010fe
,
0xf1040017
,
0xf1040017
,
0xf0fff327
,
0xf0fff327
,
0x
2
2d00023
,
0x
1
2d00023
,
0x0c25f0c0
,
0x0c25f0c0
,
0xf40012d0
,
0xf40012d0
,
0x17f11031
,
0x17f11031
,
...
...
drivers/gpu/drm/nouveau/nvc0_copy.fuc.h
View file @
0f0f7be8
...
@@ -145,7 +145,7 @@ uint32_t nvc0_pcopy_code[] = {
...
@@ -145,7 +145,7 @@ uint32_t nvc0_pcopy_code[] = {
0xf10010fe
,
0xf10010fe
,
0xf1040017
,
0xf1040017
,
0xf0fff327
,
0xf0fff327
,
0x
2
2d00023
,
0x
1
2d00023
,
0x0c25f0c0
,
0x0c25f0c0
,
0xf40012d0
,
0xf40012d0
,
0x17f11031
,
0x17f11031
,
...
...
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