diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2010-11-11 09:45:04 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-11-15 00:52:23 -0500 |
commit | 0ad83f6882c41df1a7fa387086029e162038c1f2 (patch) | |
tree | 8353d05a17b1ed5a8348e0e7e6981f5e8015741a /include/linux/fb.h | |
parent | e4105119aca9b86b163fa07428df1f615034a03d (diff) |
fbdev: when parsing E-EDID blocks, also use SVD entries
Add parsing of E-EDID SVD entries. In this first version only a few
CEA/EIA-861E modes are implemented, more can be added as needed.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/linux/fb.h')
-rw-r--r-- | include/linux/fb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h index 6f0274d96f0c..e154a79b8322 100644 --- a/include/linux/fb.h +++ b/include/linux/fb.h | |||
@@ -1151,6 +1151,7 @@ struct fb_videomode { | |||
1151 | 1151 | ||
1152 | extern const char *fb_mode_option; | 1152 | extern const char *fb_mode_option; |
1153 | extern const struct fb_videomode vesa_modes[]; | 1153 | extern const struct fb_videomode vesa_modes[]; |
1154 | extern const struct fb_videomode cea_modes[64]; | ||
1154 | 1155 | ||
1155 | struct fb_modelist { | 1156 | struct fb_modelist { |
1156 | struct list_head list; | 1157 | struct list_head list; |