summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-11-16 16:25:03 +0900
committerPaul Mundt <lethal@linux-sh.org>2010-11-16 16:25:03 +0900
commit936fc42831aa351974b707c00b9e67ac81cd530f (patch)
tree89b359227b4324b85ab66fa6ddb5dbbc0907c521 /include/linux
parent12ddf37444eaaf67b147561141150e10a56d7742 (diff)
parent0ad83f6882c41df1a7fa387086029e162038c1f2 (diff)
downloadtalos-op-linux-936fc42831aa351974b707c00b9e67ac81cd530f.tar.gz
talos-op-linux-936fc42831aa351974b707c00b9e67ac81cd530f.zip
Merge branch 'fbdev/edid'
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/fb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h
index 7fca3dc4e475..e154a79b8322 100644
--- a/include/linux/fb.h
+++ b/include/linux/fb.h
@@ -1092,6 +1092,8 @@ extern int fb_parse_edid(unsigned char *edid, struct fb_var_screeninfo *var);
extern const unsigned char *fb_firmware_edid(struct device *device);
extern void fb_edid_to_monspecs(unsigned char *edid,
struct fb_monspecs *specs);
+extern void fb_edid_add_monspecs(unsigned char *edid,
+ struct fb_monspecs *specs);
extern void fb_destroy_modedb(struct fb_videomode *modedb);
extern int fb_find_mode_cvt(struct fb_videomode *mode, int margins, int rb);
extern unsigned char *fb_ddc_read(struct i2c_adapter *adapter);
@@ -1149,6 +1151,7 @@ struct fb_videomode {
extern const char *fb_mode_option;
extern const struct fb_videomode vesa_modes[];
+extern const struct fb_videomode cea_modes[64];
struct fb_modelist {
struct list_head list;
OpenPOWER on IntegriCloud