| /linux-4.4.14/drivers/video/fbdev/matrox/ |
| D | matroxfb_g450.c | 243 u_int32_t hfp; in computeRegs() local 285 hfp = (((outd->h_f_porch + pixclock) / pixclock)) & ~1; in computeRegs() 287 hlen = hvis + hfp + hsl + hbp; in computeRegs() 290 dprintk(KERN_DEBUG "WL: vis=%u, hf=%u, hs=%u, hb=%u, total=%u\n", hvis, hfp, hsl, hbp, hlen); in computeRegs() 293 hfp -= over; in computeRegs() 297 hfp += 4; in computeRegs() 300 hfp += 16; in computeRegs() 309 r->regs[0x2C] = hfp; in computeRegs() 313 …dprintk(KERN_DEBUG "PG: vis=%04X, hf=%02X, hs=%02X, hb=%02X, total=%04X\n", hvis, hfp, hsl, hbp, h… in computeRegs()
|
| /linux-4.4.14/drivers/gpu/drm/tilcdc/ |
| D | tilcdc_crtc.c | 265 uint32_t reg, hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_mode_set() local 303 hfp = mode->hsync_start - mode->hdisplay; in tilcdc_crtc_mode_set() 310 mode->hdisplay, mode->vdisplay, hbp, hfp, hsw, vbp, vfp, vsw); in tilcdc_crtc_mode_set() 324 reg |= ((hfp-1) & 0x300) >> 8; in tilcdc_crtc_mode_set() 332 (((hfp-1) & 0xff) << 16) | in tilcdc_crtc_mode_set() 471 uint32_t hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_mode_valid() local 492 hfp = mode->hsync_start - mode->hdisplay; in tilcdc_crtc_mode_valid() 503 if ((hfp-1) & ~0x3ff) { in tilcdc_crtc_mode_valid()
|
| /linux-4.4.14/drivers/gpu/drm/fsl-dcu/ |
| D | fsl_dcu_drm_crtc.c | 87 unsigned int hbp, hfp, hsw, vbp, vfp, vsw, div, index; in fsl_dcu_drm_crtc_mode_set_nofb() local 97 hfp = mode->hsync_start - mode->hdisplay; in fsl_dcu_drm_crtc_mode_set_nofb() 106 DCU_HSYN_PARA_FP(hfp)); in fsl_dcu_drm_crtc_mode_set_nofb()
|
| /linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
| D | dsi.c | 3463 int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div; in dsi_config_cmd_mode_interleaving() local 3485 hfp = FLD_GET(r, 23, 12); in dsi_config_cmd_mode_interleaving() 3509 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving() 3521 hfp_interleave_hs = dsi_compute_interleave_hs(hfp, ddr_alwon, in dsi_config_cmd_mode_interleaving() 3524 hfp_interleave_lp = dsi_compute_interleave_lp(hfp, in dsi_config_cmd_mode_interleaving() 3712 int hfp = dsi->vm_timings.hfp; in dsi_proto_timings() local 3730 tl = DIV_ROUND_UP(4, ndl) + (hsync_end ? hsa : 0) + t_he + hfp + in dsi_proto_timings() 3734 hfp, hsync_end ? hsa : 0, tl); in dsi_proto_timings() 3740 r = FLD_MOD(r, hfp, 23, 12); /* HFP */ in dsi_proto_timings() 4345 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm() [all …]
|
| D | hdmi_wp.c | 172 timing_h |= FLD_VAL(timings->hfp, 19, 8); in hdmi_wp_video_config_timing() 194 timings->hfp = param->timings.hfp; in hdmi_wp_init_vid_fmt_timings()
|
| D | display.c | 278 ovt->hfp = vm->hfront_porch; in videomode_to_omap_video_timings() 311 vm->hfront_porch = ovt->hfp; in omap_video_timings_to_videomode()
|
| D | hdmi5_core.c | 301 video_cfg->v_fc_config.timings.hfp = cfg->timings.hfp; in hdmi_core_init() 302 video_cfg->hblank = cfg->timings.hfp + in hdmi_core_init() 359 cfg->v_fc_config.timings.hfp >> 8, 4, 0); in hdmi_core_video_config() 361 cfg->v_fc_config.timings.hfp & 0xFF, 7, 0); in hdmi_core_video_config()
|
| D | display-sysfs.c | 109 t.x_res, t.hfp, t.hbp, t.hsw, in display_timings_show() 134 &t.x_res, &t.hfp, &t.hbp, &t.hsw, in display_timings_store()
|
| D | dispc.c | 2115 nonactive = t->x_res + t->hfp + t->hsw + t->hbp - out_width; in check_horiz_timing_omap3() 2122 blank = div_u64((u64)(t->hbp + t->hsw + t->hfp) * lclk, pclk); in check_horiz_timing_omap3() 3034 static bool _dispc_lcd_timings_ok(int hsw, int hfp, int hbp, in _dispc_lcd_timings_ok() argument 3038 hfp < 1 || hfp > dispc.feat->hp_max || in _dispc_lcd_timings_ok() 3070 if (!_dispc_lcd_timings_ok(timings->hsw, timings->hfp, in dispc_mgr_timings_ok() 3080 int hfp, int hbp, int vsw, int vfp, int vbp, in _dispc_mgr_set_lcd_timings() argument 3092 FLD_VAL(hfp-1, dispc.feat->fp_start, 8) | in _dispc_mgr_set_lcd_timings() 3204 _dispc_mgr_set_lcd_timings(channel, t.hsw, t.hfp, t.hbp, t.vsw, in dispc_mgr_set_timings() 3208 xtot = t.x_res + t.hfp + t.hsw + t.hbp; in dispc_mgr_set_timings() 3216 t.hsw, t.hfp, t.hbp, t.vsw, t.vfp, t.vbp); in dispc_mgr_set_timings()
|
| D | venc.c | 271 .hfp = 12, 292 .hfp = 16,
|
| D | rfbi.c | 862 rfbi.timings.hfp = 1; in rfbi_config_lcd_manager()
|
| /linux-4.4.14/drivers/video/fbdev/omap/ |
| D | lcd_inn1510.c | 66 .hfp = 40,
|
| D | lcd_htcherald.c | 72 .hfp = 10,
|
| D | lcd_palmz71.c | 65 .hfp = 8,
|
| D | lcd_palmtt.c | 70 .hfp = 8,
|
| D | lcd_palmte.c | 64 .hfp = 8,
|
| D | lcd_osk.c | 87 .hfp = 40,
|
| D | lcd_inn1610.c | 87 .hfp = 40,
|
| D | lcd_h3.c | 81 .hfp = 14,
|
| D | lcd_ams_delta.c | 154 .hfp = 1,
|
| D | omapfb.h | 81 int hfp; /* Horizontal front porch */ member
|
| D | lcd_mipid.c | 514 .hfp = 20,
|
| D | lcdc.c | 495 l |= (panel->hfp - 1) << 16; in setup_regs()
|
| D | omapfb_main.c | 582 var->left_margin = panel->hfp; in set_fb_var() 1775 hhz = phz * 10 / (panel->hfp + panel->x_res + panel->hbp + panel->hsw); in omapfb_do_probe()
|
| /linux-4.4.14/drivers/gpu/drm/i915/ |
| D | intel_dsi_pll.c | 81 u32 hactive, vactive, hfp, hsync, hbp, vfp, vsync, vbp; in dsi_rr_formula() local 93 hfp = mode->hsync_start - mode->hdisplay; in dsi_rr_formula() 104 hfp_bytes = DIV_ROUND_UP(hfp * bpp, 8); in dsi_rr_formula()
|
| D | intel_dsi.c | 779 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; in set_dsi_timings() local 782 hfp = adjusted_mode->crtc_hsync_start - adjusted_mode->crtc_hdisplay; in set_dsi_timings() 790 hfp /= 2; in set_dsi_timings() 802 hfp = txbyteclkhs(hfp, bpp, lane_count, intel_dsi->burst_mode_ratio); in set_dsi_timings() 824 I915_WRITE(MIPI_HFP_COUNT(port), hfp); in set_dsi_timings()
|
| /linux-4.4.14/include/video/ |
| D | exynos_mipi_dsim.h | 140 unsigned char hfp; member
|
| D | omapdss.h | 273 u16 hfp; member 346 u16 hfp; /* Horizontal front porch */ member
|
| /linux-4.4.14/drivers/gpu/drm/omapdrm/ |
| D | omap_connector.c | 52 mode->hsync_start = mode->hdisplay + timings->hfp; in copy_timings_omap_to_drm() 83 timings->hfp = mode->hsync_start - mode->hdisplay; in copy_timings_drm_to_omap()
|
| /linux-4.4.14/drivers/media/platform/sti/bdisp/ |
| D | bdisp-reg.h | 48 u32 hfp; member
|
| D | bdisp-hw.c | 662 node->hfp = bdisp_hw_get_hf_addr(h_inc); in bdisp_hw_build_node()
|
| D | bdisp-debug.c | 368 seq_printf(s, "HFP\t0x%08X\n", node->hfp); in bdisp_dbg_last_nodes()
|
| /linux-4.4.14/drivers/gpu/drm/tegra/ |
| D | dsi.c | 501 unsigned int hact, hsw, hbp, hfp, i, mul, div; in tegra_dsi_configure() local 571 hfp = (mode->hsync_start - mode->hdisplay) * mul / div; in tegra_dsi_configure() 576 hfp -= 8; in tegra_dsi_configure() 580 tegra_dsi_writel(dsi, hfp, DSI_PKT_LEN_4_5); in tegra_dsi_configure()
|
| D | sor.c | 1152 unsigned int hfp, hsw, hbp, a = 0, b; 1154 hfp = mode->hsync_start - mode->hdisplay; 1158 pr_info("hfp: %u, hsw: %u, hbp: %u\n", hfp, hsw, hbp); 1160 b = hfp - 1;
|
| /linux-4.4.14/drivers/video/fbdev/omap2/displays-new/ |
| D | connector-analog-tv.c | 37 .hfp = 12,
|
| D | connector-hdmi.c | 28 .hfp = 16,
|
| D | connector-dvi.c | 28 .hfp = 48,
|
| D | panel-nec-nl8048hl11.c | 74 .hfp = 6,
|
| D | panel-lgphilips-lb035q02.c | 29 .hfp = 20,
|
| D | panel-sharp-ls037v7dw01.c | 46 .hfp = 1,
|
| D | panel-tpo-td028ttec1.c | 49 .hfp = 24,
|
| D | panel-tpo-td043mtea1.c | 83 .hfp = 68,
|
| D | panel-sony-acx565akm.c | 99 .hfp = 28,
|
| /linux-4.4.14/drivers/gpu/drm/ast/ |
| D | ast_drv.h | 283 u32 hfp; member
|
| D | ast_mode.c | 183 vbios_mode->enh_table->hfp; in ast_get_vbios_mode_info() 185 vbios_mode->enh_table->hfp + in ast_get_vbios_mode_info()
|
| /linux-4.4.14/drivers/video/fbdev/exynos/ |
| D | exynos_mipi_dsi_lowlevel.c | 221 (DSIM_HFP_MODE_SHIFT(dsim_config->hfp)) | in exynos_mipi_dsi_init_config()
|
| /linux-4.4.14/drivers/video/fbdev/omap2/omapfb/ |
| D | omapfb-main.c | 730 var->right_margin = timings.hfp; in check_fb_var() 2081 timings->hfp = var->right_margin; in omapfb_mode_to_timings() 2233 t->hfp = m->right_margin; in fb_videomode_to_omap_timings()
|
| /linux-4.4.14/Documentation/arm/OMAP/ |
| D | DSS | 199 timings Display timings (pixclock,xres/hfp/hbp/hsw,yres/vfp/vbp/vsw)
|