Home
last modified time | relevance | path

Searched refs:LCD_MAX_HEIGHT (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dsandbox_sdl.c19 LCD_MAX_HEIGHT = 768, enumerator
52 plat->yres = fdtdec_get_int(blob, node, "yres", LCD_MAX_HEIGHT); in sandbox_sdl_bind()
H A Datmel_hlcdfb.c248 LCD_MAX_HEIGHT = 768, enumerator
520 if (priv->timing.vactive.typ > LCD_MAX_HEIGHT) in atmel_hlcdc_ofdata_to_platdata()
521 priv->timing.vactive.typ = LCD_MAX_HEIGHT; in atmel_hlcdc_ofdata_to_platdata()
539 uc_plat->size = LCD_MAX_WIDTH * LCD_MAX_HEIGHT * in atmel_hlcdc_bind()
H A Dmvebu_lcd.c79 LCD_MAX_HEIGHT = 480, enumerator
576 plat->size = LCD_MAX_WIDTH * LCD_MAX_HEIGHT * in mvebu_video_bind()
H A Datmel_lcdfb.c26 LCD_MAX_HEIGHT = 768, enumerator
287 uc_plat->size = LCD_MAX_WIDTH * LCD_MAX_HEIGHT * in atmel_fb_lcd_bind()
H A Dtegra.c40 LCD_MAX_HEIGHT = 768, enumerator
402 plat->size = LCD_MAX_WIDTH * LCD_MAX_HEIGHT * in tegra_lcd_bind()
/openbmc/u-boot/drivers/video/sunxi/
H A Dsunxi_de2.c29 LCD_MAX_HEIGHT = 2160, enumerator
301 plat->size = LCD_MAX_WIDTH * LCD_MAX_HEIGHT * in sunxi_de2_bind()
/openbmc/u-boot/drivers/video/tegra124/
H A Ddisplay.c421 LCD_MAX_HEIGHT = 1200, enumerator
483 uc_plat->size = LCD_MAX_WIDTH * LCD_MAX_HEIGHT * in tegra124_lcd_bind()