Searched refs:vl_rot (Results 1 – 11 of 11) sorted by relevance
/u-boot/common/ |
A D | lcd_console.c | 141 void lcd_init_console(void *address, int vl_cols, int vl_rows, int vl_rot) in lcd_init_console() argument 148 cons.lcdrot = vl_rot; in lcd_init_console() 158 cons.cols, cons.rows, cons.lcdsizex, cons.lcdsizey, vl_rot); in lcd_init_console()
|
A D | lcd.c | 225 panel_info.vl_rot); in lcd_clear() 240 panel_info.vl_row, panel_info.vl_rot); in lcd_clear()
|
/u-boot/include/ |
A D | atmel_lcd.h | 24 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ member
|
A D | lcd_console.h | 39 void lcd_init_console(void *address, int vl_cols, int vl_rows, int vl_rot);
|
A D | exynos_lcd.h | 27 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ member
|
A D | pxa_lcd.h | 50 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ member
|
A D | lcd.h | 54 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ member
|
/u-boot/board/BuR/common/ |
A D | common.c | 106 panel_info.vl_rot = env_get_ulong("ds1_rotation", 10, 0); in load_lcdtiming()
|
/u-boot/drivers/video/ |
A D | pxa_lcd.c | 178 .vl_rot = 3,
|
/u-boot/drivers/video/exynos/ |
A D | exynos_fb.c | 50 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ member
|
/u-boot/ |
A D | README | 1229 initialized with a given rotation from "vl_rot" out of 1231 The value for vl_rot is coded as following (matching to
|
Completed in 23 milliseconds