Home
last modified time | relevance | path

Searched refs:vfront_porch (Results 1 – 16 of 16) 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.c637 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.c624 timing->vfront_porch.typ = mode->lower_margin; in sunxi_ctfb_mode_to_display_timing()
/external/u-boot/drivers/video/rockchip/
Drk_vop.c152 u32 vfront_porch = edid->vfront_porch.typ; in rkvop_mode_set() local
182 V_VERPRD(vsync_len + vback_porch + vactive + vfront_porch), in rkvop_mode_set()
Drk_mipi.c98 rk_mipi_dsi_write(regs, VID_VFP_LINES, timing->vfront_porch.typ); in rk_mipi_dsi_enable()
/external/u-boot/drivers/video/
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()
Ddw_hdmi.c398 vbl = edid->vback_porch.typ + edid->vfront_porch.typ + in hdmi_av_composer()
446 hdmi_write(hdmi, edid->vfront_porch.typ, HDMI_FC_VSYNCINDELAY); in hdmi_av_composer()
Dtegra.c114 writel((dt->hfront_porch.typ - 1) | (dt->vfront_porch.typ - 1) << 16, in update_display_mode()
Datmel_hlcdfb.c390 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/include/
Dfdtdec.h929 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.c228 total_h = acc_act_h + timing->vfront_porch.typ; in stm32_ltdc_set_mode()
/external/u-boot/drivers/core/
Dofnode.c445 ret |= decode_timing_property(node, "vfront-porch", &dt->vfront_porch); in ofnode_decode_display_timing()
/external/u-boot/lib/
Dfdtdec.c1119 &dt->vfront_porch); in fdtdec_decode_display_timing()