Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/gpu/drm/imx/dcss/
H A Ddcss-ss.c137 lrc_y = vm->vfront_porch + vm->vback_porch + vm->vsync_len + in dcss_ss_sync_set()
150 vsync_start = vm->vfront_porch - 1; in dcss_ss_sync_set()
151 vsync_end = vm->vfront_porch + vm->vsync_len - 1; in dcss_ss_sync_set()
158 de_ulc_y = vm->vsync_len + vm->vfront_porch + vm->vback_porch; in dcss_ss_sync_set()
164 de_lrc_y = vm->vsync_len + vm->vfront_porch + vm->vback_porch + in dcss_ss_sync_set()
H A Ddcss-dtg.c215 dtg_lrc_y = vm->vfront_porch + vm->vback_porch + vm->vsync_len + in dcss_dtg_sync_set()
218 dis_ulc_y = vm->vsync_len + vm->vfront_porch + vm->vback_porch - 1; in dcss_dtg_sync_set()
220 dis_lrc_y = vm->vsync_len + vm->vfront_porch + vm->vback_porch + in dcss_dtg_sync_set()
/OK3568_Linux_fs/kernel/drivers/video/
H A Dvideomode.c23 vm->vfront_porch = dt->vfront_porch.typ; in videomode_from_timing()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi_wp.c187 timing_v |= FLD_VAL(vm->vfront_porch, 19, 8); in hdmi_wp_video_config_timing()
205 vm->vfront_porch = param->vm.vfront_porch; in hdmi_wp_init_vid_fmt_timings()
213 vm->vfront_porch /= 2; in hdmi_wp_init_vid_fmt_timings()
/OK3568_Linux_fs/u-boot/drivers/video/tegra124/
H A Ddisplay.c35 v_total = timing->vactive.typ + timing->vfront_porch.typ + in tegra_dc_calc_refresh()
72 writel(((timing->vfront_porch.typ + vref_to_sync) << 16) | in update_display_mode()
142 .vfront_porch = { .typ = 2 },
178 writel(min_mode.hfront_porch.typ | (min_mode.vfront_porch.typ << 16), in tegra_dc_sor_disable_win_short_raster()
317 printf("timing->vfront_porch.typ %d\n", timing->vfront_porch.typ); in dump_config()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/
H A Dpanel-simple.c759 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, vfront_porch) || in panel_simple_parse_panel_timing_node()
1082 .vfront_porch = { 7, 22, 147 },
1133 .vfront_porch = { 4, 4, 4 },
1284 .vfront_porch = { 5, 13, 200 },
1382 .vfront_porch = { 3, 8, 11 },
1436 .vfront_porch = { 6, 10, 40 },
1466 .vfront_porch = { 4, 26, 76 },
1496 .vfront_porch = { 8, 17, 150 },
1843 .vfront_porch = { 7, 11, 14 },
1974 .vfront_porch = { 8, 11, 15 },
[all …]
/OK3568_Linux_fs/u-boot/drivers/video/sunxi/
H A 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()
/OK3568_Linux_fs/kernel/drivers/gpu/ipu-v3/
H A Dipu-di.c208 sig->mode.vback_porch + sig->mode.vfront_porch; in ipu_di_sync_config_interlaced()
271 sig->mode.vback_porch + sig->mode.vfront_porch; in ipu_di_sync_config_noninterlaced()
514 if (mode->vfront_porch >= 2) in ipu_di_adjust_videomode()
517 diff = 2 - mode->vfront_porch; in ipu_di_adjust_videomode()
520 mode->vfront_porch = 2; in ipu_di_adjust_videomode()
523 mode->vfront_porch = 2; in ipu_di_adjust_videomode()
/OK3568_Linux_fs/u-boot/drivers/video/rockchip/
H A Drk_vop.c153 u32 vfront_porch = edid->vfront_porch.typ; in rkvop_mode_set() local
183 V_VERPRD(vsync_len + vback_porch + vactive + vfront_porch), in rkvop_mode_set()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun4i_tv.c156 u16 vfront_porch; member
232 .vfront_porch = 26,
258 .vfront_porch = 28,
337 mode->vsync_start = mode->vdisplay + tv_mode->vfront_porch; in sun4i_tv_mode_to_drm_mode()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay.c271 ovt->vfp = vm->vfront_porch; in videomode_to_omap_video_timings()
304 vm->vfront_porch = ovt->vfp; in omap_video_timings_to_videomode()
/OK3568_Linux_fs/kernel/include/video/
H A Dvideomode.h27 u32 vfront_porch; member
H A Ddisplay_timing.h72 struct timing_entry vfront_porch; /* ver. front porch */ member
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Ddrm_modes.c216 dmode->vsync_start = dmode->vdisplay + vm->vfront_porch; in drm_display_mode_from_videomode()
255 vm->vfront_porch = dmode->vsync_start - dmode->vdisplay; in drm_display_mode_to_videomode()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Datmel_lcdfb.c167 value |= timing->vfront_porch.typ; in atmel_fb_init()
227 timing.vfront_porch.typ = panel_info.vl_clk; in lcd_ctrl_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/
H A Dhdlcd_crtc.c135 vm.vfront_porch = m->crtc_vsync_start - m->crtc_vdisplay; in hdlcd_crtc_mode_set_nofb()
155 hdlcd_write(hdlcd, HDLCD_REG_V_FRONT_PORCH, vm.vfront_porch - 1); in hdlcd_crtc_mode_set_nofb()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dnwl-dsi.c270 int hfront_porch, hback_porch, vfront_porch, vback_porch; in nwl_dsi_config_dpi() local
277 vfront_porch = dsi->mode.vsync_start - dsi->mode.vdisplay; in nwl_dsi_config_dpi()
285 DRM_DEV_DEBUG_DRIVER(dsi->dev, "vfront_porch = %d\n", vfront_porch); in nwl_dsi_config_dpi()
337 nwl_dsi_write(dsi, NWL_DSI_VFP, vfront_porch); in nwl_dsi_config_dpi()
H A Dtc358775.c379 u32 vback_porch, vsync_len, vfront_porch, vactive, vtime1, vtime2; in tc_bridge_enable() local
397 vfront_porch = mode->vsync_start - mode->vdisplay; in tc_bridge_enable()
401 vtime2 = (vfront_porch << 16) + vactive; in tc_bridge_enable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/xen/
H A Dxen_drm_front_conn.c78 height = videomode.vactive + videomode.vfront_porch + in connector_get_modes()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos_drm_mic.c162 vm.vback_porch + vm.vfront_porch); in mic_set_porch_timing()
166 MIC_VFP_SIZE(vm.vfront_porch); in mic_set_porch_timing()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.c498 int vfront_porch = mode->vsync_start - mode->vdisplay; in atmel_hlcdc_dc_mode_valid() local
516 if (vfront_porch > dc->desc->max_vpw + 1 || vfront_porch < 1 || in atmel_hlcdc_dc_mode_valid()
H A Datmel_hlcdc_crtc.c82 vm.vfront_porch = adj->crtc_vsync_start - adj->crtc_vdisplay; in atmel_hlcdc_crtc_mode_set_nofb()
93 (vm.vfront_porch - 1) | (vm.vback_porch << 16)); in atmel_hlcdc_crtc_mode_set_nofb()
/OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/
H A Drk628.c284 src->vfront_porch; in calc_dsp_frm_hst_vst()
329 dst->vfront_porch; in rk628_post_process_scaler_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk618/
H A Drk618_scaler.c99 src->vfront_porch; in calc_dsp_frm_hst_vst()
148 dst.vfront_porch; in rk618_scaler_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk628/
H A Drk628_post_process.c63 src->vfront_porch; in calc_dsp_frm_hst_vst()
112 dst.vfront_porch; in rk628_post_process_scaler_init()

123