Searched refs:vfront_porch (Results 1 – 25 of 29) sorted by relevance
12
/u-boot/drivers/video/tegra124/ |
A D | display.c | 36 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 D | lcdc.c | 22 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 D | rk_vop.c | 157 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 D | rk_mipi.c | 97 rk_mipi_dsi_write(regs, VID_VFP_LINES, timing->vfront_porch.typ); in rk_mipi_dsi_enable()
|
/u-boot/drivers/video/ |
A D | tdo-tl070wsh30.c | 29 .vfront_porch.typ = 5,
|
A D | atmel_lcdfb.c | 170 value |= timing->vfront_porch.typ; in atmel_fb_init() 230 timing.vfront_porch.typ = panel_info.vl_clk; in lcd_ctrl_init()
|
A D | tda19988.c | 393 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 D | mvebu_lcd.c | 555 lcd_info.y_fp = timings.vfront_porch.typ; in mvebu_video_probe()
|
A D | orisetech_otm8009a.c | 74 .vfront_porch.typ = 15,
|
A D | raydium-rm68200.c | 87 .vfront_porch.typ = 12,
|
A D | videomodes.c | 460 timing->vfront_porch.typ = mode->lower_margin; in video_ctfb_mode_to_display_timing()
|
A D | mali_dp.c | 174 MALIDP_V_FRONTPORCH(timings->vfront_porch.typ); in malidp_setup_timings()
|
A D | mxsfb.c | 148 writel(timings->vback_porch.typ + timings->vfront_porch.typ + in mxs_lcd_init()
|
A D | dw_hdmi.c | 467 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 D | dw_mipi_dsi.c | 236 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 D | tegra.c | 118 writel((dt->hfront_porch.typ - 1) | (dt->vfront_porch.typ - 1) << 16, in update_display_mode()
|
/u-boot/doc/device-tree-bindings/video/ |
A D | display-timing.txt | 67 | | |vfront_porch | | |
|
/u-boot/drivers/video/ti/ |
A D | tilcdc-panel.c | 146 priv->timing.vback_porch.typ, priv->timing.vfront_porch.typ, in tilcdc_panel_of_to_plat()
|
A D | tilcdc.c | 328 LCDC_RASTER_TIMING_1_VFP(timing.vfront_porch.typ) | in tilcdc_probe()
|
/u-boot/include/ |
A D | fdtdec.h | 900 struct timing_entry vfront_porch; /* ver. front porch */ member
|
/u-boot/drivers/video/meson/ |
A D | meson_venc.c | 748 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 D | meson_dw_hdmi.c | 201 timing.vactive.typ, timing.vfront_porch.typ, in meson_dw_hdmi_read_edid()
|
/u-boot/test/dm/ |
A D | test-fdt.c | 1173 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 D | edid.c | 111 set_entry(&timing->vfront_porch, vso); in decode_timing()
|
/u-boot/drivers/video/stm32/ |
A D | stm32_ltdc.c | 232 total_h = acc_act_h + timings->vfront_porch.typ; in stm32_ltdc_set_mode()
|
Completed in 817 milliseconds
12