| /rk3399_rockchip-uboot/drivers/video/tegra124/ |
| H A D | display.c | 33 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 D | sor.c | 642 timing->hactive.typ + timing->hfront_porch.typ; in tegra_dc_sor_config_panel()
|
| H A D | dp.c | 623 timing->hfront_porch.typ + timing->hsync_len.typ - 7) * in tegra_dc_dp_calc_config()
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | drm_modes.c | 211 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 D | sii902x.c | 246 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 D | dw_mipi_dsi2.c | 1262 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 D | rockchip_display.c | 396 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 D | rockchip_vop.c | 1076 (vm.hfront_porch * vm.hsync_len * vm.hback_porch * in rockchip_vop_mode_valid()
|
| H A D | analogix_dp.c | 1180 if (!vm.hfront_porch || !vm.hback_porch || !vm.vfront_porch || !vm.vback_porch) { in analogix_dp_connector_mode_valid()
|
| H A D | rockchip_vop2.c | 6076 (vm.hfront_porch * vm.hsync_len * vm.hback_porch * in rockchip_vop2_mode_valid()
|
| /rk3399_rockchip-uboot/drivers/video/rockchip/ |
| H A D | rk_vop.c | 152 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 D | rk_mipi.c | 96 + timing->hfront_porch.typ)); in rk_mipi_dsi_enable()
|
| /rk3399_rockchip-uboot/drivers/video/sunxi/ |
| H A D | lcdc.c | 94 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 D | sunxi_display.c | 731 timing->hfront_porch.typ = mode->right_margin; in sunxi_ctfb_mode_to_display_timing()
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | atmel_lcdfb.c | 173 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 D | dw_hdmi.c | 397 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 D | tegra.c | 114 writel((dt->hfront_porch.typ - 1) | (dt->vfront_porch.typ - 1) << 16, in update_display_mode()
|
| H A D | atmel_hlcdfb.c | 395 value |= LCDC_LCDCFG3_HFPW(timing->hfront_porch.typ - 1); in atmel_hlcdc_init()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | drm_modes.h | 358 u32 hfront_porch; member
|
| H A D | fdtdec.h | 927 struct timing_entry hfront_porch; /* hor. front porch */ member
|
| /rk3399_rockchip-uboot/drivers/video/drm/rk628/ |
| H A D | rk628.c | 310 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 D | rk628.h | 378 u32 hfront_porch; member
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | ofnode.c | 465 ret |= decode_timing_property(node, "hfront-porch", &dt->hfront_porch); in ofnode_decode_display_timing()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | fdtdec.c | 1108 &dt->hfront_porch); in fdtdec_decode_display_timing()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | edid.c | 1792 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()
|