Searched refs:rotate (Results 1 – 10 of 10) sorted by relevance
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | rbtree_augmented.h | 29 void (*rotate)(struct rb_node *old, struct rb_node *new); member 38 __rb_insert_augmented(node, root, augment->rotate); in rb_insert_augmented() 217 __rb_erase_color(rebalance, root, augment->rotate); in rb_erase_augmented()
|
| H A D | fb.h | 139 __u32 rotate; /* angle we rotate counter clockwise */ member
|
| /rk3399_rockchip-uboot/configs/ |
| H A D | zipitz2_defconfig | 4 CONFIG_BOOTARGS="console=tty0 console=ttyS2,115200 fbcon=rotate:3"
|
| H A D | pm9g45_defconfig | 7 CONFIG_BOOTARGS="fbcon=rotate:3 console=tty0 console=ttyS0,115200 root=/dev/mtdblock4 mtdparts=atme…
|
| H A D | pm9263_defconfig | 9 CONFIG_BOOTARGS="root=/dev/mtdblock4 rootfstype=jffs2 fbcon=rotate:3 "
|
| H A D | pm9261_defconfig | 9 CONFIG_BOOTARGS="root=/dev/mtdblock4 rootfstype=jffs2 fbcon=rotate:3 "
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_display.c | 1189 struct rockchip_logo_cache *find_or_alloc_logo_cache(const char *bmp, int rotate) in find_or_alloc_logo_cache() argument 1194 if ((!strcmp(tmp->name, bmp) && rotate == tmp->logo_rotate) || in find_or_alloc_logo_cache() 1265 logo_cache = find_or_alloc_logo_cache(bmp_name, logo->rotate); in load_bmp_logo_legacy() 1407 if (!(logo->rotate == 90 || logo->rotate == 180 || logo->rotate == 270)) { in rockchip_logo_rotate() 1424 switch (logo->rotate) { in rockchip_logo_rotate() 1490 logo_cache = find_or_alloc_logo_cache(bmp_name, logo->rotate); in load_bmp_logo() 1553 if (logo->rotate) { in load_bmp_logo() 1559 printf("logo ratate %d\n", logo->rotate); in load_bmp_logo() 1564 logo_cache->logo_rotate = logo->rotate; in load_bmp_logo() 1762 s->logo.rotate = s->logo_rotate; in rockchip_show_logo()
|
| H A D | rockchip_display.h | 301 int rotate; member
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | Kconfig | 99 we need to rotate our content of the display relative to the
|
| /rk3399_rockchip-uboot/ |
| H A D | README | 1410 we need to rotate our content of the display relative to the 1417 fbcon=rotate:<n> linux-kernel commandline):
|