Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
KED Linux Kernel Fork
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KED Software Projects
Miscellaneous
KED Linux Kernel Fork
Commits
a8f6cb7b
Commit
a8f6cb7b
authored
8 years ago
by
Ben Skeggs
Browse files
Options
Downloads
Patches
Plain Diff
drm/nouveau/mxm: warn more loudly on unsupported DCB version
Signed-off-by:
Ben Skeggs
<
bskeggs@redhat.com
>
parent
f6bf1739
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c
+1
-1
1 addition, 1 deletion
drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c
with
1 addition
and
1 deletion
drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c
+
1
−
1
View file @
a8f6cb7b
...
@@ -191,7 +191,7 @@ mxm_dcb_sanitise(struct nvkm_mxm *mxm)
...
@@ -191,7 +191,7 @@ mxm_dcb_sanitise(struct nvkm_mxm *mxm)
u8
ver
,
hdr
,
cnt
,
len
;
u8
ver
,
hdr
,
cnt
,
len
;
u16
dcb
=
dcb_table
(
bios
,
&
ver
,
&
hdr
,
&
cnt
,
&
len
);
u16
dcb
=
dcb_table
(
bios
,
&
ver
,
&
hdr
,
&
cnt
,
&
len
);
if
(
dcb
==
0x0000
||
(
ver
!=
0x40
&&
ver
!=
0x41
))
{
if
(
dcb
==
0x0000
||
(
ver
!=
0x40
&&
ver
!=
0x41
))
{
nvkm_
debug
(
subdev
,
"unsupported DCB version
\n
"
);
nvkm_
warn
(
subdev
,
"unsupported DCB version
\n
"
);
return
;
return
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment