Home
last modified time | relevance | path

Searched refs:vfront_porch (Results 1 – 25 of 39) sorted by relevance

12

/Linux-v4.19/drivers/video/
Dvideomode.c24 vm->vfront_porch = dt->vfront_porch.typ; in videomode_from_timing()
Dof_display_timing.c70 ret |= parse_timing_property(np, "vfront-porch", &dt->vfront_porch); in of_parse_display_timing()
/Linux-v4.19/drivers/gpu/drm/panel/
Dpanel-simple.c590 .vfront_porch = { 5, 13, 200 },
641 .vfront_porch = { 3, 8, 11 },
670 .vfront_porch = { 6, 10, 40 },
699 .vfront_porch = { 8, 17, 150 },
942 .vfront_porch = { 8, 11, 15 },
1088 .vfront_porch = { 1, 1, 10 },
1112 .vfront_porch = { 7, 7, 7 },
1212 .vfront_porch = { 4, 9, 30 },
1242 .vfront_porch = { 5, 11, 14 },
1270 .vfront_porch = { 5, 11, 100 },
[all …]
Dpanel-seiko-43wvf1g.c319 .vfront_porch = { 10, 10, 10 },
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Dhdmi_wp.c190 timing_v |= FLD_VAL(vm->vfront_porch, 19, 8); in hdmi_wp_video_config_timing()
208 vm->vfront_porch = param->vm.vfront_porch; in hdmi_wp_init_vid_fmt_timings()
216 vm->vfront_porch /= 2; in hdmi_wp_init_vid_fmt_timings()
Dhdmi5_core.c301 video_cfg->vblank = cfg->vm.vsync_len + cfg->vm.vfront_porch + in hdmi_core_init()
312 video_cfg->v_fc_config.vm.vfront_porch /= 2; in hdmi_core_init()
369 REG_FLD_MOD(base, HDMI_CORE_FC_VSYNCINDELAY, vm->vfront_porch, 7, 0); in hdmi_core_video_config()
Dvenc.c278 .vfront_porch = 5,
295 .vfront_porch = 6,
/Linux-v4.19/drivers/gpu/ipu-v3/
Dipu-di.c217 sig->mode.vback_porch + sig->mode.vfront_porch; in ipu_di_sync_config_interlaced()
280 sig->mode.vback_porch + sig->mode.vfront_porch; in ipu_di_sync_config_noninterlaced()
522 if (mode->vfront_porch >= 2) in ipu_di_adjust_videomode()
525 diff = 2 - mode->vfront_porch; in ipu_di_adjust_videomode()
528 mode->vfront_porch = 2; in ipu_di_adjust_videomode()
531 mode->vfront_porch = 2; in ipu_di_adjust_videomode()
/Linux-v4.19/include/video/
Dvideomode.h28 u32 vfront_porch; member
Ddisplay_timing.h73 struct timing_entry vfront_porch; /* ver. front porch */ member
/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun4i_tv.c157 u16 vfront_porch; member
233 .vfront_porch = 26,
259 .vfront_porch = 28,
338 mode->vsync_start = mode->vdisplay + tv_mode->vfront_porch; in sun4i_tv_mode_to_drm_mode()
/Linux-v4.19/drivers/media/pci/cobalt/
Dm00233_video_measure_memmap_package.h20 uint32_t vfront_porch; /* Reg 0x0010 */ member
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Ddisplay.c282 ovt->vfp = vm->vfront_porch; in videomode_to_omap_video_timings()
315 vm->vfront_porch = ovt->vfp; in omap_video_timings_to_videomode()
/Linux-v4.19/drivers/gpu/drm/xen/
Dxen_drm_front_conn.c76 height = videomode.vactive + videomode.vfront_porch + in connector_get_modes()
/Linux-v4.19/drivers/gpu/drm/arm/
Dhdlcd_crtc.c133 vm.vfront_porch = m->crtc_vsync_start - m->crtc_vdisplay; in hdlcd_crtc_mode_set_nofb()
153 hdlcd_write(hdlcd, HDLCD_REG_V_FRONT_PORCH, vm.vfront_porch - 1); in hdlcd_crtc_mode_set_nofb()
/Linux-v4.19/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_dc.c396 int vfront_porch = mode->vsync_start - mode->vdisplay; in atmel_hlcdc_dc_mode_valid() local
414 if (vfront_porch > dc->desc->max_vpw + 1 || vfront_porch < 1 || in atmel_hlcdc_dc_mode_valid()
Datmel_hlcdc_crtc.c84 vm.vfront_porch = adj->crtc_vsync_start - adj->crtc_vdisplay; in atmel_hlcdc_crtc_mode_set_nofb()
95 (vm.vfront_porch - 1) | (vm.vback_porch << 16)); in atmel_hlcdc_crtc_mode_set_nofb()
/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_drm_mic.c160 vm.vback_porch + vm.vfront_porch); in mic_set_porch_timing()
164 MIC_VFP_SIZE(vm.vfront_porch); in mic_set_porch_timing()
/Linux-v4.19/drivers/gpu/drm/omapdrm/displays/
Dconnector-analog-tv.c36 .vfront_porch = 5,
Dpanel-lgphilips-lb035q02.c33 .vfront_porch = 4,
Dpanel-sharp-ls037v7dw01.c47 .vfront_porch = 1,
Dpanel-nec-nl8048hl11.c73 .vfront_porch = 3,
Dconnector-dvi.c32 .vfront_porch = 3,
Dpanel-tpo-td028ttec1.c50 .vfront_porch = 4,
/Linux-v4.19/Documentation/devicetree/bindings/display/panel/
Ddisplay-timing.txt75 | | |vfront_porch | | |

12