Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dsandbox_sdl.c18 LCD_MAX_WIDTH = 1366, enumerator
51 plat->xres = fdtdec_get_int(blob, node, "xres", LCD_MAX_WIDTH); in sandbox_sdl_bind()
H A Datmel_hlcdfb.c247 LCD_MAX_WIDTH = 1024, enumerator
517 if (priv->timing.hactive.typ > LCD_MAX_WIDTH) in atmel_hlcdc_ofdata_to_platdata()
518 priv->timing.hactive.typ = LCD_MAX_WIDTH; in atmel_hlcdc_ofdata_to_platdata()
539 uc_plat->size = LCD_MAX_WIDTH * LCD_MAX_HEIGHT * in atmel_hlcdc_bind()
H A Dmvebu_lcd.c78 LCD_MAX_WIDTH = 640, enumerator
576 plat->size = LCD_MAX_WIDTH * LCD_MAX_HEIGHT * in mvebu_video_bind()
H A Datmel_lcdfb.c25 LCD_MAX_WIDTH = 1366, enumerator
287 uc_plat->size = LCD_MAX_WIDTH * LCD_MAX_HEIGHT * in atmel_fb_lcd_bind()
H A Dtegra.c39 LCD_MAX_WIDTH = 1366, enumerator
402 plat->size = LCD_MAX_WIDTH * LCD_MAX_HEIGHT * in tegra_lcd_bind()
/openbmc/u-boot/drivers/video/sunxi/
H A Dsunxi_de2.c28 LCD_MAX_WIDTH = 3840, enumerator
301 plat->size = LCD_MAX_WIDTH * LCD_MAX_HEIGHT * in sunxi_de2_bind()
/openbmc/u-boot/drivers/video/tegra124/
H A Ddisplay.c420 LCD_MAX_WIDTH = 1920, enumerator
483 uc_plat->size = LCD_MAX_WIDTH * LCD_MAX_HEIGHT * in tegra124_lcd_bind()