/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()
|
/drivers/gpu/drm/panel/ |
D | panel-simple.c | 588 .hfront_porch = { 39, 58, 77 }, 617 .hfront_porch = { 36, 120, 148 }, 646 .hfront_porch = { 25, 50, 130 }, 941 .hfront_porch = { 1, 1, 10 }, 970 .hfront_porch = { 40, 40, 40 }, 1065 .hfront_porch = { 41, 80, 100 }, 1093 .hfront_porch = { 40, 80, 160 }, 1219 .hfront_porch = { 2, 2, 2 }, 1358 .hfront_porch = { 2, 30, 30 }, 1434 .hfront_porch = { 80, 100, 100 }, [all …]
|
/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 | 299 video_cfg->hblank = cfg->vm.hfront_porch + in hdmi_core_init() 321 video_cfg->v_fc_config.vm.hfront_porch *= 2; in hdmi_core_init() 364 REG_FLD_MOD(base, HDMI_CORE_FC_HSYNCINDELAY1, vm->hfront_porch >> 8, in hdmi_core_video_config() 366 REG_FLD_MOD(base, HDMI_CORE_FC_HSYNCINDELAY0, vm->hfront_porch & 0xFF, in hdmi_core_video_config()
|
D | venc.c | 277 .hfront_porch = 12, 294 .hfront_porch = 16,
|
/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()
|
/drivers/gpu/drm/sun4i/ |
D | sun4i_tv.c | 153 u16 hfront_porch; member 229 .hfront_porch = 18, 255 .hfront_porch = 3, 334 mode->hsync_start = mode->hdisplay + tv_mode->hfront_porch; in sun4i_tv_mode_to_drm_mode()
|
/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()
|
/drivers/media/pci/cobalt/ |
D | m00233_video_measure_memmap_package.h | 37 uint32_t hfront_porch; /* Reg 0x0020 */ member
|
/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 | 254 val = MALIDP_DE_H_FRONTPORCH(mode->hfront_porch) | in malidp500_modeset() 344 unsigned long htotal = vm->hactive + vm->hfront_porch + in malidp500_se_calc_mclk() 474 val = MALIDP_DE_H_FRONTPORCH(mode->hfront_porch) | in malidp550_modeset() 564 unsigned long htotal = vm->hactive + vm->hfront_porch + in malidp550_se_calc_mclk()
|
/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 | 91 vm.hfront_porch = adj->crtc_hsync_start - adj->crtc_hdisplay; in atmel_hlcdc_crtc_mode_set_nofb() 102 (vm.hfront_porch - 1) | ((vm.hback_porch - 1) << 16)); in atmel_hlcdc_crtc_mode_set_nofb()
|
/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()
|
/drivers/gpu/drm/omapdrm/displays/ |
D | connector-analog-tv.c | 33 .hfront_porch = 12,
|
D | panel-sharp-ls037v7dw01.c | 43 .hfront_porch = 1,
|
D | panel-lgphilips-lb035q02.c | 29 .hfront_porch = 20,
|
D | connector-dvi.c | 27 .hfront_porch = 48,
|
D | panel-nec-nl8048hl11.c | 70 .hfront_porch = 6,
|
D | panel-tpo-td028ttec1.c | 47 .hfront_porch = 24,
|
D | connector-hdmi.c | 29 .hfront_porch = 16,
|
/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()
|
/drivers/gpu/drm/mediatek/ |
D | mtk_dsi.c | 433 horizontal_frontporch_byte = (vm->hfront_porch * dsi_tmp_buf_bpp - 12); in mtk_dsi_config_vdo_timing() 561 htotal = dsi->vm.hactive + dsi->vm.hback_porch + dsi->vm.hfront_porch + in mtk_dsi_poweron() 739 dsi->vm.hfront_porch = adjusted->hsync_start - adjusted->hdisplay; in mtk_dsi_encoder_mode_set()
|
/drivers/gpu/drm/stm/ |
D | ltdc.c | 422 vm.hfront_porch, vm.hback_porch, vm.hsync_len, in ltdc_crtc_mode_set_nofb() 432 total_width = accum_act_w + vm.hfront_porch; in ltdc_crtc_mode_set_nofb()
|