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
Kirill Smelkov
linux
Commits
a8f6cb7b
Commit
a8f6cb7b
authored
8 years ago
by
Ben Skeggs
Browse files
Options
Download
Email Patches
Plain Diff
drm/nouveau/mxm: warn more loudly on unsupported DCB version
Signed-off-by:
Ben Skeggs
<
bskeggs@redhat.com
>
parent
f6bf1739
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c
drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c
+1
-1
No files found.
drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c
View file @
a8f6cb7b
...
...
@@ -191,7 +191,7 @@ mxm_dcb_sanitise(struct nvkm_mxm *mxm)
u8
ver
,
hdr
,
cnt
,
len
;
u16
dcb
=
dcb_table
(
bios
,
&
ver
,
&
hdr
,
&
cnt
,
&
len
);
if
(
dcb
==
0x0000
||
(
ver
!=
0x40
&&
ver
!=
0x41
))
{
nvkm_
debug
(
subdev
,
"unsupported DCB version
\n
"
);
nvkm_
warn
(
subdev
,
"unsupported DCB version
\n
"
);
return
;
}
...
...
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