diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-12-19 11:45:19 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-01-14 14:56:38 +0100 |
commit | 59bb610922257de60e3ece5c0f699bd929c4f1f6 (patch) | |
tree | 90ed88ec5f76c3c9c65940b23228d13d531e7f2d /drivers/video/videomodes.h | |
parent | 92a88c33f0b063f0a6a6beff9d67506b5adcc242 (diff) | |
download | u-boot-imx-59bb610922257de60e3ece5c0f699bd929c4f1f6.zip u-boot-imx-59bb610922257de60e3ece5c0f699bd929c4f1f6.tar.gz u-boot-imx-59bb610922257de60e3ece5c0f699bd929c4f1f6.tar.bz2 |
videomodes: Add a bunch of high res modes
Add modes useful for hd-tvs and modern monitors.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'drivers/video/videomodes.h')
-rw-r--r-- | drivers/video/videomodes.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/video/videomodes.h b/drivers/video/videomodes.h index 94b13e6..579c685 100644 --- a/drivers/video/videomodes.h +++ b/drivers/video/videomodes.h @@ -64,7 +64,11 @@ struct ctfb_vesa_modes { #define RES_MODE_960_720 3 #define RES_MODE_1152x864 4 #define RES_MODE_1280x1024 5 -#define RES_MODES_COUNT 6 +#define RES_MODE_1280x720 6 +#define RES_MODE_1360x768 7 +#define RES_MODE_1920x1080 8 +#define RES_MODE_1920x1200 9 +#define RES_MODES_COUNT 10 #define VESA_MODES_COUNT 19 |