Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
H A Dsor.c642 timing->hactive.typ + timing->hfront_porch.typ; in tegra_dc_sor_config_panel()
H A Ddp.c623 timing->hfront_porch.typ + timing->hsync_len.typ - 7) * in tegra_dc_dp_calc_config()
/rk3399_rockchip-uboot/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()
H A Dsii902x.c246 data[0] = vm.hfront_porch & 0xff; in sii902x_set_embedded_sync()
247 data[1] = (vm.hfront_porch >> 8) & 0x03; in sii902x_set_embedded_sync()
H A Ddw_mipi_dsi2.c1262 vm.hfront_porch < min_pixels || vm.hactive < min_pixels)) in dw_mipi_dsi2_connector_mode_valid()
1271 if (vm.hfront_porch < min_pixels) in dw_mipi_dsi2_connector_mode_valid()
1272 vm.hfront_porch = min_pixels; in dw_mipi_dsi2_connector_mode_valid()
H A Drockchip_display.c396 int hfront_porch, hback_porch, hsync_len; in rockchip_ofnode_get_display_mode() local
417 FDT_GET_INT(hfront_porch, "hfront-porch"); in rockchip_ofnode_get_display_mode()
449 mode->hsync_start = mode->hdisplay + hfront_porch; in rockchip_ofnode_get_display_mode()
H A Drockchip_vop.c1076 (vm.hfront_porch * vm.hsync_len * vm.hback_porch * in rockchip_vop_mode_valid()
H A Danalogix_dp.c1180 if (!vm.hfront_porch || !vm.hback_porch || !vm.vfront_porch || !vm.vback_porch) { in analogix_dp_connector_mode_valid()
H A Drockchip_vop2.c6076 (vm.hfront_porch * vm.hsync_len * vm.hback_porch * in rockchip_vop2_mode_valid()
/rk3399_rockchip-uboot/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()
H A Drk_mipi.c96 + timing->hfront_porch.typ)); in rk_mipi_dsi_enable()
/rk3399_rockchip-uboot/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()
H A Dsunxi_display.c731 timing->hfront_porch.typ = mode->right_margin; in sunxi_ctfb_mode_to_display_timing()
/rk3399_rockchip-uboot/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()
H A Dtegra.c114 writel((dt->hfront_porch.typ - 1) | (dt->vfront_porch.typ - 1) << 16, in update_display_mode()
H A Datmel_hlcdfb.c395 value |= LCDC_LCDCFG3_HFPW(timing->hfront_porch.typ - 1); in atmel_hlcdc_init()
/rk3399_rockchip-uboot/include/
H A Ddrm_modes.h358 u32 hfront_porch; member
H A Dfdtdec.h927 struct timing_entry hfront_porch; /* hor. front porch */ member
/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628.c310 ofnode_read_u32(np, "hfront-porch", &vm->hfront_porch); in of_parse_rk628_display_timing()
332 dmode->hsync_start = dmode->hdisplay + vm->hfront_porch; in rk628_display_mode_from_videomode()
H A Drk628.h378 u32 hfront_porch; member
/rk3399_rockchip-uboot/drivers/core/
H A Dofnode.c465 ret |= decode_timing_property(node, "hfront-porch", &dt->hfront_porch); in ofnode_decode_display_timing()
/rk3399_rockchip-uboot/lib/
H A Dfdtdec.c1108 &dt->hfront_porch); in fdtdec_decode_display_timing()
/rk3399_rockchip-uboot/common/
H A Dedid.c1792 set_entry(&timing->hfront_porch, hso); in decode_timing()
4466 int hsync, hfront_porch, vodd_front_porch_lines; in drm_gtf_mode_complex() local
4580 hfront_porch = hblank / 2 - hsync; in drm_gtf_mode_complex()
4586 drm_mode->hsync_start = hdisplay_rnd + hfront_porch; in drm_gtf_mode_complex()