Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dsandbox_sdl.c18 LCD_MAX_WIDTH = 1366, enumerator
51 plat->xres = fdtdec_get_int(blob, node, "xres", LCD_MAX_WIDTH); in sandbox_sdl_bind()
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()
Datmel_lcdfb.c25 LCD_MAX_WIDTH = 1366, enumerator
287 uc_plat->size = LCD_MAX_WIDTH * LCD_MAX_HEIGHT * in atmel_fb_lcd_bind()
Dtegra.c39 LCD_MAX_WIDTH = 1366, enumerator
402 plat->size = LCD_MAX_WIDTH * LCD_MAX_HEIGHT * in tegra_lcd_bind()
/external/u-boot/drivers/video/sunxi/
Dsunxi_de2.c28 LCD_MAX_WIDTH = 3840, enumerator
301 plat->size = LCD_MAX_WIDTH * LCD_MAX_HEIGHT * in sunxi_de2_bind()
/external/u-boot/drivers/video/tegra124/
Ddisplay.c420 LCD_MAX_WIDTH = 1920, enumerator
483 uc_plat->size = LCD_MAX_WIDTH * LCD_MAX_HEIGHT * in tegra124_lcd_bind()