| /Linux-v5.4/drivers/gpu/drm/panel/ |
| D | panel-simple.c | 391 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hfront_porch) || in panel_simple_parse_panel_timing_node() 568 .hfront_porch = { 16, 210, 354 }, 617 .hfront_porch = { 18, 119, 119 }, 737 .hfront_porch = { 20, 40, 200 }, 812 .hfront_porch = { 39, 58, 77 }, 841 .hfront_porch = { 36, 120, 148 }, 870 .hfront_porch = { 25, 50, 130 }, 1184 .hfront_porch = { 100, 106, 113 }, 1213 .hfront_porch = { 43, 53, 63 }, 1357 .hfront_porch = { 40, 66, 70 }, [all …]
|
| D | panel-seiko-43wvf1g.c | 314 .hfront_porch = { 164, 164, 164 },
|
| /Linux-v5.4/drivers/video/ |
| D | videomode.c | 18 vm->hfront_porch = dt->hfront_porch.typ; in videomode_from_timing()
|
| D | of_display_timing.c | 65 ret |= parse_timing_property(np, "hfront-porch", &dt->hfront_porch); in of_parse_display_timing()
|
| /Linux-v5.4/drivers/gpu/drm/omapdrm/dss/ |
| D | hdmi_wp.c | 182 timing_h |= FLD_VAL(vm->hfront_porch, 19, 8); in hdmi_wp_video_config_timing() 202 vm->hfront_porch = param->vm.hfront_porch; in hdmi_wp_init_vid_fmt_timings() 219 vm->hfront_porch *= 2; in hdmi_wp_init_vid_fmt_timings()
|
| D | hdmi5_core.c | 287 video_cfg->hblank = cfg->vm.hfront_porch + in hdmi_core_init() 309 video_cfg->v_fc_config.vm.hfront_porch *= 2; in hdmi_core_init() 352 REG_FLD_MOD(base, HDMI_CORE_FC_HSYNCINDELAY1, vm->hfront_porch >> 8, in hdmi_core_video_config() 354 REG_FLD_MOD(base, HDMI_CORE_FC_HSYNCINDELAY0, vm->hfront_porch & 0xFF, in hdmi_core_video_config()
|
| D | dispc.c | 2152 nonactive = vm->hactive + vm->hfront_porch + vm->hsync_len + in check_horiz_timing_omap3() 2160 blank = div_u64((u64)(vm->hback_porch + vm->hsync_len + vm->hfront_porch) * in check_horiz_timing_omap3() 3112 vm->hfront_porch, vm->hback_porch, in dispc_mgr_check_timings() 3129 FLD_VAL(vm->hfront_porch - 1, dispc->feat->fp_start, 8) | in _dispc_mgr_set_lcd_timings() 3228 xtot = t.hactive + t.hfront_porch + t.hsync_len + t.hback_porch; in dispc_mgr_set_timings() 3236 t.hsync_len, t.hfront_porch, t.hback_porch, in dispc_mgr_set_timings() 4560 .hsync_len = 8, .hfront_porch = 4, .hback_porch = 4,
|
| /Linux-v5.4/drivers/gpu/drm/exynos/ |
| D | exynos_drm_mic.c | 170 vm.hback_porch + vm.hfront_porch); in mic_set_porch_timing() 174 MIC_VFP_SIZE(vm.hfront_porch); in mic_set_porch_timing() 202 vm.hback_porch + vm.hfront_porch); in mic_set_output_timing() 206 MIC_H_PERIOD_PIXEL_2D(vm.hfront_porch); in mic_set_output_timing()
|
| /Linux-v5.4/include/video/ |
| D | videomode.h | 22 u32 hfront_porch; member
|
| D | display_timing.h | 67 struct timing_entry hfront_porch; /* hor. front porch */ member
|
| /Linux-v5.4/drivers/gpu/drm/sun4i/ |
| D | sun4i_tv.c | 150 u16 hfront_porch; member 226 .hfront_porch = 18, 252 .hfront_porch = 3, 331 mode->hsync_start = mode->hdisplay + tv_mode->hfront_porch; in sun4i_tv_mode_to_drm_mode()
|
| /Linux-v5.4/drivers/media/pci/cobalt/ |
| D | m00233_video_measure_memmap_package.h | 25 uint32_t hfront_porch; /* Reg 0x0020 */ member
|
| /Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/ |
| D | display.c | 267 ovt->hfp = vm->hfront_porch; in videomode_to_omap_video_timings() 300 vm->hfront_porch = ovt->hfp; in omap_video_timings_to_videomode()
|
| /Linux-v5.4/drivers/gpu/drm/xen/ |
| D | xen_drm_front_conn.c | 75 width = videomode.hactive + videomode.hfront_porch + in connector_get_modes()
|
| /Linux-v5.4/drivers/gpu/drm/arm/ |
| D | hdlcd_crtc.c | 138 vm.hfront_porch = m->crtc_hsync_start - m->crtc_hdisplay; in hdlcd_crtc_mode_set_nofb() 159 hdlcd_write(hdlcd, HDLCD_REG_H_FRONT_PORCH, vm.hfront_porch - 1); in hdlcd_crtc_mode_set_nofb()
|
| D | malidp_hw.c | 363 val = MALIDP_DE_H_FRONTPORCH(mode->hfront_porch) | in malidp500_modeset() 476 unsigned long htotal = vm->hactive + vm->hfront_porch + in malidp500_se_calc_mclk() 671 val = MALIDP_DE_H_FRONTPORCH(mode->hfront_porch) | in malidp550_modeset() 817 unsigned long htotal = vm->hactive + vm->hfront_porch + in malidp550_se_calc_mclk()
|
| /Linux-v5.4/drivers/gpu/drm/atmel-hlcdc/ |
| D | atmel_hlcdc_dc.c | 501 int hfront_porch = mode->hsync_start - mode->hdisplay; in atmel_hlcdc_dc_mode_valid() local 511 if (hfront_porch > dc->desc->max_hpw + 1 || hfront_porch < 1 || in atmel_hlcdc_dc_mode_valid()
|
| D | atmel_hlcdc_crtc.c | 81 vm.hfront_porch = adj->crtc_hsync_start - adj->crtc_hdisplay; in atmel_hlcdc_crtc_mode_set_nofb() 92 (vm.hfront_porch - 1) | ((vm.hback_porch - 1) << 16)); in atmel_hlcdc_crtc_mode_set_nofb()
|
| /Linux-v5.4/drivers/gpu/drm/ |
| D | drm_modes.c | 395 int hsync, hfront_porch, vodd_front_porch_lines; in drm_gtf_mode_complex() local 504 hfront_porch = hblank / 2 - hsync; in drm_gtf_mode_complex() 510 drm_mode->hsync_start = hdisplay_rnd + hfront_porch; in drm_gtf_mode_complex() 591 dmode->hsync_start = dmode->hdisplay + vm->hfront_porch; in drm_display_mode_from_videomode() 632 vm->hfront_porch = dmode->hsync_start - dmode->hdisplay; in drm_display_mode_to_videomode()
|
| /Linux-v5.4/drivers/gpu/drm/fsl-dcu/ |
| D | fsl_dcu_drm_crtc.c | 106 DCU_HSYN_PARA_FP(vm.hfront_porch)); in fsl_dcu_drm_crtc_mode_set_nofb()
|
| /Linux-v5.4/drivers/gpu/ipu-v3/ |
| D | ipu-di.c | 206 sig->mode.hback_porch + sig->mode.hfront_porch; in ipu_di_sync_config_interlaced() 269 sig->mode.hback_porch + sig->mode.hfront_porch; in ipu_di_sync_config_noninterlaced()
|
| /Linux-v5.4/drivers/gpu/drm/arm/display/komeda/d71/ |
| D | d71_component.c | 1035 u32 hactive, hfront_porch, hback_porch, hsync_len; in d71_timing_ctrlr_update() local 1040 hfront_porch = mode->crtc_hsync_start - mode->crtc_hdisplay; in d71_timing_ctrlr_update() 1050 malidp_write32(reg, BS_HINTERVALS, BS_H_INTVALS(hfront_porch, in d71_timing_ctrlr_update() 1066 malidp_write32(reg, BS_DRIFT_TO, hfront_porch + 16); in d71_timing_ctrlr_update()
|
| /Linux-v5.4/drivers/gpu/drm/mediatek/ |
| D | mtk_dsi.c | 427 horizontal_frontporch_byte = (vm->hfront_porch * dsi_tmp_buf_bpp - 12); in mtk_dsi_config_vdo_timing() 554 htotal = dsi->vm.hactive + dsi->vm.hback_porch + dsi->vm.hfront_porch + in mtk_dsi_poweron()
|
| /Linux-v5.4/drivers/gpu/drm/stm/ |
| D | ltdc.c | 568 vm.hfront_porch, vm.hback_porch, vm.hsync_len, in ltdc_crtc_mode_set_nofb() 578 total_width = accum_act_w + vm.hfront_porch; in ltdc_crtc_mode_set_nofb()
|
| /Linux-v5.4/drivers/video/fbdev/core/ |
| D | fbmon.c | 1318 fbmode->right_margin = vm->hfront_porch; in fb_videomode_from_videomode() 1342 htotal = vm->hactive + vm->hfront_porch + vm->hback_porch + in fb_videomode_from_videomode()
|