Home
last modified time | relevance | path

Searched refs:panel_height (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_lcd.h36 uint32_t panel_height; member
H A Dam335x_lcd.c440 "vactive", &panel->panel_height))) in am335x_read_timing()
645 dma_size = round_page(sc->sc_panel.panel_width*sc->sc_panel.panel_height*sc->sc_panel.bpp/8); in am335x_lcd_configure()
683 sc->sc_fb_size = sc->sc_panel.panel_width*sc->sc_panel.panel_height*sc->sc_panel.bpp/8; in am335x_lcd_configure()
702 height = sc->sc_panel.panel_height - 1; in am335x_lcd_configure()
821 sc->sc_fb_info.fb_height = sc->sc_panel.panel_height; in am335x_lcd_configure()
900 sc->sc_panel.panel_height = videomode->vdisplay; in am335x_lcd_hdmi_event()
H A Dam335x_lcd_syscons.c765 va_sc->height = panel->panel_height; in am335x_lcd_syscons_setup()