Searched refs:hbp (Results 1 - 25 of 38) sorted by relevance

12

/drivers/video/fbdev/omap/
H A Dlcd_h3.c82 .hbp = 72 - 12,
H A Dlcd_htcherald.c73 .hbp = 20,
H A Dlcd_inn1510.c67 .hbp = 72,
H A Dlcd_inn1610.c88 .hbp = 72,
H A Dlcd_osk.c88 .hbp = 72,
H A Dlcd_palmte.c65 .hbp = 28,
H A Dlcd_palmtt.c71 .hbp = 28,
H A Dlcd_palmz71.c66 .hbp = 28,
H A Dlcd_ams_delta.c155 .hbp = 1,
H A Domapfb.h82 int hbp; /* Horizontal back porch */ member in struct:lcd_panel
/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c238 uint32_t reg, hbp, hfp, hsw, vbp, vfp, vsw; local
275 hbp = mode->htotal - mode->hsync_end;
282 DBG("%dx%d, hbp=%u, hfp=%u, hsw=%u, vbp=%u, vfp=%u, vsw=%u",
283 mode->hdisplay, mode->vdisplay, hbp, hfp, hsw, vbp, vfp, vsw);
291 * subtract one from hfp, hbp, hsw because the hardware uses
298 reg |= ((hbp-1) & 0x300) >> 4;
304 (((hbp-1) & 0xff) << 24) |
444 uint32_t hbp, hfp, hsw, vbp, vfp, vsw; local
464 hbp = mode->htotal - mode->hsync_end;
471 if ((hbp
[all...]
/drivers/gpu/drm/i915/
H A Dintel_dsi_pll.c60 u32 hactive, vactive, hfp, hsync, hbp, vfp, vsync, vbp; local
86 hbp = mode->htotal - mode->hsync_end;
93 hbp_bytes = DIV_ROUND_UP(hbp * bpp, 8);
H A Dintel_dsi.c444 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; local
449 hbp = mode->htotal - mode->hsync_end;
461 hbp = txbyteclkhs(hbp, bpp, lane_count, intel_dsi->burst_mode_ratio);
469 I915_WRITE(MIPI_HBP_COUNT(pipe), hbp); local
/drivers/video/fbdev/omap2/dss/
H A Dhdmi_wp.c155 timing_h |= FLD_VAL(timings->hbp, 31, 20);
177 timings->hbp = param->timings.hbp;
H A Ddsi.c3726 int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div; local
3747 hbp = FLD_GET(r, 11, 0);
3772 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl);
3793 hbp_interleave_hs = dsi_compute_interleave_hs(hbp, ddr_alwon,
3797 hbp_interleave_lp = dsi_compute_interleave_lp(hbp,
3976 int hbp = dsi->vm_timings.hbp; local
3994 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp;
3996 DSSDBG("HBP: %d, HFP: %d, HSA: %d, TL: %d TXBYTECLKHS\n", hbp,
4002 r = FLD_MOD(r, hbp, 1
4795 int hfp, hsa, hbp; local
[all...]
H A Ddisplay.c277 ovt->hbp = vm->hback_porch;
310 vm->hback_porch = ovt->hbp;
H A Ddisplay-sysfs.c136 t.x_res, t.hfp, t.hbp, t.hsw,
162 &t.x_res, &t.hfp, &t.hbp, &t.hsw,
H A Dhdmi5_core.c302 video_cfg->v_fc_config.timings.hbp = cfg->timings.hbp;
305 cfg->timings.hbp + cfg->timings.hsw - 1;
H A Ddispc.c2012 nonactive = t->x_res + t->hfp + t->hsw + t->hbp - out_width;
2019 blank = div_u64((u64)(t->hbp + t->hsw + t->hfp) * lclk, pclk);
2857 static bool _dispc_lcd_timings_ok(int hsw, int hfp, int hbp, argument
2862 hbp < 1 || hbp > dispc.feat->hp_max ||
2894 timings->hbp, timings->vsw, timings->vfp,
2903 int hfp, int hbp, int vsw, int vfp, int vbp,
2916 FLD_VAL(hbp-1, dispc.feat->bp_start, 20);
2979 _dispc_mgr_set_lcd_timings(channel, t.hsw, t.hfp, t.hbp, t.vsw,
2983 xtot = t.x_res + t.hfp + t.hsw + t.hbp;
2902 _dispc_mgr_set_lcd_timings(enum omap_channel channel, int hsw, int hfp, int hbp, int vsw, int vfp, int vbp, enum omap_dss_signal_level vsync_level, enum omap_dss_signal_level hsync_level, enum omap_dss_signal_edge data_pclk_edge, enum omap_dss_signal_level de_level, enum omap_dss_signal_edge sync_pclk_edge) argument
[all...]
/drivers/video/fbdev/matrox/
H A Dmatroxfb_g450.c242 u_int32_t hbp; local
284 hbp = (((outd->h_b_porch + pixclock) / pixclock)) & ~1;
287 hlen = hvis + hfp + hsl + hbp;
290 dprintk(KERN_DEBUG "WL: vis=%u, hf=%u, hs=%u, hb=%u, total=%u\n", hvis, hfp, hsl, hbp, hlen);
308 r->regs[0x0A] = hbp;
313 dprintk(KERN_DEBUG "PG: vis=%04X, hf=%02X, hs=%02X, hb=%02X, total=%04X\n", hvis, hfp, hsl, hbp, hlen);
/drivers/gpu/drm/omapdrm/
H A Domap_connector.c53 mode->htotal = mode->hsync_end + timings->hbp;
84 timings->hbp = mode->htotal - mode->hsync_end;
/drivers/gpu/drm/tegra/
H A Ddsi.c433 unsigned int hact, hsw, hbp, hfp, i, mul, div; local
500 hbp = (mode->htotal - mode->hsync_end) * mul / div;
501 hbp -= 14;
508 tegra_dsi_writel(dsi, hact << 16 | hbp, DSI_PKT_LEN_2_3);
/drivers/video/fbdev/omap2/displays-new/
H A Dconnector-analog-tv.c38 .hbp = 68,
H A Dconnector-dvi.c30 .hbp = 80,
H A Dconnector-hdmi.c29 .hbp = 48,

Completed in 231 milliseconds

12