diff options
author | David Ung <davidu@nvidia.com> | 2015-01-13 19:04:25 -0800 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-01-15 13:33:41 +0200 |
commit | 37715f556a0776356300391f8ac41ace91bea447 (patch) | |
tree | 70505d07c6b75e6b6c9d0846829d1f8f6ec7dd81 /include/linux/fb.h | |
parent | 9561def0411bb810b6d3a53c15b03bfef4b1e2ab (diff) | |
download | linux-stable-37715f556a0776356300391f8ac41ace91bea447.tar.gz linux-stable-37715f556a0776356300391f8ac41ace91bea447.tar.bz2 linux-stable-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.h | 2 |
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, |