Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
OpenBMC Firmware
talos-obmc-linux
Commits
e32d68c9
Commit
e32d68c9
authored
10 years ago
by
Ben Skeggs
Browse files
Options
Download
Email Patches
Plain Diff
drm/gf119-/disp: fix debug output on update failure
Signed-off-by:
Ben Skeggs
<
bskeggs@redhat.com
>
parent
c33ba689
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
drivers/gpu/drm/nouveau/core/engine/disp/nvd0.c
drivers/gpu/drm/nouveau/core/engine/disp/nvd0.c
+3
-3
No files found.
drivers/gpu/drm/nouveau/core/engine/disp/nvd0.c
View file @
e32d68c9
...
@@ -1250,7 +1250,7 @@ nvd0_disp_intr_error(struct nv50_disp_priv *priv, int chid)
...
@@ -1250,7 +1250,7 @@ nvd0_disp_intr_error(struct nv50_disp_priv *priv, int chid)
chid
,
(
mthd
&
0x0000ffc
),
data
,
mthd
,
unkn
);
chid
,
(
mthd
&
0x0000ffc
),
data
,
mthd
,
unkn
);
if
(
chid
==
0
)
{
if
(
chid
==
0
)
{
switch
(
mthd
)
{
switch
(
mthd
&
0xffc
)
{
case
0x0080
:
case
0x0080
:
nv50_disp_mthd_chan
(
priv
,
NV_DBG_ERROR
,
chid
-
0
,
nv50_disp_mthd_chan
(
priv
,
NV_DBG_ERROR
,
chid
-
0
,
impl
->
mthd
.
core
);
impl
->
mthd
.
core
);
...
@@ -1260,7 +1260,7 @@ nvd0_disp_intr_error(struct nv50_disp_priv *priv, int chid)
...
@@ -1260,7 +1260,7 @@ nvd0_disp_intr_error(struct nv50_disp_priv *priv, int chid)
}
}
}
else
}
else
if
(
chid
<=
4
)
{
if
(
chid
<=
4
)
{
switch
(
mthd
)
{
switch
(
mthd
&
0xffc
)
{
case
0x0080
:
case
0x0080
:
nv50_disp_mthd_chan
(
priv
,
NV_DBG_ERROR
,
chid
-
1
,
nv50_disp_mthd_chan
(
priv
,
NV_DBG_ERROR
,
chid
-
1
,
impl
->
mthd
.
base
);
impl
->
mthd
.
base
);
...
@@ -1270,7 +1270,7 @@ nvd0_disp_intr_error(struct nv50_disp_priv *priv, int chid)
...
@@ -1270,7 +1270,7 @@ nvd0_disp_intr_error(struct nv50_disp_priv *priv, int chid)
}
}
}
else
}
else
if
(
chid
<=
8
)
{
if
(
chid
<=
8
)
{
switch
(
mthd
)
{
switch
(
mthd
&
0xffc
)
{
case
0x0080
:
case
0x0080
:
nv50_disp_mthd_chan
(
priv
,
NV_DBG_ERROR
,
chid
-
5
,
nv50_disp_mthd_chan
(
priv
,
NV_DBG_ERROR
,
chid
-
5
,
impl
->
mthd
.
ovly
);
impl
->
mthd
.
ovly
);
...
...
This diff is collapsed.
Click to expand it.
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