| /Linux-v5.4/drivers/gpu/drm/panel/ |
| D | panel-simple.c | 395 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, vfront_porch) || in panel_simple_parse_panel_timing_node() 572 .vfront_porch = { 7, 22, 147 }, 621 .vfront_porch = { 4, 4, 4 }, 741 .vfront_porch = { 5, 13, 200 }, 816 .vfront_porch = { 3, 8, 11 }, 845 .vfront_porch = { 6, 10, 40 }, 874 .vfront_porch = { 8, 17, 150 }, 1188 .vfront_porch = { 8, 11, 15 }, 1217 .vfront_porch = { 5, 8, 11 }, 1361 .vfront_porch = { 6, 10, 10 }, [all …]
|
| D | panel-seiko-43wvf1g.c | 318 .vfront_porch = { 10, 10, 10 },
|
| /Linux-v5.4/drivers/video/ |
| D | videomode.c | 23 vm->vfront_porch = dt->vfront_porch.typ; in videomode_from_timing()
|
| D | of_display_timing.c | 69 ret |= parse_timing_property(np, "vfront-porch", &dt->vfront_porch); in of_parse_display_timing()
|
| /Linux-v5.4/drivers/gpu/drm/omapdrm/dss/ |
| D | hdmi_wp.c | 187 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()
|
| D | hdmi5_core.c | 290 video_cfg->vblank = cfg->vm.vsync_len + cfg->vm.vfront_porch + in hdmi_core_init() 301 video_cfg->v_fc_config.vm.vfront_porch /= 2; in hdmi_core_init() 358 REG_FLD_MOD(base, HDMI_CORE_FC_VSYNCINDELAY, vm->vfront_porch, 7, 0); in hdmi_core_video_config()
|
| /Linux-v5.4/drivers/gpu/ipu-v3/ |
| D | ipu-di.c | 208 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() 513 if (mode->vfront_porch >= 2) in ipu_di_adjust_videomode() 516 diff = 2 - mode->vfront_porch; in ipu_di_adjust_videomode() 519 mode->vfront_porch = 2; in ipu_di_adjust_videomode() 522 mode->vfront_porch = 2; in ipu_di_adjust_videomode()
|
| /Linux-v5.4/include/video/ |
| D | videomode.h | 27 u32 vfront_porch; member
|
| D | display_timing.h | 72 struct timing_entry vfront_porch; /* ver. front porch */ member
|
| /Linux-v5.4/drivers/gpu/drm/sun4i/ |
| D | sun4i_tv.c | 155 u16 vfront_porch; member 231 .vfront_porch = 26, 257 .vfront_porch = 28, 336 mode->vsync_start = mode->vdisplay + tv_mode->vfront_porch; in sun4i_tv_mode_to_drm_mode()
|
| /Linux-v5.4/drivers/media/pci/cobalt/ |
| D | m00233_video_measure_memmap_package.h | 20 uint32_t vfront_porch; /* Reg 0x0010 */ member
|
| /Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/ |
| D | display.c | 271 ovt->vfp = vm->vfront_porch; in videomode_to_omap_video_timings() 304 vm->vfront_porch = ovt->vfp; in omap_video_timings_to_videomode()
|
| /Linux-v5.4/drivers/gpu/drm/xen/ |
| D | xen_drm_front_conn.c | 77 height = videomode.vactive + videomode.vfront_porch + in connector_get_modes()
|
| /Linux-v5.4/drivers/gpu/drm/arm/ |
| D | hdlcd_crtc.c | 135 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()
|
| D | malidp_hw.c | 367 val = MALIDP500_DE_V_FRONTPORCH(mode->vfront_porch) | in malidp500_modeset() 675 val = MALIDP550_DE_V_FRONTPORCH(mode->vfront_porch) | in malidp550_modeset()
|
| /Linux-v5.4/drivers/gpu/drm/exynos/ |
| D | exynos_drm_mic.c | 161 vm.vback_porch + vm.vfront_porch); in mic_set_porch_timing() 165 MIC_VFP_SIZE(vm.vfront_porch); in mic_set_porch_timing()
|
| /Linux-v5.4/drivers/gpu/drm/atmel-hlcdc/ |
| D | atmel_hlcdc_dc.c | 498 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()
|
| D | atmel_hlcdc_crtc.c | 78 vm.vfront_porch = adj->crtc_vsync_start - adj->crtc_vdisplay; in atmel_hlcdc_crtc_mode_set_nofb() 89 (vm.vfront_porch - 1) | (vm.vback_porch << 16)); in atmel_hlcdc_crtc_mode_set_nofb()
|
| /Linux-v5.4/drivers/gpu/drm/fsl-dcu/ |
| D | fsl_dcu_drm_crtc.c | 110 DCU_VSYN_PARA_FP(vm.vfront_porch)); in fsl_dcu_drm_crtc_mode_set_nofb()
|
| /Linux-v5.4/Documentation/devicetree/bindings/display/panel/ |
| D | display-timing.txt | 75 | | |vfront_porch | | |
|
| /Linux-v5.4/drivers/gpu/drm/arm/display/komeda/d71/ |
| D | d71_component.c | 1036 u32 vactive, vfront_porch, vback_porch, vsync_len; in d71_timing_ctrlr_update() local 1045 vfront_porch = mode->crtc_vsync_start - mode->crtc_vdisplay; in d71_timing_ctrlr_update() 1052 malidp_write32(reg, BS_VINTERVALS, BS_V_INTVALS(vfront_porch, in d71_timing_ctrlr_update()
|
| /Linux-v5.4/drivers/gpu/drm/zte/ |
| D | zx_vou.c | 381 val |= FRONT_PORCH(vm.vfront_porch - 1); in zx_crtc_atomic_enable() 399 val |= FRONT_PORCH(vm.vfront_porch - 1); in zx_crtc_atomic_enable()
|
| /Linux-v5.4/drivers/gpu/drm/stm/ |
| D | ltdc.c | 569 vm.vfront_porch, vm.vback_porch, vm.vsync_len); in ltdc_crtc_mode_set_nofb() 579 total_height = accum_act_h + vm.vfront_porch; in ltdc_crtc_mode_set_nofb()
|
| /Linux-v5.4/drivers/video/fbdev/core/ |
| D | fbmon.c | 1323 fbmode->lower_margin = vm->vfront_porch; in fb_videomode_from_videomode() 1344 vtotal = vm->vactive + vm->vfront_porch + vm->vback_porch + in fb_videomode_from_videomode()
|
| /Linux-v5.4/drivers/gpu/drm/ |
| D | drm_modes.c | 596 dmode->vsync_start = dmode->vdisplay + vm->vfront_porch; in drm_display_mode_from_videomode() 637 vm->vfront_porch = dmode->vsync_start - dmode->vdisplay; in drm_display_mode_to_videomode()
|