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
6840804e
Commit
6840804e
authored
Feb 15, 2005
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://kernel.bkbits.net/davem/sparc-2.6
into ppc970.osdl.org:/home/torvalds/v2.6/linux
parents
27d75650
9694f976
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
include/linux/fb.h
include/linux/fb.h
+2
-1
No files found.
include/linux/fb.h
View file @
6840804e
...
...
@@ -862,7 +862,6 @@ extern void fb_destroy_modedb(struct fb_videomode *modedb);
/* drivers/video/modedb.c */
#define VESA_MODEDB_SIZE 34
extern
const
struct
fb_videomode
vesa_modes
[];
extern
void
fb_var_to_videomode
(
struct
fb_videomode
*
mode
,
struct
fb_var_screeninfo
*
var
);
extern
void
fb_videomode_to_var
(
struct
fb_var_screeninfo
*
var
,
...
...
@@ -907,6 +906,8 @@ struct fb_videomode {
u32
flag
;
};
extern
const
struct
fb_videomode
vesa_modes
[];
struct
fb_modelist
{
struct
list_head
list
;
struct
fb_videomode
mode
;
...
...
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