Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/panel/
A Dpanel-simple.c857 .hfront_porch = { 20, 40, 200 },
957 .hfront_porch = { 39, 58, 77 },
1301 .hfront_porch = { 65, 80, 95 },
1462 .hfront_porch = { 43, 53, 63 },
1691 .hfront_porch = { 1, 1, 1 },
1718 .hfront_porch = { 40, 66, 70 },
1878 .hfront_porch = { 1, 1, 10 },
1908 .hfront_porch = { 40, 40, 40 },
2169 .hfront_porch = { 30, 30, 30 },
2248 .hfront_porch = { 2, 2, 2 },
[all …]
A Dpanel-edp.c642 !PANEL_EDP_BOUNDS_CHECK(ot, dt, hfront_porch) || in panel_edp_parse_panel_timing_node()
894 .hfront_porch = { 18, 119, 119 },
1264 .hfront_porch = { 136, 136, 136 },
1583 .hfront_porch = { 48, 48, 48 },
/linux/drivers/video/
A Dvideomode.c18 vm->hfront_porch = dt->hfront_porch.typ; in videomode_from_timing()
A Dof_display_timing.c66 ret |= parse_timing_property(np, "hfront-porch", &dt->hfront_porch); in of_parse_display_timing()
/linux/drivers/gpu/drm/kmb/
A 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/drivers/gpu/drm/omapdrm/dss/
A 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()
A 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/drivers/gpu/drm/exynos/
A 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/drivers/gpu/drm/imx/dcss/
A 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/drivers/gpu/drm/sun4i/
A Dsun4i_tv.c151 u16 hfront_porch; member
227 .hfront_porch = 18,
253 .hfront_porch = 3,
332 mode->hsync_start = mode->hdisplay + tv_mode->hfront_porch; in sun4i_tv_mode_to_drm_mode()
/linux/include/video/
A Dvideomode.h22 u32 hfront_porch; member
A Ddisplay_timing.h67 struct timing_entry hfront_porch; /* hor. front porch */ member
/linux/drivers/video/fbdev/omap2/omapfb/dss/
A 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/drivers/gpu/drm/bridge/
A Dtc358775.c378 u32 hback_porch, hsync_len, hfront_porch, hactive, htime1, htime2; in tc_bridge_enable() local
395 hfront_porch = mode->hsync_start - mode->hdisplay; in tc_bridge_enable()
400 htime2 = (hfront_porch << 16) + hactive; in tc_bridge_enable()
435 t2 = ((100000 / clkdiv)) * (hactive + hback_porch + hsync_len + hfront_porch) / 1000; in tc_bridge_enable()
A Dlontium-lt9611uxc.c421 u32 h_total, hactive, hsync_len, hfront_porch; in lt9611uxc_video_setup() local
429 hfront_porch = mode->hsync_start - mode->hdisplay; in lt9611uxc_video_setup()
455 regmap_update_bits(lt9611uxc->regmap, 0xd01a, 0xf, (u8)(hfront_porch / 256)); in lt9611uxc_video_setup()
456 regmap_write(lt9611uxc->regmap, 0xd01b, (u8)(hfront_porch % 256)); in lt9611uxc_video_setup()
A Dnwl-dsi.c264 int hfront_porch, hback_porch, vfront_porch, vback_porch; in nwl_dsi_config_dpi() local
267 hfront_porch = dsi->mode.hsync_start - dsi->mode.hdisplay; in nwl_dsi_config_dpi()
275 DRM_DEV_DEBUG_DRIVER(dsi->dev, "hfront_porch = %d\n", hfront_porch); in nwl_dsi_config_dpi()
319 nwl_dsi_write(dsi, NWL_DSI_HFP, hfront_porch); in nwl_dsi_config_dpi()
/linux/drivers/media/pci/cobalt/
A Dm00233_video_measure_memmap_package.h25 uint32_t hfront_porch; /* Reg 0x0020 */ member
/linux/drivers/gpu/drm/arm/
A 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()
A 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/drivers/gpu/drm/atmel-hlcdc/
A Datmel_hlcdc_dc.c500 int hfront_porch = mode->hsync_start - mode->hdisplay; in atmel_hlcdc_dc_mode_valid() local
510 if (hfront_porch > dc->desc->max_hpw + 1 || hfront_porch < 1 || in atmel_hlcdc_dc_mode_valid()
A Datmel_hlcdc_crtc.c85 vm.hfront_porch = adj->crtc_hsync_start - adj->crtc_hdisplay; in atmel_hlcdc_crtc_mode_set_nofb()
96 (vm.hfront_porch - 1) | ((vm.hback_porch - 1) << 16)); in atmel_hlcdc_crtc_mode_set_nofb()
/linux/drivers/gpu/drm/xen/
A Dxen_drm_front_conn.c76 width = videomode.hactive + videomode.hfront_porch + in connector_get_modes()
/linux/drivers/gpu/ipu-v3/
A 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()
510 mode->hfront_porch < ALIGN(mode->hactive, 8) - mode->hactive) { in ipu_di_adjust_videomode()
/linux/drivers/gpu/drm/
A Ddrm_modes.c396 int hsync, hfront_porch, vodd_front_porch_lines; in drm_gtf_mode_complex() local
505 hfront_porch = hblank / 2 - hsync; in drm_gtf_mode_complex()
511 drm_mode->hsync_start = hdisplay_rnd + hfront_porch; in drm_gtf_mode_complex()
592 dmode->hsync_start = dmode->hdisplay + vm->hfront_porch; in drm_display_mode_from_videomode()
633 vm->hfront_porch = dmode->hsync_start - dmode->hdisplay; in drm_display_mode_to_videomode()
/linux/drivers/gpu/drm/fsl-dcu/
A Dfsl_dcu_drm_crtc.c108 DCU_HSYN_PARA_FP(vm.hfront_porch)); in fsl_dcu_drm_crtc_mode_set_nofb()

Completed in 43 milliseconds

12