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
58ae5284
Commit
58ae5284
authored
Feb 03, 2020
by
Ben Skeggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm/nouveau/disp/gv100-: halt NV_PDISP_FE_RM_INTR_STAT_CTRL_DISP_ERROR storms
Signed-off-by:
Ben Skeggs
<
bskeggs@redhat.com
>
parent
c3463aed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c
drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c
+6
-0
No files found.
drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c
View file @
58ae5284
...
...
@@ -155,6 +155,12 @@ gv100_disp_intr_ctrl_disp(struct nv50_disp *disp)
if
(
stat
&
0x00000008
)
stat
&=
~
0x00000008
;
if
(
stat
&
0x00000080
)
{
u32
error
=
nvkm_mask
(
device
,
0x611848
,
0x00000000
,
0x00000000
);
nvkm_warn
(
subdev
,
"error %08x
\n
"
,
error
);
stat
&=
~
0x00000080
;
}
if
(
stat
&
0x00000100
)
{
unsigned
long
wndws
=
nvkm_rd32
(
device
,
0x611858
);
unsigned
long
other
=
nvkm_rd32
(
device
,
0x61185c
);
...
...
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