/Linux-v4.19/drivers/video/ |
D | videomode.c | 24 vm->vfront_porch = dt->vfront_porch.typ; in videomode_from_timing()
|
D | of_display_timing.c | 70 ret |= parse_timing_property(np, "vfront-porch", &dt->vfront_porch); in of_parse_display_timing()
|
/Linux-v4.19/drivers/gpu/drm/panel/ |
D | panel-simple.c | 590 .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 …]
|
D | panel-seiko-43wvf1g.c | 319 .vfront_porch = { 10, 10, 10 },
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | hdmi_wp.c | 190 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()
|
D | hdmi5_core.c | 301 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()
|
D | venc.c | 278 .vfront_porch = 5, 295 .vfront_porch = 6,
|
/Linux-v4.19/drivers/gpu/ipu-v3/ |
D | ipu-di.c | 217 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/ |
D | videomode.h | 28 u32 vfront_porch; member
|
D | display_timing.h | 73 struct timing_entry vfront_porch; /* ver. front porch */ member
|
/Linux-v4.19/drivers/gpu/drm/sun4i/ |
D | sun4i_tv.c | 157 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/ |
D | m00233_video_measure_memmap_package.h | 20 uint32_t vfront_porch; /* Reg 0x0010 */ member
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | display.c | 282 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/ |
D | xen_drm_front_conn.c | 76 height = videomode.vactive + videomode.vfront_porch + in connector_get_modes()
|
/Linux-v4.19/drivers/gpu/drm/arm/ |
D | hdlcd_crtc.c | 133 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/ |
D | atmel_hlcdc_dc.c | 396 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()
|
D | atmel_hlcdc_crtc.c | 84 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/ |
D | exynos_drm_mic.c | 160 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/ |
D | connector-analog-tv.c | 36 .vfront_porch = 5,
|
D | panel-lgphilips-lb035q02.c | 33 .vfront_porch = 4,
|
D | panel-sharp-ls037v7dw01.c | 47 .vfront_porch = 1,
|
D | panel-nec-nl8048hl11.c | 73 .vfront_porch = 3,
|
D | connector-dvi.c | 32 .vfront_porch = 3,
|
D | panel-tpo-td028ttec1.c | 50 .vfront_porch = 4,
|
/Linux-v4.19/Documentation/devicetree/bindings/display/panel/ |
D | display-timing.txt | 75 | | |vfront_porch | | |
|