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
295cb52b
Commit
295cb52b
authored
Mar 07, 2014
by
Ben Skeggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm/gf100-/gf: fix a stupid typo, waiting on wrong signal for mmctx
Signed-off-by:
Ben Skeggs
<
bskeggs@redhat.com
>
parent
bd3cac7b
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
11 additions
and
11 deletions
+11
-11
drivers/gpu/drm/nouveau/core/engine/graph/fuc/com.fuc
drivers/gpu/drm/nouveau/core/engine/graph/fuc/com.fuc
+1
-1
drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnv108.fuc5.h
...ers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnv108.fuc5.h
+1
-1
drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnvc0.fuc.h
drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnvc0.fuc.h
+1
-1
drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnvd7.fuc.h
drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnvd7.fuc.h
+1
-1
drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnve0.fuc.h
drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnve0.fuc.h
+1
-1
drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnvf0.fuc.h
drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnvf0.fuc.h
+1
-1
drivers/gpu/drm/nouveau/core/engine/graph/fuc/hubnv108.fuc5.h
...ers/gpu/drm/nouveau/core/engine/graph/fuc/hubnv108.fuc5.h
+1
-1
drivers/gpu/drm/nouveau/core/engine/graph/fuc/hubnvc0.fuc.h
drivers/gpu/drm/nouveau/core/engine/graph/fuc/hubnvc0.fuc.h
+1
-1
drivers/gpu/drm/nouveau/core/engine/graph/fuc/hubnvd7.fuc.h
drivers/gpu/drm/nouveau/core/engine/graph/fuc/hubnvd7.fuc.h
+1
-1
drivers/gpu/drm/nouveau/core/engine/graph/fuc/hubnve0.fuc.h
drivers/gpu/drm/nouveau/core/engine/graph/fuc/hubnve0.fuc.h
+1
-1
drivers/gpu/drm/nouveau/core/engine/graph/fuc/hubnvf0.fuc.h
drivers/gpu/drm/nouveau/core/engine/graph/fuc/hubnvf0.fuc.h
+1
-1
No files found.
drivers/gpu/drm/nouveau/core/engine/graph/fuc/com.fuc
View file @
295cb52b
...
...
@@ -228,7 +228,7 @@ mmctx_xfer:
and $r11 0x1f
cmpu b32 $r11 0x10
bra ne #mmctx_fini_wait
mov $r10
2
// DONE_MMCTX
mov $r10
5
// DONE_MMCTX
call(wait_donez)
bra #mmctx_done
mmctx_stop:
...
...
drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnv108.fuc5.h
View file @
295cb52b
...
...
@@ -177,7 +177,7 @@ uint32_t nv108_grgpc_code[] = {
0xb4f000bb
,
0x10b4b01f
,
0x0af31bf4
,
0x00b87e0
2
,
0x00b87e0
5
,
0x250ef400
,
/* 0x01d8: mmctx_stop */
0xb600abc8
,
...
...
drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnvc0.fuc.h
View file @
295cb52b
...
...
@@ -192,7 +192,7 @@ uint32_t nvc0_grgpc_code[] = {
0x1fb4f000
,
0xf410b4b0
,
0xa7f0f01b
,
0xd021f40
2
,
0xd021f40
5
,
/* 0x0223: mmctx_stop */
0xc82b0ef4
,
0xb4b600ab
,
...
...
drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnvd7.fuc.h
View file @
295cb52b
...
...
@@ -196,7 +196,7 @@ uint32_t nvd7_grgpc_code[] = {
0x1fb4f000
,
0xf410b4b0
,
0xa7f0f01b
,
0xd021f40
2
,
0xd021f40
5
,
/* 0x0223: mmctx_stop */
0xc82b0ef4
,
0xb4b600ab
,
...
...
drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnve0.fuc.h
View file @
295cb52b
...
...
@@ -196,7 +196,7 @@ uint32_t nve0_grgpc_code[] = {
0x1fb4f000
,
0xf410b4b0
,
0xa7f0f01b
,
0xd021f40
2
,
0xd021f40
5
,
/* 0x0223: mmctx_stop */
0xc82b0ef4
,
0xb4b600ab
,
...
...
drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnvf0.fuc.h
View file @
295cb52b
...
...
@@ -196,7 +196,7 @@ uint32_t nvf0_grgpc_code[] = {
0x1fb4f000
,
0xf410b4b0
,
0xa7f0f01b
,
0xd021f40
2
,
0xd021f40
5
,
/* 0x0223: mmctx_stop */
0xc82b0ef4
,
0xb4b600ab
,
...
...
drivers/gpu/drm/nouveau/core/engine/graph/fuc/hubnv108.fuc5.h
View file @
295cb52b
...
...
@@ -342,7 +342,7 @@ uint32_t nv108_grhub_code[] = {
0xb4f000bb
,
0x10b4b01f
,
0x0af31bf4
,
0x00b87e0
2
,
0x00b87e0
5
,
0x250ef400
,
/* 0x01d8: mmctx_stop */
0xb600abc8
,
...
...
drivers/gpu/drm/nouveau/core/engine/graph/fuc/hubnvc0.fuc.h
View file @
295cb52b
...
...
@@ -361,7 +361,7 @@ uint32_t nvc0_grhub_code[] = {
0x1fb4f000
,
0xf410b4b0
,
0xa7f0f01b
,
0xd021f40
2
,
0xd021f40
5
,
/* 0x0223: mmctx_stop */
0xc82b0ef4
,
0xb4b600ab
,
...
...
drivers/gpu/drm/nouveau/core/engine/graph/fuc/hubnvd7.fuc.h
View file @
295cb52b
...
...
@@ -361,7 +361,7 @@ uint32_t nvd7_grhub_code[] = {
0x1fb4f000
,
0xf410b4b0
,
0xa7f0f01b
,
0xd021f40
2
,
0xd021f40
5
,
/* 0x0223: mmctx_stop */
0xc82b0ef4
,
0xb4b600ab
,
...
...
drivers/gpu/drm/nouveau/core/engine/graph/fuc/hubnve0.fuc.h
View file @
295cb52b
...
...
@@ -361,7 +361,7 @@ uint32_t nve0_grhub_code[] = {
0x1fb4f000
,
0xf410b4b0
,
0xa7f0f01b
,
0xd021f40
2
,
0xd021f40
5
,
/* 0x0223: mmctx_stop */
0xc82b0ef4
,
0xb4b600ab
,
...
...
drivers/gpu/drm/nouveau/core/engine/graph/fuc/hubnvf0.fuc.h
View file @
295cb52b
...
...
@@ -361,7 +361,7 @@ uint32_t nvf0_grhub_code[] = {
0x1fb4f000
,
0xf410b4b0
,
0xa7f0f01b
,
0xd021f40
2
,
0xd021f40
5
,
/* 0x0223: mmctx_stop */
0xc82b0ef4
,
0xb4b600ab
,
...
...
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