Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/
H A Dpanel-simple.c755 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hfront_porch) || in panel_simple_parse_panel_timing_node()
1078 .hfront_porch = { 16, 210, 354 },
1129 .hfront_porch = { 18, 119, 119 },
1280 .hfront_porch = { 20, 40, 200 },
1378 .hfront_porch = { 39, 58, 77 },
1432 .hfront_porch = { 36, 120, 148 },
1462 .hfront_porch = { 126, 184, 1266 },
1492 .hfront_porch = { 25, 50, 130 },
1839 .hfront_porch = { 65, 80, 95 },
1970 .hfront_porch = { 100, 106, 113 },
[all …]
/OK3568_Linux_fs/kernel/drivers/video/
H A Dvideomode.c18 vm->hfront_porch = dt->hfront_porch.typ; in videomode_from_timing()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/
H 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()
H 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H 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()
/OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/
H A Drk628.c282 src->hfront_porch; in calc_dsp_frm_hst_vst()
286 dst->hfront_porch; in calc_dsp_frm_hst_vst()
327 dst->hfront_porch; in rk628_post_process_scaler_init()
444 dst_htotal = dst->hactive + dst->hfront_porch + dst->hsync_len + dst->hback_porch; in rk628_post_process_en()
446 src_htotal = src->hactive + src->hfront_porch + src->hsync_len + src->hback_porch; in rk628_post_process_en()
/OK3568_Linux_fs/u-boot/drivers/video/tegra124/
H A Ddisplay.c33 h_total = timing->hactive.typ + timing->hfront_porch.typ + in tegra_dc_calc_refresh()
73 timing->hfront_porch.typ, &disp_ctrl->disp.front_porch); in update_display_mode()
141 .hfront_porch = { .typ = 1 },
178 writel(min_mode.hfront_porch.typ | (min_mode.vfront_porch.typ << 16), in tegra_dc_sor_disable_win_short_raster()
313 printf("timing->hfront_porch.typ = %d\n", timing->hfront_porch.typ); in dump_config()
/OK3568_Linux_fs/u-boot/drivers/video/rockchip/
H A Drk_vop.c152 u32 hfront_porch = edid->hfront_porch.typ; in rkvop_mode_set() local
175 V_HORPRD(hsync_len + hback_porch + hactive + hfront_porch), in rkvop_mode_set()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/imx/dcss/
H 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()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Ddrm_modes.c211 dmode->hsync_start = dmode->hdisplay + vm->hfront_porch; in drm_display_mode_from_videomode()
250 vm->hfront_porch = dmode->hsync_start - dmode->hdisplay; in drm_display_mode_to_videomode()
/OK3568_Linux_fs/kernel/include/video/
H A Dvideomode.h22 u32 hfront_porch; member
H A Ddisplay_timing.h67 struct timing_entry hfront_porch; /* hor. front porch */ member
/OK3568_Linux_fs/u-boot/drivers/video/sunxi/
H A Dlcdc.c94 total = mode->hactive.typ + mode->hfront_porch.typ + bp; in lcdc_tcon0_mode_set()
177 total = mode->hactive.typ + mode->hfront_porch.typ + bp; in lcdc_tcon1_mode_set()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H 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()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk618/
H A Drk618_scaler.c97 src->hfront_porch; in calc_dsp_frm_hst_vst()
101 dst->hfront_porch; in calc_dsp_frm_hst_vst()
146 dst.hfront_porch; in rk618_scaler_init()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Datmel_lcdfb.c173 value = (timing->hfront_porch.typ - 1) << ATMEL_LCDC_HFP_OFFSET; in atmel_fb_init()
222 timing.hfront_porch.typ = panel_info.vl_right_margin; in lcd_ctrl_init()
H A Ddw_hdmi.c397 hbl = edid->hback_porch.typ + edid->hfront_porch.typ + in hdmi_av_composer()
443 hdmi_write(hdmi, edid->hfront_porch.typ >> 8, HDMI_FC_HSYNCINDELAY1); in hdmi_av_composer()
444 hdmi_write(hdmi, edid->hfront_porch.typ, HDMI_FC_HSYNCINDELAY0); in hdmi_av_composer()
/OK3568_Linux_fs/kernel/drivers/media/pci/cobalt/
H A Dm00233_video_measure_memmap_package.h25 uint32_t hfront_porch; /* Reg 0x0020 */ member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk628/
H A Drk628_post_process.c61 src->hfront_porch; in calc_dsp_frm_hst_vst()
65 dst->hfront_porch; in calc_dsp_frm_hst_vst()
110 dst.hfront_porch; in rk628_post_process_scaler_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/
H 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/xen/
H A Dxen_drm_front_conn.c76 width = videomode.hactive + videomode.hfront_porch + in connector_get_modes()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/atmel-hlcdc/
H A 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H 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()

123