Searched refs:lcd_size (Results 1 – 4 of 4) sorted by relevance
/u-boot/board/compulab/common/ |
A D | omap3_display.c | 51 .lcd_size = PANEL_LCD_SIZE(640, 480), 63 .lcd_size = PANEL_LCD_SIZE(800, 600), 75 .lcd_size = PANEL_LCD_SIZE(1024, 768), 87 .lcd_size = PANEL_LCD_SIZE(1152, 864), 99 .lcd_size = PANEL_LCD_SIZE(1280, 960), 111 .lcd_size = PANEL_LCD_SIZE(1280, 1024), 123 .lcd_size = PANEL_LCD_SIZE(480, 800), 142 panel_cfg.lcd_size = PANEL_LCD_SIZE(x, y); in set_resolution_params()
|
/u-boot/drivers/video/ |
A D | omap3_dss.c | 114 writel(panel_cfg->lcd_size, &dispc->size_lcd); in omap3_dss_panel_config() 127 writel(panel_cfg->lcd_size, &dispc->gfx_size); in omap3_dss_panel_config()
|
/u-boot/arch/arm/include/asm/arch-omap3/ |
A D | dss.h | 207 u32 lcd_size; member
|
/u-boot/board/ti/beagle/ |
A D | beagle.h | 525 .lcd_size = 0x02ff03ff, /* 1024x768 */ 538 .lcd_size = 0x02ff03ff, /* 1024x768 */
|
Completed in 7 milliseconds