Searched refs:vfront_porch (Results 1 – 25 of 25) sorted by relevance
/external/u-boot/drivers/video/tegra124/ |
D | display.c | 32 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()
|
D | sor.c | 638 timing->vactive.typ + timing->vfront_porch.typ; in tegra_dc_sor_config_panel()
|
/external/u-boot/drivers/video/sunxi/ |
D | lcdc.c | 20 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()
|
D | sunxi_display.c | 629 timing->vfront_porch.typ = mode->lower_margin; in sunxi_ctfb_mode_to_display_timing()
|
/external/u-boot/drivers/video/rockchip/ |
D | rk_vop.c | 151 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()
|
D | rk_mipi.c | 97 rk_mipi_dsi_write(regs, VID_VFP_LINES, timing->vfront_porch.typ); in rk_mipi_dsi_enable()
|
/external/u-boot/drivers/video/ |
D | tda19988.c | 391 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()
|
D | atmel_lcdfb.c | 166 value |= timing->vfront_porch.typ; in atmel_fb_init() 226 timing.vfront_porch.typ = panel_info.vl_clk; in lcd_ctrl_init()
|
D | mvebu_lcd.c | 551 lcd_info.y_fp = timings.vfront_porch.typ; in mvebu_video_probe()
|
D | dw_mipi_dsi.c | 233 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()
|
D | orisetech_otm8009a.c | 75 .vfront_porch.typ = 15,
|
D | raydium-rm68200.c | 88 .vfront_porch.typ = 12,
|
D | dw_hdmi.c | 465 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()
|
D | mxsfb.c | 334 mode.lower_margin = timings.vfront_porch.typ; in mxs_video_probe()
|
D | mali_dp.c | 170 MALIDP_V_FRONTPORCH(timings->vfront_porch.typ); in malidp_setup_timings()
|
D | tegra.c | 114 writel((dt->hfront_porch.typ - 1) | (dt->vfront_porch.typ - 1) << 16, in update_display_mode()
|
D | atmel_hlcdfb.c | 391 value |= LCDC_LCDCFG2_VFPW(timing->vfront_porch.typ - 1); in atmel_hlcdc_init()
|
/external/u-boot/doc/device-tree-bindings/video/ |
D | display-timing.txt | 67 | | |vfront_porch | | |
|
/external/u-boot/drivers/video/meson/ |
D | meson_venc.c | 743 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()
|
D | meson_dw_hdmi.c | 199 timing.vactive.typ, timing.vfront_porch.typ, in meson_dw_hdmi_read_edid()
|
/external/u-boot/include/ |
D | fdtdec.h | 884 struct timing_entry vfront_porch; /* ver. front porch */ member
|
/external/u-boot/common/ |
D | edid.c | 110 set_entry(&timing->vfront_porch, vso); in decode_timing()
|
/external/u-boot/drivers/video/stm32/ |
D | stm32_ltdc.c | 227 total_h = acc_act_h + timings->vfront_porch.typ; in stm32_ltdc_set_mode()
|
/external/u-boot/drivers/core/ |
D | ofnode.c | 493 ret |= decode_timing_property(node, "vfront-porch", &dt->vfront_porch); in ofnode_decode_display_timing()
|
/external/u-boot/lib/ |
D | fdtdec.c | 1001 &dt->vfront_porch); in fdtdec_decode_display_timing()
|