summaryrefslogtreecommitdiff
path: root/include/exynos_lcd.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-04-20 09:13:52 -0400
committerTom Rini <trini@konsulko.com>2015-04-20 09:13:52 -0400
commit1733259d25015c28c47990ec11af99b3f62f811c (patch)
tree654c376440e5b01603e88dc22047d657f635def7 /include/exynos_lcd.h
parent791a9f67f4f8db512cf59b40f47544fb335cd8db (diff)
parentfc1a79d95e9038e9cf53f99c1825005b4dfaf7f4 (diff)
downloadu-boot-imx-1733259d25015c28c47990ec11af99b3f62f811c.zip
u-boot-imx-1733259d25015c28c47990ec11af99b3f62f811c.tar.gz
u-boot-imx-1733259d25015c28c47990ec11af99b3f62f811c.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-video
Diffstat (limited to 'include/exynos_lcd.h')
-rw-r--r--include/exynos_lcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/exynos_lcd.h b/include/exynos_lcd.h
index cf389da..3969a6a 100644
--- a/include/exynos_lcd.h
+++ b/include/exynos_lcd.h
@@ -25,6 +25,7 @@ enum exynos_fb_rgb_mode_t {
typedef struct vidinfo {
ushort vl_col; /* Number of columns (i.e. 640) */
ushort vl_row; /* Number of rows (i.e. 480) */
+ ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */
ushort vl_width; /* Width of display area in millimeters */
ushort vl_height; /* Height of display area in millimeters */