Searched refs:vl_rot (Results 1 – 11 of 11) sorted by relevance
/external/u-boot/board/BuR/common/ |
D | common.c | 169 panel_info.vl_rot = 1; in load_lcdtiming() 171 panel_info.vl_rot = 2; in load_lcdtiming() 173 panel_info.vl_rot = 3; in load_lcdtiming() 175 panel_info.vl_rot = 0; in load_lcdtiming() 180 snprintf(buf, sizeof(buf), "fbcon=rotate:%d", panel_info.vl_rot); in load_lcdtiming() 196 panel_info.vl_rot = env_get_ulong("ds1_rotation", 10, 0); in load_lcdtiming()
|
/external/u-boot/common/ |
D | lcd_console.c | 138 void lcd_init_console(void *address, int vl_cols, int vl_rows, int vl_rot) in lcd_init_console() argument 145 cons.lcdrot = vl_rot; in lcd_init_console() 155 cons.cols, cons.rows, cons.lcdsizex, cons.lcdsizey, vl_rot); in lcd_init_console()
|
D | lcd.c | 221 panel_info.vl_rot); in lcd_clear() 240 panel_info.vl_row, panel_info.vl_rot); in lcd_clear()
|
/external/u-boot/include/ |
D | atmel_lcd.h | 24 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ member
|
D | lcd_console.h | 39 void lcd_init_console(void *address, int vl_cols, int vl_rows, int vl_rot);
|
D | exynos_lcd.h | 27 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ member
|
D | pxa_lcd.h | 50 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ member
|
D | lcd.h | 53 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ member
|
/external/u-boot/drivers/video/ |
D | pxa_lcd.c | 177 .vl_rot = 3,
|
/external/u-boot/drivers/video/exynos/ |
D | exynos_fb.c | 48 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ member
|
/external/u-boot/ |
D | README | 1330 initialized with a given rotation from "vl_rot" out of 1332 The value for vl_rot is coded as following (matching to
|