/Linux-v4.19/drivers/video/ |
D | videomode.c | 19 vm->hfront_porch = dt->hfront_porch.typ; in videomode_from_timing()
|
D | of_display_timing.c | 66 ret |= parse_timing_property(np, "hfront-porch", &dt->hfront_porch); in of_parse_display_timing()
|
/Linux-v4.19/drivers/gpu/drm/panel/ |
D | panel-simple.c | 586 .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 …]
|
D | panel-seiko-43wvf1g.c | 315 .hfront_porch = { 164, 164, 164 },
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | hdmi_wp.c | 185 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()
|
D | hdmi5_core.c | 298 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()
|
D | venc.c | 275 .hfront_porch = 12, 292 .hfront_porch = 16,
|
/Linux-v4.19/drivers/gpu/drm/exynos/ |
D | exynos_drm_mic.c | 169 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/ |
D | videomode.h | 23 u32 hfront_porch; member
|
D | display_timing.h | 68 struct timing_entry hfront_porch; /* hor. front porch */ member
|
/Linux-v4.19/drivers/gpu/drm/sun4i/ |
D | sun4i_tv.c | 152 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/ |
D | m00233_video_measure_memmap_package.h | 25 uint32_t hfront_porch; /* Reg 0x0020 */ member
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | display.c | 278 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/ |
D | xen_drm_front_conn.c | 74 width = videomode.hactive + videomode.hfront_porch + in connector_get_modes()
|
/Linux-v4.19/drivers/gpu/drm/arm/ |
D | hdlcd_crtc.c | 136 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()
|
D | malidp_hw.c | 268 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/ |
D | atmel_hlcdc_dc.c | 399 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()
|
D | atmel_hlcdc_crtc.c | 87 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/ |
D | drm_modes.c | 395 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/ |
D | connector-analog-tv.c | 33 .hfront_porch = 12,
|
D | panel-lgphilips-lb035q02.c | 29 .hfront_porch = 20,
|
D | panel-sharp-ls037v7dw01.c | 43 .hfront_porch = 1,
|
D | panel-nec-nl8048hl11.c | 70 .hfront_porch = 6,
|
D | connector-dvi.c | 28 .hfront_porch = 48,
|
/Linux-v4.19/drivers/gpu/ipu-v3/ |
D | ipu-di.c | 215 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()
|