vfront_porch     1036 drivers/gpu/drm/arm/display/komeda/d71/d71_component.c 	u32 vactive, vfront_porch, vback_porch, vsync_len;
vfront_porch     1045 drivers/gpu/drm/arm/display/komeda/d71/d71_component.c 	vfront_porch = mode->crtc_vsync_start - mode->crtc_vdisplay;
vfront_porch     1052 drivers/gpu/drm/arm/display/komeda/d71/d71_component.c 	malidp_write32(reg, BS_VINTERVALS, BS_V_INTVALS(vfront_porch,
vfront_porch      135 drivers/gpu/drm/arm/hdlcd_crtc.c 	vm.vfront_porch = m->crtc_vsync_start - m->crtc_vdisplay;
vfront_porch      155 drivers/gpu/drm/arm/hdlcd_crtc.c 	hdlcd_write(hdlcd, HDLCD_REG_V_FRONT_PORCH, vm.vfront_porch - 1);
vfront_porch      367 drivers/gpu/drm/arm/malidp_hw.c 	val = MALIDP500_DE_V_FRONTPORCH(mode->vfront_porch) |
vfront_porch      675 drivers/gpu/drm/arm/malidp_hw.c 	val = MALIDP550_DE_V_FRONTPORCH(mode->vfront_porch) |
vfront_porch       82 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c 	vm.vfront_porch = adj->crtc_vsync_start - adj->crtc_vdisplay;
vfront_porch       93 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c 		     (vm.vfront_porch - 1) | (vm.vback_porch << 16));
vfront_porch      498 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c 	int vfront_porch = mode->vsync_start - mode->vdisplay;
vfront_porch      516 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c 	if (vfront_porch > dc->desc->max_vpw + 1 || vfront_porch < 1 ||
vfront_porch      596 drivers/gpu/drm/drm_modes.c 	dmode->vsync_start = dmode->vdisplay + vm->vfront_porch;
vfront_porch      637 drivers/gpu/drm/drm_modes.c 	vm->vfront_porch = dmode->vsync_start - dmode->vdisplay;
vfront_porch      161 drivers/gpu/drm/exynos/exynos_drm_mic.c 				vm.vback_porch + vm.vfront_porch);
vfront_porch      165 drivers/gpu/drm/exynos/exynos_drm_mic.c 		MIC_VFP_SIZE(vm.vfront_porch);
vfront_porch      110 drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_crtc.c 		     DCU_VSYN_PARA_FP(vm.vfront_porch));
vfront_porch      464 drivers/gpu/drm/mediatek/mtk_dpi.c 	vsync_lodd.front_porch = vm.vfront_porch;
vfront_porch      415 drivers/gpu/drm/mediatek/mtk_dsi.c 	writel(vm->vfront_porch, dsi->regs + DSI_VFP_NL);
vfront_porch     2857 drivers/gpu/drm/omapdrm/dss/dispc.c 			wbdelay = vm->vfront_porch + vm->vsync_len +
vfront_porch     3113 drivers/gpu/drm/omapdrm/dss/dispc.c 				vm->vsync_len, vm->vfront_porch,
vfront_porch     3132 drivers/gpu/drm/omapdrm/dss/dispc.c 		   FLD_VAL(vm->vfront_porch, dispc->feat->fp_start, 8) |
vfront_porch     3229 drivers/gpu/drm/omapdrm/dss/dispc.c 		ytot = t.vactive + t.vfront_porch + t.vsync_len + t.vback_porch;
vfront_porch     3237 drivers/gpu/drm/omapdrm/dss/dispc.c 			t.vsync_len, t.vfront_porch, t.vback_porch);
vfront_porch     4561 drivers/gpu/drm/omapdrm/dss/dispc.c 		.vsync_len = 1, .vfront_porch = 1, .vback_porch = 1,
vfront_porch     4313 drivers/gpu/drm/omapdrm/dss/dsi.c 	vm->vfront_porch = vm->vback_porch = 0;
vfront_porch     4528 drivers/gpu/drm/omapdrm/dss/dsi.c 	dsi_vm->vfp = req_vm->vfront_porch;
vfront_porch      290 drivers/gpu/drm/omapdrm/dss/hdmi5_core.c 	video_cfg->vblank = cfg->vm.vsync_len + cfg->vm.vfront_porch +
vfront_porch      301 drivers/gpu/drm/omapdrm/dss/hdmi5_core.c 		video_cfg->v_fc_config.vm.vfront_porch /= 2;
vfront_porch      358 drivers/gpu/drm/omapdrm/dss/hdmi5_core.c 	REG_FLD_MOD(base, HDMI_CORE_FC_VSYNCINDELAY, vm->vfront_porch, 7, 0);
vfront_porch      187 drivers/gpu/drm/omapdrm/dss/hdmi_wp.c 	timing_v |= FLD_VAL(vm->vfront_porch, 19, 8);
vfront_porch      205 drivers/gpu/drm/omapdrm/dss/hdmi_wp.c 	vm->vfront_porch = param->vm.vfront_porch;
vfront_porch      213 drivers/gpu/drm/omapdrm/dss/hdmi_wp.c 		vm->vfront_porch /= 2;
vfront_porch      318 drivers/gpu/drm/panel/panel-seiko-43wvf1g.c 	.vfront_porch = { 10, 10, 10 },
vfront_porch      395 drivers/gpu/drm/panel/panel-simple.c 		    !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, vfront_porch) ||
vfront_porch      572 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 7, 22, 147 },
vfront_porch      621 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 4, 4, 4 },
vfront_porch      741 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 5, 13, 200 },
vfront_porch      816 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 3, 8, 11 },
vfront_porch      845 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 6, 10, 40 },
vfront_porch      874 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 8, 17, 150 },
vfront_porch     1188 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 8, 11, 15 },
vfront_porch     1217 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 5, 8, 11 },
vfront_porch     1361 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 6, 10, 10 },
vfront_porch     1459 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 1, 1, 179 },
vfront_porch     1489 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 1, 1, 10 },
vfront_porch     1513 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 7, 7, 7 },
vfront_porch     1613 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 4, 9, 30 },
vfront_porch     1643 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 5, 11, 14 },
vfront_porch     1671 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 5, 11, 100 },
vfront_porch     1737 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 8, 8, 8 },
vfront_porch     1834 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 6, 6, 6 },
vfront_porch     1857 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 6, 21, 33 },
vfront_porch     1881 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 2, 2, 2 },
vfront_porch     2110 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 5, 5, 5 },
vfront_porch     2213 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 12, 30, 30 },
vfront_porch     2262 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 13, 13, 13 },
vfront_porch     2475 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 7, 22, 147 },
vfront_porch     2650 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 4, 4, 4 },
vfront_porch     2674 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 3, 3, 3 },
vfront_porch     2726 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 52, 52, 52 },
vfront_porch     2829 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 3, 40, 99 },
vfront_porch     2853 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 1, 13, 88 },
vfront_porch     3004 drivers/gpu/drm/panel/panel-simple.c 	.vfront_porch = { 10, 10, 10 },
vfront_porch      569 drivers/gpu/drm/stm/ltdc.c 			 vm.vfront_porch, vm.vback_porch, vm.vsync_len);
vfront_porch      579 drivers/gpu/drm/stm/ltdc.c 	total_height = accum_act_h + vm.vfront_porch;
vfront_porch      155 drivers/gpu/drm/sun4i/sun4i_tv.c 	u16		vfront_porch;
vfront_porch      231 drivers/gpu/drm/sun4i/sun4i_tv.c 		.vfront_porch	= 26,
vfront_porch      257 drivers/gpu/drm/sun4i/sun4i_tv.c 		.vfront_porch	= 28,
vfront_porch      336 drivers/gpu/drm/sun4i/sun4i_tv.c 	mode->vsync_start = mode->vdisplay + tv_mode->vfront_porch;
vfront_porch       77 drivers/gpu/drm/xen/xen_drm_front_conn.c 	height = videomode.vactive + videomode.vfront_porch +
vfront_porch      381 drivers/gpu/drm/zte/zx_vou.c 	val |= FRONT_PORCH(vm.vfront_porch - 1);
vfront_porch      399 drivers/gpu/drm/zte/zx_vou.c 		val |= FRONT_PORCH(vm.vfront_porch - 1);
vfront_porch      208 drivers/gpu/ipu-v3/ipu-di.c 		sig->mode.vback_porch + sig->mode.vfront_porch;
vfront_porch      271 drivers/gpu/ipu-v3/ipu-di.c 		sig->mode.vback_porch + sig->mode.vfront_porch;
vfront_porch      513 drivers/gpu/ipu-v3/ipu-di.c 	if (mode->vfront_porch >= 2)
vfront_porch      516 drivers/gpu/ipu-v3/ipu-di.c 	diff = 2 - mode->vfront_porch;
vfront_porch      519 drivers/gpu/ipu-v3/ipu-di.c 		mode->vfront_porch = 2;
vfront_porch      522 drivers/gpu/ipu-v3/ipu-di.c 		mode->vfront_porch = 2;
vfront_porch      550 drivers/media/pci/cobalt/cobalt-v4l2.c 	cobalt_info("rx%d: vfb: %d\n", rx, ioread32(&vmr->vfront_porch));
vfront_porch       20 drivers/media/pci/cobalt/m00233_video_measure_memmap_package.h 	uint32_t vfront_porch;      /* Reg 0x0010 */
vfront_porch     1323 drivers/video/fbdev/core/fbmon.c 	fbmode->lower_margin = vm->vfront_porch;
vfront_porch     1344 drivers/video/fbdev/core/fbmon.c 	vtotal = vm->vactive + vm->vfront_porch + vm->vback_porch +
vfront_porch      271 drivers/video/fbdev/omap2/omapfb/dss/display.c 	ovt->vfp = vm->vfront_porch;
vfront_porch      304 drivers/video/fbdev/omap2/omapfb/dss/display.c 	vm->vfront_porch = ovt->vfp;
vfront_porch     2162 drivers/video/fbdev/pxafb.c 		info->modes[i].lower_margin = vm.vfront_porch;
vfront_porch       69 drivers/video/of_display_timing.c 	ret |= parse_timing_property(np, "vfront-porch", &dt->vfront_porch);
vfront_porch       23 drivers/video/videomode.c 	vm->vfront_porch = dt->vfront_porch.typ;
vfront_porch       72 include/video/display_timing.h 	struct timing_entry vfront_porch;	/* ver. front porch */
vfront_porch       27 include/video/videomode.h 	u32 vfront_porch;