/drivers/video/omap2/displays/ |
D | panel-generic-dpi.c | 65 .hfp = 3, 92 .hfp = 1, 118 .hfp = 104, 145 .hfp = 8, 173 .hfp = 10, 200 .hfp = 2, 227 .hfp = 1, 254 .hfp = 3, 279 .hfp = 15, 304 .hfp = 40, [all …]
|
D | panel-sharp-ls037v7dw01.c | 38 .hfp = 1,
|
D | panel-nec-nl8048hl11-01b.c | 70 .hfp = 6,
|
D | panel-lgphilips-lb035q02.c | 39 .hfp = 20,
|
D | panel-tfp410.c | 35 .hfp = 48,
|
/drivers/video/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()
|
/drivers/video/omap2/dss/ |
D | dsi.c | 3756 int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div; in dsi_config_cmd_mode_interleaving() local 3778 hfp = FLD_GET(r, 23, 12); in dsi_config_cmd_mode_interleaving() 3802 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving() 3814 hfp_interleave_hs = dsi_compute_interleave_hs(hfp, ddr_alwon, in dsi_config_cmd_mode_interleaving() 3817 hfp_interleave_lp = dsi_compute_interleave_lp(hfp, in dsi_config_cmd_mode_interleaving() 4005 int hfp = dsi->vm_timings.hfp; in dsi_proto_timings() local 4023 tl = DIV_ROUND_UP(4, ndl) + (hsync_end ? hsa : 0) + t_he + hfp + in dsi_proto_timings() 4027 hfp, hsync_end ? hsa : 0, tl); in dsi_proto_timings() 4033 r = FLD_MOD(r, hfp, 23, 12); /* HFP */ in dsi_proto_timings() 4665 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm() [all …]
|
D | display-sysfs.c | 109 t.x_res, t.hfp, t.hbp, t.hsw, in display_timings_show() 135 &t.x_res, &t.hfp, &t.hbp, &t.hsw, in display_timings_store()
|
D | dispc.c | 1998 nonactive = t->x_res + t->hfp + t->hsw + t->hbp - out_width; in check_horiz_timing_omap3() 2005 blank = div_u64((u64)(t->hbp + t->hsw + t->hfp) * lclk, pclk); in check_horiz_timing_omap3() 2831 static bool _dispc_lcd_timings_ok(int hsw, int hfp, int hbp, in _dispc_lcd_timings_ok() argument 2835 hfp < 1 || hfp > dispc.feat->hp_max || in _dispc_lcd_timings_ok() 2863 timings_ok &= _dispc_lcd_timings_ok(timings->hsw, timings->hfp, in dispc_mgr_timings_ok() 2872 int hfp, int hbp, int vsw, int vfp, int vbp, in _dispc_mgr_set_lcd_timings() argument 2884 FLD_VAL(hfp-1, dispc.feat->fp_start, 8) | in _dispc_mgr_set_lcd_timings() 2948 _dispc_mgr_set_lcd_timings(channel, t.hsw, t.hfp, t.hbp, t.vsw, in dispc_mgr_set_timings() 2952 xtot = t.x_res + t.hfp + t.hsw + t.hbp; in dispc_mgr_set_timings() 2960 t.hsw, t.hfp, t.hbp, t.vsw, t.vfp, t.vbp); in dispc_mgr_set_timings()
|
D | venc_panel.c | 94 .hfp = 12, in venc_panel_probe()
|
D | ti_hdmi_4xxx_ip.c | 689 timings->hfp = 0; in hdmi_wp_init() 721 timings->hfp = param->timings.hfp; in hdmi_wp_video_init_format() 767 timing_h |= FLD_VAL(timings->hfp, 19, 8); in hdmi_wp_video_config_timing()
|
D | hdmi_panel.c | 50 .hfp = 16, in hdmi_panel_probe()
|
D | venc.c | 269 .hfp = 12, 284 .hfp = 16,
|
/drivers/gpu/drm/tilcdc/ |
D | tilcdc_crtc.c | 241 uint32_t reg, hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_mode_set() local 279 hfp = mode->hsync_start - mode->hdisplay; in tilcdc_crtc_mode_set() 286 mode->hdisplay, mode->vdisplay, hbp, hfp, hsw, vbp, vfp, vsw); in tilcdc_crtc_mode_set() 293 reg |= (hfp & 0x300) >> 8; in tilcdc_crtc_mode_set() 301 ((hfp & 0xff) << 16) | in tilcdc_crtc_mode_set()
|
/drivers/video/omap/ |
D | lcd_htcherald.c | 72 .hfp = 10,
|
D | lcd_inn1510.c | 66 .hfp = 40,
|
D | lcd_palmte.c | 64 .hfp = 8,
|
D | lcd_palmz71.c | 65 .hfp = 8,
|
D | lcd_palmtt.c | 70 .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
|
/drivers/gpu/drm/omapdrm/ |
D | omap_connector.c | 43 mode->hsync_start = mode->hdisplay + timings->hfp; in copy_timings_omap_to_drm() 74 timings->hfp = mode->hsync_start - mode->hdisplay; in copy_timings_drm_to_omap()
|