Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dsandbox_sdl.c19 LCD_MAX_WIDTH = 1366, enumerator
52 plat->xres = fdtdec_get_int(blob, node, "xres", LCD_MAX_WIDTH); in sandbox_sdl_bind()
H A Datmel_hlcdfb.c248 LCD_MAX_WIDTH = 1024, enumerator
518 if (priv->timing.hactive.typ > LCD_MAX_WIDTH) in atmel_hlcdc_ofdata_to_platdata()
519 priv->timing.hactive.typ = LCD_MAX_WIDTH; in atmel_hlcdc_ofdata_to_platdata()
540 uc_plat->size = LCD_MAX_WIDTH * LCD_MAX_HEIGHT * in atmel_hlcdc_bind()
H A Datmel_lcdfb.c26 LCD_MAX_WIDTH = 1366, enumerator
288 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()
/OK3568_Linux_fs/u-boot/drivers/video/sunxi/
H A Dsunxi_de2.c25 LCD_MAX_WIDTH = 3840, enumerator
274 plat->size = LCD_MAX_WIDTH * LCD_MAX_HEIGHT * in sunxi_de2_bind()
/OK3568_Linux_fs/u-boot/drivers/video/tegra124/
H A Ddisplay.c423 LCD_MAX_WIDTH = 1920, enumerator
486 uc_plat->size = LCD_MAX_WIDTH * LCD_MAX_HEIGHT * in tegra124_lcd_bind()