diff options
author | David Ung <davidu@nvidia.com> | 2015-01-13 22:04:25 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-01-15 06:33:41 -0500 |
commit | 37715f556a0776356300391f8ac41ace91bea447 (patch) | |
tree | 70505d07c6b75e6b6c9d0846829d1f8f6ec7dd81 /include/linux/fb.h | |
parent | 9561def0411bb810b6d3a53c15b03bfef4b1e2ab (diff) |
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, | |||
726 | struct fb_videomode *fbmode); | 726 | struct fb_videomode *fbmode); |
727 | 727 | ||
728 | /* drivers/video/modedb.c */ | 728 | /* drivers/video/modedb.c */ |
729 | #define VESA_MODEDB_SIZE 34 | 729 | #define VESA_MODEDB_SIZE 43 |
730 | extern void fb_var_to_videomode(struct fb_videomode *mode, | 730 | extern void fb_var_to_videomode(struct fb_videomode *mode, |
731 | const struct fb_var_screeninfo *var); | 731 | const struct fb_var_screeninfo *var); |
732 | extern void fb_videomode_to_var(struct fb_var_screeninfo *var, | 732 | extern void fb_videomode_to_var(struct fb_var_screeninfo *var, |