Searched refs:vl_height (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/drivers/video/ |
H A D | pxa_lcd.c | 44 .vl_height = 480, 78 .vl_height = 118, 111 .vl_height = 118, 144 .vl_height = 109, 179 .vl_height = 320, 213 .vl_height = 320, 245 .vl_height = 320, 279 .vl_height = 480, 312 .vl_height = 640,
|
/openbmc/u-boot/include/ |
H A D | exynos_lcd.h | 29 ushort vl_height; /* Height of display area in millimeters */ member
|
H A D | pxa_lcd.h | 52 ushort vl_height; /* Height of display area in millimeters */ member
|
/openbmc/u-boot/board/samsung/common/ |
H A D | misc.c | 471 if (panel_info.vl_height >= panel_info.logo_height) { in draw_logo() 472 y = ((panel_info.vl_height - panel_info.logo_height) >> 1); in draw_logo()
|
/openbmc/u-boot/drivers/video/exynos/ |
H A D | exynos_fb.c | 50 ushort vl_height; /* Height of display area in millimeters */ member 217 priv->vl_width * priv->vl_height * in exynos_fimd_set_clock() 510 priv->vl_height = fdtdec_get_int(blob, node, in exynos_fb_ofdata_to_platdata()
|
H A D | exynos_mipi_dsi_common.c | 470 mode1->yres = mode2->vl_height; in convert_to_fb_videomode()
|