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
44a1246f
Commit
44a1246f
authored
Aug 17, 2010
by
Ben Skeggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm/nv50: add dcb type 14 to enum to prevent compiler complaint
Signed-off-by:
Ben Skeggs
<
bskeggs@redhat.com
>
parent
625db6b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
drivers/gpu/drm/nouveau/nouveau_bios.c
drivers/gpu/drm/nouveau/nouveau_bios.c
+1
-1
drivers/gpu/drm/nouveau/nouveau_bios.h
drivers/gpu/drm/nouveau/nouveau_bios.h
+1
-0
No files found.
drivers/gpu/drm/nouveau/nouveau_bios.c
View file @
44a1246f
...
...
@@ -6153,7 +6153,7 @@ parse_dcb20_entry(struct drm_device *dev, struct dcb_table *dcb,
entry
->
tmdsconf
.
slave_addr
=
(
conf
&
0x00000070
)
>>
4
;
break
;
case
0xe
:
case
OUTPUT_EOL
:
/* weird g80 mobile type that "nv" treats as a terminator */
dcb
->
entries
--
;
return
false
;
...
...
drivers/gpu/drm/nouveau/nouveau_bios.h
View file @
44a1246f
...
...
@@ -95,6 +95,7 @@ enum dcb_type {
OUTPUT_TMDS
=
2
,
OUTPUT_LVDS
=
3
,
OUTPUT_DP
=
6
,
OUTPUT_EOL
=
14
,
/* DCB 4.0+, appears to be end-of-list */
OUTPUT_ANY
=
-
1
};
...
...
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