Home
last modified time | relevance | path

Searched refs:vl_height (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dpxa_lcd.c44 .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 Dexynos_lcd.h29 ushort vl_height; /* Height of display area in millimeters */ member
H A Dpxa_lcd.h52 ushort vl_height; /* Height of display area in millimeters */ member
/openbmc/u-boot/board/samsung/common/
H A Dmisc.c471 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 Dexynos_fb.c50 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 Dexynos_mipi_dsi_common.c470 mode1->yres = mode2->vl_height; in convert_to_fb_videomode()