Home
last modified time | relevance | path

Searched refs:vfront_porch (Results 1 – 25 of 29) sorted by relevance

12

/u-boot/drivers/video/tegra124/
A Ddisplay.c36 v_total = timing->vactive.typ + timing->vfront_porch.typ + in tegra_dc_calc_refresh()
73 writel(((timing->vfront_porch.typ + vref_to_sync) << 16) | in update_display_mode()
143 .vfront_porch = { .typ = 2 },
179 writel(min_mode.hfront_porch.typ | (min_mode.vfront_porch.typ << 16), in tegra_dc_sor_disable_win_short_raster()
318 printf("timing->vfront_porch.typ %d\n", timing->vfront_porch.typ); in dump_config()
/u-boot/drivers/video/sunxi/
A Dlcdc.c22 delay = mode->vfront_porch.typ + mode->vsync_len.typ + in lcdc_get_clk_delay()
101 total = mode->vactive.typ + mode->vfront_porch.typ + bp; in lcdc_tcon0_mode_set()
184 total = mode->vactive.typ + mode->vfront_porch.typ + bp; in lcdc_tcon1_mode_set()
/u-boot/drivers/video/rockchip/
A Drk_vop.c157 u32 vfront_porch = edid->vfront_porch.typ; in rkvop_mode_set() local
187 V_VERPRD(vsync_len + vback_porch + vactive + vfront_porch), in rkvop_mode_set()
A Drk_mipi.c97 rk_mipi_dsi_write(regs, VID_VFP_LINES, timing->vfront_porch.typ); in rk_mipi_dsi_enable()
/u-boot/drivers/video/
A Dtdo-tl070wsh30.c29 .vfront_porch.typ = 5,
A Datmel_lcdfb.c170 value |= timing->vfront_porch.typ; in atmel_fb_init()
230 timing.vfront_porch.typ = panel_info.vl_clk; in lcd_ctrl_init()
A Dtda19988.c393 timing->vactive.typ + timing->vfront_porch.typ; in tda19988_enable()
454 timing->vfront_porch.typ + 1); in tda19988_enable()
458 timing->vfront_porch.typ); in tda19988_enable()
462 timing->vfront_porch.typ + in tda19988_enable()
A Dmvebu_lcd.c555 lcd_info.y_fp = timings.vfront_porch.typ; in mvebu_video_probe()
A Dorisetech_otm8009a.c74 .vfront_porch.typ = 15,
A Draydium-rm68200.c87 .vfront_porch.typ = 12,
A Dvideomodes.c460 timing->vfront_porch.typ = mode->lower_margin; in video_ctfb_mode_to_display_timing()
A Dmali_dp.c174 MALIDP_V_FRONTPORCH(timings->vfront_porch.typ); in malidp_setup_timings()
A Dmxsfb.c148 writel(timings->vback_porch.typ + timings->vfront_porch.typ + in mxs_lcd_init()
A Ddw_hdmi.c467 vbl = edid->vback_porch.typ + edid->vfront_porch.typ + in hdmi_av_composer()
515 hdmi_write(hdmi, edid->vfront_porch.typ, HDMI_FC_VSYNCINDELAY); in hdmi_av_composer()
A Ddw_mipi_dsi.c236 u32 vtotal = timings->vactive.typ + timings->vfront_porch.typ + in dsi_mode_vrefresh()
649 vfp = timings->vfront_porch.typ; in dw_mipi_dsi_vertical_timing_config()
A Dtegra.c118 writel((dt->hfront_porch.typ - 1) | (dt->vfront_porch.typ - 1) << 16, in update_display_mode()
/u-boot/doc/device-tree-bindings/video/
A Ddisplay-timing.txt67 | | |vfront_porch | | |
/u-boot/drivers/video/ti/
A Dtilcdc-panel.c146 priv->timing.vback_porch.typ, priv->timing.vfront_porch.typ, in tilcdc_panel_of_to_plat()
A Dtilcdc.c328 LCDC_RASTER_TIMING_1_VFP(timing.vfront_porch.typ) | in tilcdc_probe()
/u-boot/include/
A Dfdtdec.h900 struct timing_entry vfront_porch; /* ver. front porch */ member
/u-boot/drivers/video/meson/
A Dmeson_venc.c748 mode->vfront_porch.typ + in meson_venc_hdmi_get_dmt_vmode()
810 eof_lines = mode->vfront_porch.typ; in meson_venc_hdmi_mode_set()
1244 + ((mode->vfront_porch.typ + in meson_venc_hdmi_mode_set()
1283 vs_bline_evn = (mode->vfront_porch.typ + in meson_venc_hdmi_mode_set()
A Dmeson_dw_hdmi.c201 timing.vactive.typ, timing.vfront_porch.typ, in meson_dw_hdmi_read_edid()
/u-boot/test/dm/
A Dtest-fdt.c1173 ut_assert(timing.vfront_porch.typ == 8); in dm_test_decode_display_timing()
1195 ut_assert(timing.vfront_porch.typ == 17); in dm_test_decode_display_timing()
1217 ut_assert(timing.vfront_porch.typ == 10); in dm_test_decode_display_timing()
/u-boot/common/
A Dedid.c111 set_entry(&timing->vfront_porch, vso); in decode_timing()
/u-boot/drivers/video/stm32/
A Dstm32_ltdc.c232 total_h = acc_act_h + timings->vfront_porch.typ; in stm32_ltdc_set_mode()

Completed in 817 milliseconds

12