Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dpxa_lcd.c43 .vl_width = 640,
77 .vl_width = 157,
110 .vl_width = 157,
143 .vl_width = 167,
178 .vl_width = 240,
212 .vl_width = 320,
244 .vl_width = 320,
278 .vl_width = 320,
311 .vl_width = 480,
/openbmc/u-boot/include/
H A Dexynos_lcd.h28 ushort vl_width; /* Width of display area in millimeters */ member
H A Dpxa_lcd.h51 ushort vl_width; /* Width of display area in millimeters */ member
/openbmc/u-boot/board/samsung/common/
H A Dmisc.c463 if (panel_info.vl_width >= panel_info.logo_width) { in draw_logo()
464 x = ((panel_info.vl_width - panel_info.logo_width) >> 1); in draw_logo()
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_fb.c49 ushort vl_width; /* Width of display area in millimeters */ member
217 priv->vl_width * priv->vl_height * in exynos_fimd_set_clock()
507 priv->vl_width = fdtdec_get_int(blob, node, in exynos_fb_ofdata_to_platdata()
H A Dexynos_mipi_dsi_common.c469 mode1->xres = mode2->vl_width; in convert_to_fb_videomode()