/linux-6.3-rc2/drivers/gpu/drm/imx/dcss/ |
A D | dcss-ss.c | 137 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()
|
A D | dcss-dtg.c | 215 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()
|
/linux-6.3-rc2/drivers/gpu/drm/panel/ |
A D | panel-simple.c | 1003 .vfront_porch = { 3, 8, 11 }, 1453 .vfront_porch = { 4, 4, 4 }, 1478 .vfront_porch = { 5, 5, 5 }, 1557 .vfront_porch = { 5, 8, 11 }, 1812 .vfront_porch = { 1, 1, 1 }, 2029 .vfront_porch = { 7, 7, 7 }, 2341 .vfront_porch = { 6, 6, 6 }, 2420 .vfront_porch = { 2, 2, 2 }, 2771 .vfront_porch = { 5, 5, 5 }, 3257 .vfront_porch = { 4, 4, 4 }, [all …]
|
A D | panel-edp.c | 690 !PANEL_EDP_BOUNDS_CHECK(ot, dt, vfront_porch) || in panel_edp_parse_panel_timing_node() 940 .vfront_porch = { 4, 4, 4 }, 1311 .vfront_porch = { 8, 8, 8 }, 1630 .vfront_porch = { 3, 3, 3 },
|
A D | panel-seiko-43wvf1g.c | 293 .vfront_porch = { 10, 10, 10 },
|
/linux-6.3-rc2/drivers/gpu/drm/kmb/ |
A D | kmb_crtc.c | 21 u32 vfront_porch; member 90 vm.vfront_porch = 2; in kmb_crtc_set_mode() 99 m->crtc_vdisplay, vm.vback_porch, vm.vfront_porch, in kmb_crtc_set_mode() 105 kmb_write_lcd(kmb, LCD_V_FRONTPORCH, vm.vfront_porch); in kmb_crtc_set_mode() 123 LCD_V_FRONTPORCH_EVEN, vm.vfront_porch); in kmb_crtc_set_mode()
|
/linux-6.3-rc2/drivers/video/ |
A D | videomode.c | 23 vm->vfront_porch = dt->vfront_porch.typ; in videomode_from_timing()
|
A D | of_display_timing.c | 70 ret |= parse_timing_property(np, "vfront-porch", &dt->vfront_porch); in of_parse_display_timing()
|
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/dss/ |
A 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()
|
A D | hdmi5_core.c | 246 video_cfg->vblank = cfg->vm.vsync_len + cfg->vm.vfront_porch + in hdmi_core_init() 257 video_cfg->v_fc_config.vm.vfront_porch /= 2; in hdmi_core_init() 314 REG_FLD_MOD(base, HDMI_CORE_FC_VSYNCINDELAY, vm->vfront_porch, 7, 0); in hdmi_core_video_config()
|
/linux-6.3-rc2/drivers/gpu/ipu-v3/ |
A 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() 517 if (mode->vfront_porch >= 2) in ipu_di_adjust_videomode() 520 diff = 2 - mode->vfront_porch; in ipu_di_adjust_videomode() 523 mode->vfront_porch = 2; in ipu_di_adjust_videomode() 526 mode->vfront_porch = 2; in ipu_di_adjust_videomode()
|
/linux-6.3-rc2/include/video/ |
A D | videomode.h | 27 u32 vfront_porch; member
|
A D | display_timing.h | 72 struct timing_entry vfront_porch; /* ver. front porch */ member
|
/linux-6.3-rc2/drivers/media/pci/cobalt/ |
A D | m00233_video_measure_memmap_package.h | 20 uint32_t vfront_porch; /* Reg 0x0010 */ member
|
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/ |
A 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-6.3-rc2/drivers/gpu/drm/xen/ |
A D | xen_drm_front_conn.c | 79 height = videomode.vactive + videomode.vfront_porch + in connector_get_modes()
|
/linux-6.3-rc2/drivers/gpu/drm/arm/ |
A D | hdlcd_crtc.c | 134 vm.vfront_porch = m->crtc_vsync_start - m->crtc_vdisplay; in hdlcd_crtc_mode_set_nofb() 154 hdlcd_write(hdlcd, HDLCD_REG_V_FRONT_PORCH, vm.vfront_porch - 1); in hdlcd_crtc_mode_set_nofb()
|
/linux-6.3-rc2/drivers/gpu/drm/atmel-hlcdc/ |
A 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()
|
A D | atmel_hlcdc_crtc.c | 83 vm.vfront_porch = adj->crtc_vsync_start - adj->crtc_vdisplay; in atmel_hlcdc_crtc_mode_set_nofb() 94 (vm.vfront_porch - 1) | (vm.vback_porch << 16)); in atmel_hlcdc_crtc_mode_set_nofb()
|
/linux-6.3-rc2/drivers/gpu/drm/bridge/ |
A D | lontium-lt9611uxc.c | 390 u32 v_total, vactive, vsync_len, vfront_porch; in lt9611uxc_video_setup() local 401 vfront_porch = mode->vsync_start - mode->vdisplay; in lt9611uxc_video_setup() 420 regmap_update_bits(lt9611uxc->regmap, 0xd018, 0xf, (u8)(vfront_porch / 256)); in lt9611uxc_video_setup() 421 regmap_write(lt9611uxc->regmap, 0xd019, (u8)(vfront_porch % 256)); in lt9611uxc_video_setup()
|
A D | tc358775.c | 380 u32 vback_porch, vsync_len, vfront_porch, vactive, vtime1, vtime2; in tc_bridge_enable() local 398 vfront_porch = mode->vsync_start - mode->vdisplay; in tc_bridge_enable() 402 vtime2 = (vfront_porch << 16) + vactive; in tc_bridge_enable()
|
A D | nwl-dsi.c | 261 int hfront_porch, hback_porch, vfront_porch, vback_porch; in nwl_dsi_config_dpi() local 268 vfront_porch = dsi->mode.vsync_start - dsi->mode.vdisplay; in nwl_dsi_config_dpi() 276 DRM_DEV_DEBUG_DRIVER(dsi->dev, "vfront_porch = %d\n", vfront_porch); in nwl_dsi_config_dpi() 328 nwl_dsi_write(dsi, NWL_DSI_VFP, vfront_porch); in nwl_dsi_config_dpi()
|
A D | lontium-lt9611.c | 131 u32 v_total, vactive, vsync_len, vfront_porch, vsync_porch; in lt9611_mipi_video_setup() local 143 vfront_porch = mode->vsync_start - mode->vdisplay; in lt9611_mipi_video_setup() 161 regmap_write(lt9611->regmap, 0x8317, (u8)(vfront_porch % 256)); in lt9611_mipi_video_setup()
|
/linux-6.3-rc2/drivers/gpu/drm/exynos/ |
A D | exynos_drm_mic.c | 162 vm.vback_porch + vm.vfront_porch); in mic_set_porch_timing() 166 MIC_VFP_SIZE(vm.vfront_porch); in mic_set_porch_timing()
|
/linux-6.3-rc2/drivers/gpu/drm/fsl-dcu/ |
A D | fsl_dcu_drm_crtc.c | 112 DCU_VSYN_PARA_FP(vm.vfront_porch)); in fsl_dcu_drm_crtc_mode_set_nofb()
|