Searched refs:vl_rot (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/u-boot/board/BuR/common/ |
| H A D | common.c | 175 panel_info.vl_rot = 1; in load_lcdtiming() 177 panel_info.vl_rot = 2; in load_lcdtiming() 179 panel_info.vl_rot = 3; in load_lcdtiming() 181 panel_info.vl_rot = 0; in load_lcdtiming() 186 snprintf(buf, sizeof(buf), "fbcon=rotate:%d", panel_info.vl_rot); in load_lcdtiming() 202 panel_info.vl_rot = env_get_ulong("ds1_rotation", 10, 0); in load_lcdtiming()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | lcd_console.c | 139 void lcd_init_console(void *address, int vl_cols, int vl_rows, int vl_rot) in lcd_init_console() argument 146 cons.lcdrot = vl_rot; in lcd_init_console() 156 cons.cols, cons.rows, cons.lcdsizex, cons.lcdsizey, vl_rot); in lcd_init_console()
|
| H A D | lcd.c | 222 panel_info.vl_rot); in lcd_clear() 241 panel_info.vl_row, panel_info.vl_rot); in lcd_clear()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | atmel_lcd.h | 25 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ member
|
| H A D | lcd_console.h | 40 void lcd_init_console(void *address, int vl_cols, int vl_rows, int vl_rot);
|
| H A D | exynos_lcd.h | 28 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ member
|
| H A D | pxa_lcd.h | 51 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ member
|
| H A D | lcd.h | 54 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ member
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | pxa_lcd.c | 178 .vl_rot = 3,
|
| /OK3568_Linux_fs/u-boot/drivers/video/exynos/ |
| H A D | exynos_fb.c | 49 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ member
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | README | 1414 initialized with a given rotation from "vl_rot" out of 1416 The value for vl_rot is coded as following (matching to
|