summaryrefslogtreecommitdiff
path: root/include/linux/fb.h
diff options
context:
space:
mode:
authorErik Gilling <konkers@android.com>2011-09-13 13:44:44 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:37:12 -0800
commite3d3b3cadb615e3465d5d41d62bbc49346058d65 (patch)
tree6f9d08d7748eb2584ebc1d6c5e53c273e39951af /include/linux/fb.h
parentec3038e4888abb61e42754c5a6e4b466792ab032 (diff)
video: fbmon: add remaining modes to CEA mode database
These mode are directly from the CEA-861-E spec. Change-Id: Ic29390fb8dfc4605da1f95aaee0e2e775dfc0a4a Signed-off-by: Erik Gilling <konkers@android.com>
Diffstat (limited to 'include/linux/fb.h')
-rw-r--r--include/linux/fb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h
index 1d6836c498dd..123f860a7008 100644
--- a/include/linux/fb.h
+++ b/include/linux/fb.h
@@ -1104,6 +1104,7 @@ extern unsigned char *fb_ddc_read(struct i2c_adapter *adapter);
/* drivers/video/modedb.c */
#define VESA_MODEDB_SIZE 34
+#define CEA_MODEDB_SIZE 65
extern void fb_var_to_videomode(struct fb_videomode *mode,
const struct fb_var_screeninfo *var);
extern void fb_videomode_to_var(struct fb_var_screeninfo *var,
@@ -1156,7 +1157,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];
+extern const struct fb_videomode cea_modes[];
struct fb_modelist {
struct list_head list;