X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fexynos_lcd.h;h=3969a6a06662408482aa06b521a5a619ef8ffa16;hb=292260ca21723ab78d23fa2cf6b574cf17778991;hp=cf389dac692f603698f5639814480cebd8118b91;hpb=e72d344386bf80738fab7a6bd37cb321f443093a;p=u-boot diff --git a/include/exynos_lcd.h b/include/exynos_lcd.h index cf389dac69..3969a6a066 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 */