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
nexedi
linux
Commits
732be807
Commit
732be807
authored
Dec 09, 2016
by
Ben Skeggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm/nouveau/gr/gf100-: FECS intr handling is not relevant on proprietary ucode
Signed-off-by:
Ben Skeggs
<
bskeggs@redhat.com
>
parent
48dac935
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/nvkm/engine/gr/gf100.c
drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c
+2
-2
No files found.
drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c
View file @
732be807
...
@@ -1258,7 +1258,7 @@ gf100_gr_ctxctl_isr(struct gf100_gr *gr)
...
@@ -1258,7 +1258,7 @@ gf100_gr_ctxctl_isr(struct gf100_gr *gr)
struct
nvkm_device
*
device
=
subdev
->
device
;
struct
nvkm_device
*
device
=
subdev
->
device
;
u32
stat
=
nvkm_rd32
(
device
,
0x409c18
);
u32
stat
=
nvkm_rd32
(
device
,
0x409c18
);
if
(
stat
&
0x00000001
)
{
if
(
!
gr
->
firmware
&&
(
stat
&
0x00000001
)
)
{
u32
code
=
nvkm_rd32
(
device
,
0x409814
);
u32
code
=
nvkm_rd32
(
device
,
0x409814
);
if
(
code
==
E_BAD_FWMTHD
)
{
if
(
code
==
E_BAD_FWMTHD
)
{
u32
class
=
nvkm_rd32
(
device
,
0x409808
);
u32
class
=
nvkm_rd32
(
device
,
0x409808
);
...
@@ -1277,7 +1277,7 @@ gf100_gr_ctxctl_isr(struct gf100_gr *gr)
...
@@ -1277,7 +1277,7 @@ gf100_gr_ctxctl_isr(struct gf100_gr *gr)
stat
&=
~
0x00000001
;
stat
&=
~
0x00000001
;
}
}
if
(
stat
&
0x00080000
)
{
if
(
!
gr
->
firmware
&&
(
stat
&
0x00080000
)
)
{
nvkm_error
(
subdev
,
"FECS watchdog timeout
\n
"
);
nvkm_error
(
subdev
,
"FECS watchdog timeout
\n
"
);
gf100_gr_ctxctl_debug
(
gr
);
gf100_gr_ctxctl_debug
(
gr
);
nvkm_wr32
(
device
,
0x409c20
,
0x00080000
);
nvkm_wr32
(
device
,
0x409c20
,
0x00080000
);
...
...
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