Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/tegra124/
Ddisplay.c32 v_total = timing->vactive.typ + timing->vfront_porch.typ + in tegra_dc_calc_refresh()
69 writel(((timing->vfront_porch.typ + vref_to_sync) << 16) | in update_display_mode()
139 .vfront_porch = { .typ = 2 },
175 writel(min_mode.hfront_porch.typ | (min_mode.vfront_porch.typ << 16), in tegra_dc_sor_disable_win_short_raster()
314 printf("timing->vfront_porch.typ %d\n", timing->vfront_porch.typ); in dump_config()
Dsor.c638 timing->vactive.typ + timing->vfront_porch.typ; in tegra_dc_sor_config_panel()
/external/u-boot/drivers/video/sunxi/
Dlcdc.c20 delay = mode->vfront_porch.typ + mode->vsync_len.typ + in lcdc_get_clk_delay()
99 total = mode->vactive.typ + mode->vfront_porch.typ + bp; in lcdc_tcon0_mode_set()
182 total = mode->vactive.typ + mode->vfront_porch.typ + bp; in lcdc_tcon1_mode_set()
Dsunxi_display.c629 timing->vfront_porch.typ = mode->lower_margin; in sunxi_ctfb_mode_to_display_timing()
/external/u-boot/drivers/video/rockchip/
Drk_vop.c151 u32 vfront_porch = edid->vfront_porch.typ; in rkvop_mode_set() local
181 V_VERPRD(vsync_len + vback_porch + vactive + vfront_porch), in rkvop_mode_set()
Drk_mipi.c97 rk_mipi_dsi_write(regs, VID_VFP_LINES, timing->vfront_porch.typ); in rk_mipi_dsi_enable()
/external/u-boot/drivers/video/
Dtda19988.c391 timing->vactive.typ + timing->vfront_porch.typ; in tda19988_enable()
452 timing->vfront_porch.typ + 1); in tda19988_enable()
456 timing->vfront_porch.typ); in tda19988_enable()
460 timing->vfront_porch.typ + in tda19988_enable()
Datmel_lcdfb.c166 value |= timing->vfront_porch.typ; in atmel_fb_init()
226 timing.vfront_porch.typ = panel_info.vl_clk; in lcd_ctrl_init()
Dmvebu_lcd.c551 lcd_info.y_fp = timings.vfront_porch.typ; in mvebu_video_probe()
Ddw_mipi_dsi.c233 u32 vtotal = timings->vactive.typ + timings->vfront_porch.typ + in dsi_mode_vrefresh()
632 vfp = timings->vfront_porch.typ; in dw_mipi_dsi_vertical_timing_config()
Dorisetech_otm8009a.c75 .vfront_porch.typ = 15,
Draydium-rm68200.c88 .vfront_porch.typ = 12,
Ddw_hdmi.c465 vbl = edid->vback_porch.typ + edid->vfront_porch.typ + in hdmi_av_composer()
513 hdmi_write(hdmi, edid->vfront_porch.typ, HDMI_FC_VSYNCINDELAY); in hdmi_av_composer()
Dmxsfb.c334 mode.lower_margin = timings.vfront_porch.typ; in mxs_video_probe()
Dmali_dp.c170 MALIDP_V_FRONTPORCH(timings->vfront_porch.typ); in malidp_setup_timings()
Dtegra.c114 writel((dt->hfront_porch.typ - 1) | (dt->vfront_porch.typ - 1) << 16, in update_display_mode()
Datmel_hlcdfb.c391 value |= LCDC_LCDCFG2_VFPW(timing->vfront_porch.typ - 1); in atmel_hlcdc_init()
/external/u-boot/doc/device-tree-bindings/video/
Ddisplay-timing.txt67 | | |vfront_porch | | |
/external/u-boot/drivers/video/meson/
Dmeson_venc.c743 mode->vfront_porch.typ + in meson_venc_hdmi_get_dmt_vmode()
805 eof_lines = mode->vfront_porch.typ; in meson_venc_hdmi_mode_set()
1239 + ((mode->vfront_porch.typ + in meson_venc_hdmi_mode_set()
1278 vs_bline_evn = (mode->vfront_porch.typ + in meson_venc_hdmi_mode_set()
Dmeson_dw_hdmi.c199 timing.vactive.typ, timing.vfront_porch.typ, in meson_dw_hdmi_read_edid()
/external/u-boot/include/
Dfdtdec.h884 struct timing_entry vfront_porch; /* ver. front porch */ member
/external/u-boot/common/
Dedid.c110 set_entry(&timing->vfront_porch, vso); in decode_timing()
/external/u-boot/drivers/video/stm32/
Dstm32_ltdc.c227 total_h = acc_act_h + timings->vfront_porch.typ; in stm32_ltdc_set_mode()
/external/u-boot/drivers/core/
Dofnode.c493 ret |= decode_timing_property(node, "vfront-porch", &dt->vfront_porch); in ofnode_decode_display_timing()
/external/u-boot/lib/
Dfdtdec.c1001 &dt->vfront_porch); in fdtdec_decode_display_timing()