Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/imx/dcss/
A Ddcss-ss.c137 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 Ddcss-dtg.c215 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/drivers/gpu/drm/panel/
A Dpanel-simple.c961 .vfront_porch = { 3, 8, 11 },
1466 .vfront_porch = { 5, 8, 11 },
1695 .vfront_porch = { 1, 1, 1 },
1887 .vfront_porch = { 1, 1, 10 },
1912 .vfront_porch = { 7, 7, 7 },
2010 .vfront_porch = { 4, 9, 30 },
2173 .vfront_porch = { 6, 6, 6 },
2196 .vfront_porch = { 3, 5, 10 },
2252 .vfront_porch = { 2, 2, 2 },
2541 .vfront_porch = { 5, 5, 5 },
[all …]
A Dpanel-edp.c646 !PANEL_EDP_BOUNDS_CHECK(ot, dt, vfront_porch) || in panel_edp_parse_panel_timing_node()
898 .vfront_porch = { 4, 4, 4 },
1268 .vfront_porch = { 8, 8, 8 },
1587 .vfront_porch = { 3, 3, 3 },
/linux/drivers/gpu/drm/kmb/
A Dkmb_crtc.c22 u32 vfront_porch; member
91 vm.vfront_porch = 2; in kmb_crtc_set_mode()
100 m->crtc_vdisplay, vm.vback_porch, vm.vfront_porch, in kmb_crtc_set_mode()
106 kmb_write_lcd(kmb, LCD_V_FRONTPORCH, vm.vfront_porch); in kmb_crtc_set_mode()
124 LCD_V_FRONTPORCH_EVEN, vm.vfront_porch); in kmb_crtc_set_mode()
/linux/drivers/video/
A Dvideomode.c23 vm->vfront_porch = dt->vfront_porch.typ; in videomode_from_timing()
A Dof_display_timing.c70 ret |= parse_timing_property(np, "vfront-porch", &dt->vfront_porch); in of_parse_display_timing()
/linux/drivers/gpu/drm/omapdrm/dss/
A Dhdmi_wp.c187 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 Dhdmi5_core.c246 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/drivers/gpu/ipu-v3/
A Dipu-di.c208 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()
516 if (mode->vfront_porch >= 2) in ipu_di_adjust_videomode()
519 diff = 2 - mode->vfront_porch; in ipu_di_adjust_videomode()
522 mode->vfront_porch = 2; in ipu_di_adjust_videomode()
525 mode->vfront_porch = 2; in ipu_di_adjust_videomode()
/linux/drivers/gpu/drm/sun4i/
A Dsun4i_tv.c156 u16 vfront_porch; member
232 .vfront_porch = 26,
258 .vfront_porch = 28,
337 mode->vsync_start = mode->vdisplay + tv_mode->vfront_porch; in sun4i_tv_mode_to_drm_mode()
/linux/include/video/
A Dvideomode.h27 u32 vfront_porch; member
A Ddisplay_timing.h72 struct timing_entry vfront_porch; /* ver. front porch */ member
/linux/drivers/video/fbdev/omap2/omapfb/dss/
A Ddisplay.c271 ovt->vfp = vm->vfront_porch; in videomode_to_omap_video_timings()
304 vm->vfront_porch = ovt->vfp; in omap_video_timings_to_videomode()
/linux/drivers/media/pci/cobalt/
A Dm00233_video_measure_memmap_package.h20 uint32_t vfront_porch; /* Reg 0x0010 */ member
/linux/drivers/gpu/drm/arm/
A Dhdlcd_crtc.c135 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()
/linux/drivers/gpu/drm/atmel-hlcdc/
A Datmel_hlcdc_dc.c497 int vfront_porch = mode->vsync_start - mode->vdisplay; in atmel_hlcdc_dc_mode_valid() local
515 if (vfront_porch > dc->desc->max_vpw + 1 || vfront_porch < 1 || in atmel_hlcdc_dc_mode_valid()
A Datmel_hlcdc_crtc.c82 vm.vfront_porch = adj->crtc_vsync_start - adj->crtc_vdisplay; in atmel_hlcdc_crtc_mode_set_nofb()
93 (vm.vfront_porch - 1) | (vm.vback_porch << 16)); in atmel_hlcdc_crtc_mode_set_nofb()
/linux/drivers/gpu/drm/bridge/
A Dlontium-lt9611uxc.c422 u32 v_total, vactive, vsync_len, vfront_porch; in lt9611uxc_video_setup() local
433 vfront_porch = mode->vsync_start - mode->vdisplay; in lt9611uxc_video_setup()
452 regmap_update_bits(lt9611uxc->regmap, 0xd018, 0xf, (u8)(vfront_porch / 256)); in lt9611uxc_video_setup()
453 regmap_write(lt9611uxc->regmap, 0xd019, (u8)(vfront_porch % 256)); in lt9611uxc_video_setup()
A Dtc358775.c379 u32 vback_porch, vsync_len, vfront_porch, vactive, vtime1, vtime2; in tc_bridge_enable() local
397 vfront_porch = mode->vsync_start - mode->vdisplay; in tc_bridge_enable()
401 vtime2 = (vfront_porch << 16) + vactive; in tc_bridge_enable()
A Dnwl-dsi.c264 int hfront_porch, hback_porch, vfront_porch, vback_porch; in nwl_dsi_config_dpi() local
271 vfront_porch = dsi->mode.vsync_start - dsi->mode.vdisplay; in nwl_dsi_config_dpi()
279 DRM_DEV_DEBUG_DRIVER(dsi->dev, "vfront_porch = %d\n", vfront_porch); in nwl_dsi_config_dpi()
331 nwl_dsi_write(dsi, NWL_DSI_VFP, vfront_porch); in nwl_dsi_config_dpi()
A Dlontium-lt9611.c152 u32 v_total, vactive, vsync_len, vfront_porch, vsync_porch; in lt9611_mipi_video_setup() local
164 vfront_porch = mode->vsync_start - mode->vdisplay; in lt9611_mipi_video_setup()
182 regmap_write(lt9611->regmap, 0x8317, (u8)(vfront_porch % 256)); in lt9611_mipi_video_setup()
/linux/drivers/gpu/drm/xen/
A Dxen_drm_front_conn.c78 height = videomode.vactive + videomode.vfront_porch + in connector_get_modes()
/linux/drivers/gpu/drm/exynos/
A Dexynos_drm_mic.c162 vm.vback_porch + vm.vfront_porch); in mic_set_porch_timing()
166 MIC_VFP_SIZE(vm.vfront_porch); in mic_set_porch_timing()
/linux/drivers/gpu/drm/fsl-dcu/
A Dfsl_dcu_drm_crtc.c112 DCU_VSYN_PARA_FP(vm.vfront_porch)); in fsl_dcu_drm_crtc_mode_set_nofb()

Completed in 50 milliseconds

12