Skip to content

Commit

Permalink
drm/nva3/copy: fix typo in fuc which caused host to not recieve excep…
Browse files Browse the repository at this point in the history
…tions

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
  • Loading branch information
Ben Skeggs committed Dec 21, 2011
1 parent 971fa6b commit 0f0f7be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/nouveau/nva3_copy.fuc
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ main:
mov $r1 0x400
movw $r2 0xfff3
sethi $r2 0
iowr I[$r2 + 0x300] $r2
iowr I[$r1 + 0x300] $r2

// enable interrupts
or $r2 0xc
Expand Down
2 changes: 1 addition & 1 deletion drivers/gpu/drm/nouveau/nva3_copy.fuc.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ uint32_t nva3_pcopy_code[] = {
0xf10010fe,
0xf1040017,
0xf0fff327,
0x22d00023,
0x12d00023,
0x0c25f0c0,
0xf40012d0,
0x17f11031,
Expand Down
2 changes: 1 addition & 1 deletion drivers/gpu/drm/nouveau/nvc0_copy.fuc.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ uint32_t nvc0_pcopy_code[] = {
0xf10010fe,
0xf1040017,
0xf0fff327,
0x22d00023,
0x12d00023,
0x0c25f0c0,
0xf40012d0,
0x17f11031,
Expand Down

0 comments on commit 0f0f7be

Please sign in to comment.