Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/arm/ti/am335x/
HDam335x_lcd.h34 uint32_t panel_height; member
HDam335x_lcd.c438 "vactive", &panel->panel_height))) in am335x_read_timing()
643 dma_size = round_page(sc->sc_panel.panel_width*sc->sc_panel.panel_height*sc->sc_panel.bpp/8); in am335x_lcd_configure()
681 sc->sc_fb_size = sc->sc_panel.panel_width*sc->sc_panel.panel_height*sc->sc_panel.bpp/8; in am335x_lcd_configure()
700 height = sc->sc_panel.panel_height - 1; in am335x_lcd_configure()
819 sc->sc_fb_info.fb_height = sc->sc_panel.panel_height; in am335x_lcd_configure()
898 sc->sc_panel.panel_height = videomode->vdisplay; in am335x_lcd_hdmi_event()
HDam335x_lcd_syscons.c763 va_sc->height = panel->panel_height; in am335x_lcd_syscons_setup()
/freebsd-14-stable/sys/powerpc/mpc85xx/
HDfsl_diu.c142 uint32_t panel_height; member
393 sc->sc_panel.panel_height = videomode->vdisplay; in diu_attach()
403 sc->sc_info.fb_height = sc->sc_panel.panel_height; in diu_attach()