/linux-6.3-rc2/drivers/gpu/drm/panel/ |
A D | panel-simple.c | 999 .hfront_porch = { 39, 58, 77 }, 1343 .hfront_porch = { 65, 80, 95 }, 1449 .hfront_porch = { 12, 12, 12 }, 1553 .hfront_porch = { 43, 53, 63 }, 1808 .hfront_porch = { 1, 1, 1 }, 1835 .hfront_porch = { 40, 66, 70 }, 1995 .hfront_porch = { 1, 1, 10 }, 2050 .hfront_porch = { 1, 1, 10 }, 2416 .hfront_porch = { 2, 2, 2 }, 2767 .hfront_porch = { 2, 30, 30 }, [all …]
|
A D | panel-edp.c | 686 !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 },
|
A D | panel-seiko-43wvf1g.c | 289 .hfront_porch = { 164, 164, 164 },
|
/linux-6.3-rc2/drivers/video/ |
A D | videomode.c | 18 vm->hfront_porch = dt->hfront_porch.typ; in videomode_from_timing()
|
A D | of_display_timing.c | 66 ret |= parse_timing_property(np, "hfront-porch", &dt->hfront_porch); in of_parse_display_timing()
|
/linux-6.3-rc2/drivers/gpu/drm/kmb/ |
A D | kmb_crtc.c | 24 u32 hfront_porch; member 93 vm.hfront_porch = 0; in kmb_crtc_set_mode() 101 vm.hfront_porch, vm.hsync_len); in kmb_crtc_set_mode() 110 kmb_write_lcd(kmb, LCD_H_FRONTPORCH, vm.hfront_porch); in kmb_crtc_set_mode()
|
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/dss/ |
A 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()
|
A D | hdmi5_core.c | 243 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.3-rc2/drivers/gpu/drm/exynos/ |
A D | exynos_drm_mic.c | 171 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.3-rc2/include/video/ |
A D | videomode.h | 22 u32 hfront_porch; member
|
A D | display_timing.h | 67 struct timing_entry hfront_porch; /* hor. front porch */ member
|
/linux-6.3-rc2/drivers/gpu/drm/imx/dcss/ |
A D | dcss-ss.c | 135 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.3-rc2/drivers/media/pci/cobalt/ |
A D | m00233_video_measure_memmap_package.h | 25 uint32_t hfront_porch; /* Reg 0x0020 */ member
|
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/ |
A 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-6.3-rc2/drivers/gpu/drm/bridge/ |
A D | tc358775.c | 379 u32 hback_porch, hsync_len, hfront_porch, hactive, htime1, htime2; in tc_bridge_enable() local 396 hfront_porch = mode->hsync_start - mode->hdisplay; in tc_bridge_enable() 401 htime2 = (hfront_porch << 16) + hactive; in tc_bridge_enable() 436 t2 = ((100000 / clkdiv)) * (hactive + hback_porch + hsync_len + hfront_porch) / 1000; in tc_bridge_enable()
|
A D | lontium-lt9611uxc.c | 389 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()
|
A D | lontium-lt9611.c | 130 u32 h_total, hactive, hsync_len, hfront_porch, hsync_porch; in lt9611_mipi_video_setup() local 138 hfront_porch = mode->hsync_start - mode->hdisplay; in lt9611_mipi_video_setup() 165 regmap_write(lt9611->regmap, 0x8319, (u8)(hfront_porch % 256)); in lt9611_mipi_video_setup() 168 ((hfront_porch / 256) << 4)); in lt9611_mipi_video_setup()
|
A D | nwl-dsi.c | 261 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.3-rc2/drivers/gpu/drm/xen/ |
A D | xen_drm_front_conn.c | 77 width = videomode.hactive + videomode.hfront_porch + in connector_get_modes()
|
/linux-6.3-rc2/drivers/gpu/drm/arm/ |
A D | hdlcd_crtc.c | 137 vm.hfront_porch = m->crtc_hsync_start - m->crtc_hdisplay; in hdlcd_crtc_mode_set_nofb() 158 hdlcd_write(hdlcd, HDLCD_REG_H_FRONT_PORCH, vm.hfront_porch - 1); in hdlcd_crtc_mode_set_nofb()
|
A D | malidp_hw.c | 363 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.3-rc2/drivers/gpu/drm/atmel-hlcdc/ |
A 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()
|
A D | atmel_hlcdc_crtc.c | 86 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.3-rc2/drivers/gpu/ipu-v3/ |
A 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() 511 mode->hfront_porch < ALIGN(mode->hactive, 8) - mode->hactive) { in ipu_di_adjust_videomode()
|
/linux-6.3-rc2/drivers/gpu/drm/fsl-dcu/ |
A D | fsl_dcu_drm_crtc.c | 108 DCU_HSYN_PARA_FP(vm.hfront_porch)); in fsl_dcu_drm_crtc_mode_set_nofb()
|