Home
last modified time | relevance | path

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

12

/linux-6.1.9/drivers/gpu/drm/panel/
Dpanel-simple.c532 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hfront_porch) || in panel_simple_parse_panel_timing_node()
795 .hfront_porch = { 12, 112, 312 },
825 .hfront_porch = { 16, 210, 354 },
899 .hfront_porch = { 20, 40, 200 },
999 .hfront_porch = { 39, 58, 77 },
1053 .hfront_porch = { 36, 120, 148 },
1083 .hfront_porch = { 126, 184, 1266 },
1113 .hfront_porch = { 25, 50, 130 },
1343 .hfront_porch = { 65, 80, 95 },
1449 .hfront_porch = { 12, 12, 12 },
[all …]
Dpanel-edp.c686 !PANEL_EDP_BOUNDS_CHECK(ot, dt, hfront_porch) || in panel_edp_parse_panel_timing_node()
936 .hfront_porch = { 18, 119, 119 },
1307 .hfront_porch = { 136, 136, 136 },
1626 .hfront_porch = { 48, 48, 48 },
/linux-6.1.9/drivers/video/
Dvideomode.c18 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-6.1.9/drivers/gpu/drm/kmb/
Dkmb_crtc.c25 u32 hfront_porch; member
94 vm.hfront_porch = 0; in kmb_crtc_set_mode()
102 vm.hfront_porch, vm.hsync_len); in kmb_crtc_set_mode()
111 kmb_write_lcd(kmb, LCD_H_FRONTPORCH, vm.hfront_porch); in kmb_crtc_set_mode()
/linux-6.1.9/drivers/gpu/drm/omapdrm/dss/
Dhdmi_wp.c182 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()
Dhdmi5_core.c243 video_cfg->hblank = cfg->vm.hfront_porch + in hdmi_core_init()
265 video_cfg->v_fc_config.vm.hfront_porch *= 2; in hdmi_core_init()
308 REG_FLD_MOD(base, HDMI_CORE_FC_HSYNCINDELAY1, vm->hfront_porch >> 8, in hdmi_core_video_config()
310 REG_FLD_MOD(base, HDMI_CORE_FC_HSYNCINDELAY0, vm->hfront_porch & 0xFF, in hdmi_core_video_config()
/linux-6.1.9/drivers/gpu/drm/exynos/
Dexynos_drm_mic.c171 vm.hback_porch + vm.hfront_porch); in mic_set_porch_timing()
175 MIC_VFP_SIZE(vm.hfront_porch); in mic_set_porch_timing()
203 vm.hback_porch + vm.hfront_porch); in mic_set_output_timing()
207 MIC_H_PERIOD_PIXEL_2D(vm.hfront_porch); in mic_set_output_timing()
/linux-6.1.9/include/video/
Dvideomode.h22 u32 hfront_porch; member
Ddisplay_timing.h67 struct timing_entry hfront_porch; /* hor. front porch */ member
/linux-6.1.9/drivers/gpu/drm/imx/dcss/
Ddcss-ss.c135 lrc_x = vm->hfront_porch + vm->hback_porch + vm->hsync_len + in dcss_ss_sync_set()
142 hsync_start = vm->hfront_porch + vm->hback_porch + vm->hsync_len + in dcss_ss_sync_set()
/linux-6.1.9/drivers/gpu/drm/sun4i/
Dsun4i_tv.c152 u16 hfront_porch; member
228 .hfront_porch = 18,
254 .hfront_porch = 3,
326 mode->hsync_start = mode->hdisplay + tv_mode->hfront_porch; in sun4i_tv_mode_to_drm_mode()
/linux-6.1.9/drivers/media/pci/cobalt/
Dm00233_video_measure_memmap_package.h25 uint32_t hfront_porch; /* Reg 0x0020 */ member
/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/dss/
Ddisplay.c267 ovt->hfp = vm->hfront_porch; in videomode_to_omap_video_timings()
300 vm->hfront_porch = ovt->hfp; in omap_video_timings_to_videomode()
/linux-6.1.9/drivers/gpu/drm/bridge/
Dtc358775.c380 u32 hback_porch, hsync_len, hfront_porch, hactive, htime1, htime2; in tc_bridge_enable() local
397 hfront_porch = mode->hsync_start - mode->hdisplay; in tc_bridge_enable()
402 htime2 = (hfront_porch << 16) + hactive; in tc_bridge_enable()
437 t2 = ((100000 / clkdiv)) * (hactive + hback_porch + hsync_len + hfront_porch) / 1000; in tc_bridge_enable()
Dlontium-lt9611uxc.c389 u32 h_total, hactive, hsync_len, hfront_porch; in lt9611uxc_video_setup() local
397 hfront_porch = mode->hsync_start - mode->hdisplay; in lt9611uxc_video_setup()
423 regmap_update_bits(lt9611uxc->regmap, 0xd01a, 0xf, (u8)(hfront_porch / 256)); in lt9611uxc_video_setup()
424 regmap_write(lt9611uxc->regmap, 0xd01b, (u8)(hfront_porch % 256)); in lt9611uxc_video_setup()
Dnwl-dsi.c261 int hfront_porch, hback_porch, vfront_porch, vback_porch; in nwl_dsi_config_dpi() local
264 hfront_porch = dsi->mode.hsync_start - dsi->mode.hdisplay; in nwl_dsi_config_dpi()
272 DRM_DEV_DEBUG_DRIVER(dsi->dev, "hfront_porch = %d\n", hfront_porch); in nwl_dsi_config_dpi()
316 nwl_dsi_write(dsi, NWL_DSI_HFP, hfront_porch); in nwl_dsi_config_dpi()
/linux-6.1.9/drivers/gpu/drm/xen/
Dxen_drm_front_conn.c77 width = videomode.hactive + videomode.hfront_porch + in connector_get_modes()
/linux-6.1.9/drivers/gpu/drm/arm/
Dhdlcd_crtc.c138 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()
Dmalidp_hw.c363 val = MALIDP_DE_H_FRONTPORCH(mode->hfront_porch) | in malidp500_modeset()
485 unsigned long htotal = vm->hactive + vm->hfront_porch + in malidp500_se_calc_mclk()
680 val = MALIDP_DE_H_FRONTPORCH(mode->hfront_porch) | in malidp550_modeset()
826 unsigned long htotal = vm->hactive + vm->hfront_porch + in malidp550_se_calc_mclk()
/linux-6.1.9/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_dc.c501 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()
Datmel_hlcdc_crtc.c86 vm.hfront_porch = adj->crtc_hsync_start - adj->crtc_hdisplay; in atmel_hlcdc_crtc_mode_set_nofb()
97 (vm.hfront_porch - 1) | ((vm.hback_porch - 1) << 16)); in atmel_hlcdc_crtc_mode_set_nofb()
/linux-6.1.9/drivers/gpu/ipu-v3/
Dipu-di.c206 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()
511 mode->hfront_porch < ALIGN(mode->hactive, 8) - mode->hactive) { in ipu_di_adjust_videomode()
/linux-6.1.9/drivers/gpu/drm/fsl-dcu/
Dfsl_dcu_drm_crtc.c108 DCU_HSYN_PARA_FP(vm.hfront_porch)); in fsl_dcu_drm_crtc_mode_set_nofb()
/linux-6.1.9/drivers/gpu/drm/
Ddrm_modes.c399 int hsync, hfront_porch, vodd_front_porch_lines; in drm_gtf_mode_complex() local
508 hfront_porch = hblank / 2 - hsync; in drm_gtf_mode_complex()
514 drm_mode->hsync_start = hdisplay_rnd + hfront_porch; in drm_gtf_mode_complex()
595 dmode->hsync_start = dmode->hdisplay + vm->hfront_porch; in drm_display_mode_from_videomode()
636 vm->hfront_porch = dmode->hsync_start - dmode->hdisplay; in drm_display_mode_to_videomode()

12