aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fb.h
diff options
context:
space:
mode:
authorDavid Ung <davidu@nvidia.com>2015-01-13 19:04:25 -0800
committerTomi Valkeinen <tomi.valkeinen@ti.com>2015-01-15 13:33:41 +0200
commit37715f556a0776356300391f8ac41ace91bea447 (patch)
tree70505d07c6b75e6b6c9d0846829d1f8f6ec7dd81 /include/linux/fb.h
parentfbdev: ssd1307fb: set default height if not found in DT node (diff)
downloadlinux-dev-37715f556a0776356300391f8ac41ace91bea447.tar.xz
linux-dev-37715f556a0776356300391f8ac41ace91bea447.zip
video: fbdev: Add additional vesa modes
Add high resolution modes to vesa_modes struct. Signed-off-by: David Ung <davidu@nvidia.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include/linux/fb.h')
-rw-r--r--include/linux/fb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h
index 09bb7a18d287..882dbd1a87b7 100644
--- a/include/linux/fb.h
+++ b/include/linux/fb.h
@@ -726,7 +726,7 @@ extern int fb_videomode_from_videomode(const struct videomode *vm,
struct fb_videomode *fbmode);
/* drivers/video/modedb.c */
-#define VESA_MODEDB_SIZE 34
+#define VESA_MODEDB_SIZE 43
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,