Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-ss.c131 lrc_y = vm->vfront_porch + vm->vback_porch + vm->vsync_len + in dcss_ss_sync_set()
144 vsync_start = vm->vfront_porch - 1; in dcss_ss_sync_set()
145 vsync_end = vm->vfront_porch + vm->vsync_len - 1; in dcss_ss_sync_set()
152 de_ulc_y = vm->vsync_len + vm->vfront_porch + vm->vback_porch; in dcss_ss_sync_set()
158 de_lrc_y = vm->vsync_len + vm->vfront_porch + vm->vback_porch + in dcss_ss_sync_set()
/linux/drivers/video/
H A Dvideomode.c23 vm->vfront_porch = dt->vfront_porch.typ; in videomode_from_timing()
H 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/
H 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()
H A Ddispc.c3013 vm->vsync_len, vm->vfront_porch, in dispc_mgr_check_timings()
3032 FLD_VAL(vm->vfront_porch, dispc->feat->fp_start, 8) | in _dispc_mgr_set_lcd_timings()
3108 ytot = t.vactive + t.vfront_porch + t.vsync_len + t.vback_porch; in dispc_mgr_set_timings()
3116 t.vsync_len, t.vfront_porch, t.vback_porch); in dispc_mgr_set_timings()
4446 .vsync_len = 1, .vfront_porch = 1, .vback_porch = 1,
/linux/drivers/gpu/ipu-v3/
H 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()
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/include/video/
H A Dvideomode.h27 u32 vfront_porch; member
H A Ddisplay_timing.h72 struct timing_entry vfront_porch; /* ver. front porch */ member
/linux/drivers/media/pci/cobalt/
H A Dm00233_video_measure_memmap_package.h20 uint32_t vfront_porch; /* Reg 0x0010 */ member
/linux/drivers/gpu/drm/xen/
H A Dxen_drm_front_conn.c79 height = videomode.vactive + videomode.vfront_porch + in connector_get_modes()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h518 unsigned int vfront_porch; member
/linux/drivers/gpu/drm/arm/
H A Dmalidp_hw.c367 val = MALIDP500_DE_V_FRONTPORCH(mode->vfront_porch) | in malidp500_modeset()
684 val = MALIDP550_DE_V_FRONTPORCH(mode->vfront_porch) | in malidp550_modeset()
/linux/drivers/video/fbdev/core/
H A Dfbmon.c1328 fbmode->lower_margin = vm->vfront_porch; in fb_videomode_from_videomode()
1349 vtotal = vm->vactive + vm->vfront_porch + vm->vback_porch + in fb_videomode_from_videomode()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn316/
H A Ddcn316_resource.c1800 pipes[pipe_cnt].pipe.dest.vfront_porch = timing->v_front_porch; in dcn316_populate_dml_pipes_from_context()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn31/
H A Ddcn31_resource.c1835 pipes[pipe_cnt].pipe.dest.vfront_porch = timing->v_front_porch; in dcn31_populate_dml_pipes_from_context()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn315/
H A Ddcn315_resource.c1859 pipes[pipe_cnt].pipe.dest.vfront_porch = timing->v_front_porch; in dcn315_populate_dml_pipes_from_context()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2100 pipes[pipe_cnt].pipe.dest.vfront_porch = timing->v_front_porch; in dcn32_populate_dml_pipes_from_context()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_bios.c1005 panel_fixed_mode->vdisplay + dtd->vfront_porch; in parse_generic_dtd()