Home
last modified time | relevance | path

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

123

/Linux-v6.1/drivers/video/fbdev/matrox/
Dmatroxfb_g450.c244 u_int32_t hfp; in computeRegs() local
286 hfp = (((outd->h_f_porch + pixclock) / pixclock)) & ~1; in computeRegs()
288 hlen = hvis + hfp + hsl + hbp; in computeRegs()
291 dprintk(KERN_DEBUG "WL: vis=%u, hf=%u, hs=%u, hb=%u, total=%u\n", hvis, hfp, hsl, hbp, hlen); in computeRegs()
294 hfp -= over; in computeRegs()
298 hfp += 4; in computeRegs()
301 hfp += 16; in computeRegs()
310 r->regs[0x2C] = hfp; in computeRegs()
314 …dprintk(KERN_DEBUG "PG: vis=%04X, hf=%02X, hs=%02X, hb=%02X, total=%04X\n", hvis, hfp, hsl, hbp, h… in computeRegs()
/Linux-v6.1/drivers/gpu/drm/bridge/adv7511/
Dadv7533.c31 unsigned int hsw, hfp, hbp, vsw, vfp, vbp; in adv7511_dsi_config_timing_gen() local
35 hfp = mode->hsync_start - mode->hdisplay; in adv7511_dsi_config_timing_gen()
50 regmap_write(adv->regmap_cec, 0x2c, hfp >> 4); in adv7511_dsi_config_timing_gen()
51 regmap_write(adv->regmap_cec, 0x2d, (hfp << 4) & 0xff); in adv7511_dsi_config_timing_gen()
/Linux-v6.1/drivers/gpu/drm/panel/
Dpanel-olimex-lcd-olinuxino.c30 u32 hfp; member
162 mode->hsync_start = lcd_mode->hactive + lcd_mode->hfp; in lcd_olinuxino_get_modes()
163 mode->hsync_end = lcd_mode->hactive + lcd_mode->hfp + in lcd_olinuxino_get_modes()
165 mode->htotal = lcd_mode->hactive + lcd_mode->hfp + in lcd_olinuxino_get_modes()
/Linux-v6.1/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c3440 int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div; in dsi_config_cmd_mode_interleaving() local
3462 hfp = FLD_GET(r, 23, 12); in dsi_config_cmd_mode_interleaving()
3486 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving()
3498 hfp_interleave_hs = dsi_compute_interleave_hs(hfp, ddr_alwon, in dsi_config_cmd_mode_interleaving()
3501 hfp_interleave_lp = dsi_compute_interleave_lp(hfp, in dsi_config_cmd_mode_interleaving()
3688 int hfp = dsi->vm_timings.hfp; in dsi_proto_timings() local
3706 tl = DIV_ROUND_UP(4, ndl) + (hsync_end ? hsa : 0) + t_he + hfp + in dsi_proto_timings()
3710 hfp, hsync_end ? hsa : 0, tl); in dsi_proto_timings()
3716 r = FLD_MOD(r, hfp, 23, 12); /* HFP */ in dsi_proto_timings()
4317 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm()
[all …]
Dhdmi_wp.c171 timing_h |= FLD_VAL(timings->hfp, 19, 8); in hdmi_wp_video_config_timing()
193 timings->hfp = param->timings.hfp; in hdmi_wp_init_vid_fmt_timings()
Dhdmi5_core.c290 video_cfg->v_fc_config.timings.hfp = cfg->timings.hfp; in hdmi_core_init()
291 video_cfg->hblank = cfg->timings.hfp + in hdmi_core_init()
348 cfg->v_fc_config.timings.hfp >> 8, 4, 0); in hdmi_core_video_config()
350 cfg->v_fc_config.timings.hfp & 0xFF, 7, 0); in hdmi_core_video_config()
Ddisplay.c267 ovt->hfp = vm->hfront_porch; in videomode_to_omap_video_timings()
300 vm->hfront_porch = ovt->hfp; in omap_video_timings_to_videomode()
Ddisplay-sysfs.c98 t.x_res, t.hfp, t.hbp, t.hsw, in display_timings_show()
123 &t.x_res, &t.hfp, &t.hbp, &t.hsw, in display_timings_store()
/Linux-v6.1/drivers/gpu/drm/logicvc/
Dlogicvc_crtc.c74 unsigned int hact, hfp, hsl, hbp; in logicvc_crtc_atomic_enable() local
82 hfp = mode->hsync_start - mode->hdisplay; in logicvc_crtc_atomic_enable()
91 regmap_write(logicvc->regmap, LOGICVC_HSYNC_FRONT_PORCH_REG, hfp - 1); in logicvc_crtc_atomic_enable()
/Linux-v6.1/drivers/gpu/drm/tilcdc/
Dtilcdc_crtc.c279 uint32_t reg, hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_set_mode() local
316 hfp = mode->hsync_start - mode->hdisplay; in tilcdc_crtc_set_mode()
323 mode->hdisplay, mode->vdisplay, hbp, hfp, hsw, vbp, vfp, vsw); in tilcdc_crtc_set_mode()
337 reg |= ((hfp-1) & 0x300) >> 8; in tilcdc_crtc_set_mode()
345 (((hfp-1) & 0xff) << 16) | in tilcdc_crtc_set_mode()
776 uint32_t hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_mode_valid() local
797 hfp = mode->hsync_start - mode->hdisplay; in tilcdc_crtc_mode_valid()
808 if ((hfp-1) & ~0x3ff) { in tilcdc_crtc_mode_valid()
/Linux-v6.1/drivers/gpu/drm/omapdrm/dss/
Ddsi.c2636 int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div; in dsi_config_cmd_mode_interleaving() local
2658 hfp = FLD_GET(r, 23, 12); in dsi_config_cmd_mode_interleaving()
2682 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving()
2694 hfp_interleave_hs = dsi_compute_interleave_hs(hfp, ddr_alwon, in dsi_config_cmd_mode_interleaving()
2697 hfp_interleave_lp = dsi_compute_interleave_lp(hfp, in dsi_config_cmd_mode_interleaving()
2882 int hfp = dsi->vm_timings.hfp; in dsi_proto_timings() local
2900 tl = DIV_ROUND_UP(4, ndl) + (hsync_end ? hsa : 0) + t_he + hfp + in dsi_proto_timings()
2904 hfp, hsync_end ? hsa : 0, tl); in dsi_proto_timings()
2910 r = FLD_MOD(r, hfp, 23, 12); /* HFP */ in dsi_proto_timings()
3578 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm()
[all …]
/Linux-v6.1/drivers/gpu/drm/bridge/
Dlontium-lt8912b.c276 u32 hactive, h_total, hpw, hfp, hbp; in lt8912_video_setup() local
285 hfp = lt->mode.hfront_porch; in lt8912_video_setup()
288 h_total = hactive + hfp + hpw + hbp; in lt8912_video_setup()
327 ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x3e, hfp & 0xff); in lt8912_video_setup()
328 ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x3f, hfp >> 8); in lt8912_video_setup()
Dchipone-icn6211.c350 u16 hfp, hbp, hsync; in chipone_atomic_enable() local
389 hfp = mode->hsync_start - mode->hdisplay; in chipone_atomic_enable()
393 chipone_writeb(icn, HFP_LI, hfp & 0xff); in chipone_atomic_enable()
398 HFP_HSW_HBP_HI_HFP(hfp) | in chipone_atomic_enable()
410 chipone_writeb(icn, HFP_MIN, hfp & 0xff); in chipone_atomic_enable()
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dvlv_dsi.c1111 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; in bxt_dsi_get_pipe_config() local
1150 hfp = intel_de_read(dev_priv, MIPI_HFP_COUNT(port)); in bxt_dsi_get_pipe_config()
1160 hfp = pixels_from_txbyteclkhs(hfp, bpp, lane_count, in bxt_dsi_get_pipe_config()
1168 hfp *= 2; in bxt_dsi_get_pipe_config()
1178 adjusted_mode->crtc_htotal = hactive + hfp + hsync + hbp; in bxt_dsi_get_pipe_config()
1179 adjusted_mode->crtc_hsync_start = hfp + adjusted_mode->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1312 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; in set_dsi_timings() local
1315 hfp = adjusted_mode->crtc_hsync_start - adjusted_mode->crtc_hdisplay; in set_dsi_timings()
1323 hfp /= 2; in set_dsi_timings()
1335 hfp = txbyteclkhs(hfp, bpp, lane_count, intel_dsi->burst_mode_ratio); in set_dsi_timings()
[all …]
/Linux-v6.1/drivers/video/fbdev/omap/
Dlcd_htcherald.c35 .hfp = 10,
Dlcd_palmte.c27 .hfp = 8,
Dlcd_palmtt.c38 .hfp = 8,
Dlcd_palmz71.c32 .hfp = 8,
Dlcd_inn1510.c40 .hfp = 40,
Dlcd_osk.c58 .hfp = 40,
Dlcd_h3.c54 .hfp = 14,
Dlcd_inn1610.c69 .hfp = 40,
/Linux-v6.1/drivers/gpu/drm/mcde/
Dmcde_dsi.c435 int hfp; in mcde_dsi_setup_video_mode() local
521 hfp = (mode->hsync_start - mode->hdisplay) * cpp - 6 - 2; in mcde_dsi_setup_video_mode()
546 if (hfp < 0) { in mcde_dsi_setup_video_mode()
548 hfp = 0; in mcde_dsi_setup_video_mode()
559 hfp, hbp, hsa); in mcde_dsi_setup_video_mode()
566 val |= hfp << DSI_VID_HSIZE1_HFP_LENGTH_SHIFT; in mcde_dsi_setup_video_mode()
652 if (d->mdsi->lanes == 2 && (hsa & 0x01) && (hfp & 0x01) in mcde_dsi_setup_video_mode()
/Linux-v6.1/drivers/gpu/drm/stm/
Ddw_mipi_dsi-stm.c367 int dsi_short_packet_size_px, hfp, hsync, hbp, delay_to_lp; in dw_mipi_dsi_stm_mode_valid() local
386 hfp = mode->hsync_start - mode->hdisplay; in dw_mipi_dsi_stm_mode_valid()
415 if (hfp < delay_to_lp && hbp < delay_to_lp) in dw_mipi_dsi_stm_mode_valid()
/Linux-v6.1/drivers/gpu/drm/pl111/
Dpl111_display.c133 u32 ppl, hsw, hfp, hbp; in pl111_display_enable() local
149 hfp = mode->hsync_start - mode->hdisplay - 1; in pl111_display_enable()
161 (hfp << 16) | in pl111_display_enable()

123