Home
last modified time | relevance | path

Searched refs:hfront_porch (Results 1 – 25 of 38) sorted by relevance

12

/Linux-v4.19/drivers/video/
Dvideomode.c19 vm->hfront_porch = dt->hfront_porch.typ; in videomode_from_timing()
Dof_display_timing.c66 ret |= parse_timing_property(np, "hfront-porch", &dt->hfront_porch); in of_parse_display_timing()
/Linux-v4.19/drivers/gpu/drm/panel/
Dpanel-simple.c586 .hfront_porch = { 20, 40, 200 },
637 .hfront_porch = { 39, 58, 77 },
666 .hfront_porch = { 18, 60, 74 },
695 .hfront_porch = { 25, 50, 130 },
938 .hfront_porch = { 100, 106, 113 },
1079 .hfront_porch = { 1, 1, 10 },
1108 .hfront_porch = { 40, 40, 40 },
1208 .hfront_porch = { 61, 91, 141 },
1238 .hfront_porch = { 41, 80, 100 },
1266 .hfront_porch = { 40, 80, 160 },
[all …]
Dpanel-seiko-43wvf1g.c315 .hfront_porch = { 164, 164, 164 },
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Dhdmi_wp.c185 timing_h |= FLD_VAL(vm->hfront_porch, 19, 8); in hdmi_wp_video_config_timing()
205 vm->hfront_porch = param->vm.hfront_porch; in hdmi_wp_init_vid_fmt_timings()
222 vm->hfront_porch *= 2; in hdmi_wp_init_vid_fmt_timings()
Dhdmi5_core.c298 video_cfg->hblank = cfg->vm.hfront_porch + in hdmi_core_init()
320 video_cfg->v_fc_config.vm.hfront_porch *= 2; in hdmi_core_init()
363 REG_FLD_MOD(base, HDMI_CORE_FC_HSYNCINDELAY1, vm->hfront_porch >> 8, in hdmi_core_video_config()
365 REG_FLD_MOD(base, HDMI_CORE_FC_HSYNCINDELAY0, vm->hfront_porch & 0xFF, in hdmi_core_video_config()
Dvenc.c275 .hfront_porch = 12,
292 .hfront_porch = 16,
/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_drm_mic.c169 vm.hback_porch + vm.hfront_porch); in mic_set_porch_timing()
173 MIC_VFP_SIZE(vm.hfront_porch); in mic_set_porch_timing()
201 vm.hback_porch + vm.hfront_porch); in mic_set_output_timing()
205 MIC_H_PERIOD_PIXEL_2D(vm.hfront_porch); in mic_set_output_timing()
/Linux-v4.19/include/video/
Dvideomode.h23 u32 hfront_porch; member
Ddisplay_timing.h68 struct timing_entry hfront_porch; /* hor. front porch */ member
/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun4i_tv.c152 u16 hfront_porch; member
228 .hfront_porch = 18,
254 .hfront_porch = 3,
333 mode->hsync_start = mode->hdisplay + tv_mode->hfront_porch; in sun4i_tv_mode_to_drm_mode()
/Linux-v4.19/drivers/media/pci/cobalt/
Dm00233_video_measure_memmap_package.h25 uint32_t hfront_porch; /* Reg 0x0020 */ member
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Ddisplay.c278 ovt->hfp = vm->hfront_porch; in videomode_to_omap_video_timings()
311 vm->hfront_porch = ovt->hfp; in omap_video_timings_to_videomode()
/Linux-v4.19/drivers/gpu/drm/xen/
Dxen_drm_front_conn.c74 width = videomode.hactive + videomode.hfront_porch + in connector_get_modes()
/Linux-v4.19/drivers/gpu/drm/arm/
Dhdlcd_crtc.c136 vm.hfront_porch = m->crtc_hsync_start - m->crtc_hdisplay; in hdlcd_crtc_mode_set_nofb()
157 hdlcd_write(hdlcd, HDLCD_REG_H_FRONT_PORCH, vm.hfront_porch - 1); in hdlcd_crtc_mode_set_nofb()
Dmalidp_hw.c268 val = MALIDP_DE_H_FRONTPORCH(mode->hfront_porch) | in malidp500_modeset()
358 unsigned long htotal = vm->hactive + vm->hfront_porch + in malidp500_se_calc_mclk()
553 val = MALIDP_DE_H_FRONTPORCH(mode->hfront_porch) | in malidp550_modeset()
643 unsigned long htotal = vm->hactive + vm->hfront_porch + in malidp550_se_calc_mclk()
/Linux-v4.19/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_dc.c399 int hfront_porch = mode->hsync_start - mode->hdisplay; in atmel_hlcdc_dc_mode_valid() local
409 if (hfront_porch > dc->desc->max_hpw + 1 || hfront_porch < 1 || in atmel_hlcdc_dc_mode_valid()
Datmel_hlcdc_crtc.c87 vm.hfront_porch = adj->crtc_hsync_start - adj->crtc_hdisplay; in atmel_hlcdc_crtc_mode_set_nofb()
98 (vm.hfront_porch - 1) | ((vm.hback_porch - 1) << 16)); in atmel_hlcdc_crtc_mode_set_nofb()
/Linux-v4.19/drivers/gpu/drm/
Ddrm_modes.c395 int hsync, hfront_porch, vodd_front_porch_lines; in drm_gtf_mode_complex() local
501 hfront_porch = hblank / 2 - hsync; in drm_gtf_mode_complex()
507 drm_mode->hsync_start = hdisplay_rnd + hfront_porch; in drm_gtf_mode_complex()
588 dmode->hsync_start = dmode->hdisplay + vm->hfront_porch; in drm_display_mode_from_videomode()
629 vm->hfront_porch = dmode->hsync_start - dmode->hdisplay; in drm_display_mode_to_videomode()
/Linux-v4.19/drivers/gpu/drm/omapdrm/displays/
Dconnector-analog-tv.c33 .hfront_porch = 12,
Dpanel-lgphilips-lb035q02.c29 .hfront_porch = 20,
Dpanel-sharp-ls037v7dw01.c43 .hfront_porch = 1,
Dpanel-nec-nl8048hl11.c70 .hfront_porch = 6,
Dconnector-dvi.c28 .hfront_porch = 48,
/Linux-v4.19/drivers/gpu/ipu-v3/
Dipu-di.c215 sig->mode.hback_porch + sig->mode.hfront_porch; in ipu_di_sync_config_interlaced()
278 sig->mode.hback_porch + sig->mode.hfront_porch; in ipu_di_sync_config_noninterlaced()

12