Home
last modified time | relevance | path

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

123

/linux-6.6.21/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-6.6.21/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-6.6.21/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-6.6.21/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c3448 int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div; in dsi_config_cmd_mode_interleaving() local
3470 hfp = FLD_GET(r, 23, 12); in dsi_config_cmd_mode_interleaving()
3494 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving()
3506 hfp_interleave_hs = dsi_compute_interleave_hs(hfp, ddr_alwon, in dsi_config_cmd_mode_interleaving()
3509 hfp_interleave_lp = dsi_compute_interleave_lp(hfp, in dsi_config_cmd_mode_interleaving()
3696 int hfp = dsi->vm_timings.hfp; in dsi_proto_timings() local
3714 tl = DIV_ROUND_UP(4, ndl) + (hsync_end ? hsa : 0) + t_he + hfp + in dsi_proto_timings()
3718 hfp, hsync_end ? hsa : 0, tl); in dsi_proto_timings()
3724 r = FLD_MOD(r, hfp, 23, 12); /* HFP */ in dsi_proto_timings()
4325 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.c288 video_cfg->v_fc_config.timings.hfp = cfg->timings.hfp; in hdmi_core_init()
289 video_cfg->hblank = cfg->timings.hfp + in hdmi_core_init()
346 cfg->v_fc_config.timings.hfp >> 8, 4, 0); in hdmi_core_video_config()
348 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.c99 t.x_res, t.hfp, t.hbp, t.hsw, in display_timings_show()
124 &t.x_res, &t.hfp, &t.hbp, &t.hsw, in display_timings_store()
/linux-6.6.21/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-6.6.21/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-6.6.21/drivers/gpu/drm/omapdrm/dss/
Ddsi.c2642 int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div; in dsi_config_cmd_mode_interleaving() local
2664 hfp = FLD_GET(r, 23, 12); in dsi_config_cmd_mode_interleaving()
2688 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving()
2700 hfp_interleave_hs = dsi_compute_interleave_hs(hfp, ddr_alwon, in dsi_config_cmd_mode_interleaving()
2703 hfp_interleave_lp = dsi_compute_interleave_lp(hfp, in dsi_config_cmd_mode_interleaving()
2888 int hfp = dsi->vm_timings.hfp; in dsi_proto_timings() local
2906 tl = DIV_ROUND_UP(4, ndl) + (hsync_end ? hsa : 0) + t_he + hfp + in dsi_proto_timings()
2910 hfp, hsync_end ? hsa : 0, tl); in dsi_proto_timings()
2916 r = FLD_MOD(r, hfp, 23, 12); /* HFP */ in dsi_proto_timings()
3584 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm()
[all …]
/linux-6.6.21/drivers/gpu/drm/i915/display/
Dvlv_dsi.c1019 u16 hactive, hfp, hsync, hbp, vfp, vsync; in bxt_dsi_get_pipe_config() local
1058 hfp = intel_de_read(dev_priv, MIPI_HFP_COUNT(port)); in bxt_dsi_get_pipe_config()
1068 hfp = pixels_from_txbyteclkhs(hfp, bpp, lane_count, in bxt_dsi_get_pipe_config()
1076 hfp *= 2; in bxt_dsi_get_pipe_config()
1085 adjusted_mode->crtc_htotal = hactive + hfp + hsync + hbp; in bxt_dsi_get_pipe_config()
1086 adjusted_mode->crtc_hsync_start = hfp + adjusted_mode->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1219 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; in set_dsi_timings() local
1222 hfp = adjusted_mode->crtc_hsync_start - adjusted_mode->crtc_hdisplay; in set_dsi_timings()
1230 hfp /= 2; in set_dsi_timings()
1242 hfp = txbyteclkhs(hfp, bpp, lane_count, intel_dsi->burst_mode_ratio); in set_dsi_timings()
[all …]
/linux-6.6.21/drivers/gpu/drm/bridge/
Dlontium-lt8912b.c275 u32 hactive, h_total, hpw, hfp, hbp; in lt8912_video_setup() local
284 hfp = lt->mode.hfront_porch; in lt8912_video_setup()
287 h_total = hactive + hfp + hpw + hbp; in lt8912_video_setup()
326 ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x3e, hfp & 0xff); in lt8912_video_setup()
327 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-6.6.21/drivers/video/fbdev/omap/
Dlcd_palmte.c27 .hfp = 8,
Dlcd_ams_delta.c113 .hfp = 1,
Domapfb.h68 int hfp; /* Horizontal front porch */ member
/linux-6.6.21/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-6.6.21/drivers/gpu/drm/bridge/cadence/
Dcdns-dsi-core.h36 unsigned int hfp; member
/linux-6.6.21/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-6.6.21/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()
/linux-6.6.21/drivers/gpu/drm/arm/display/komeda/d71/
Dd71_regs.h417 #define BS_H_INTVALS(hfp, hbp) (((hfp) & 0xFFF) + (((hbp) & 0x3FF) << 16)) argument
/linux-6.6.21/drivers/gpu/drm/sun4i/
Dsun6i_mipi_dsi.c535 u16 hbp = 0, hfp = 0, hsa = 0, hblk = 0, vblk = 0; in sun6i_dsi_setup_timings() local
577 hfp = max(HFP_PACKET_OVERHEAD, in sun6i_dsi_setup_timings()
600 bytes = max_t(size_t, max(max(hfp, hblk), max(hsa, hbp)), vblk); in sun6i_dsi_setup_timings()
651 sun6i_dsi_build_blk0_pkt(device->channel, hfp)); in sun6i_dsi_setup_timings()
653 sun6i_dsi_build_blk1_pkt(0, buffer, hfp)); in sun6i_dsi_setup_timings()
/linux-6.6.21/drivers/gpu/drm/
Ddrm_modes.c337 unsigned int hfp, hfp_duration_ns; in fill_analog_mode() local
417 hfp = params->bt601_hfp; in fill_analog_mode()
425 hfp = hfp_min + DIV_ROUND_UP(porches_rem, 2); in fill_analog_mode()
428 drm_dbg_kms(dev, "Horizontal Front Porch: %u\n", hfp); in fill_analog_mode()
430 hfp_duration_ns = hfp * pixel_duration_ns; in fill_analog_mode()
439 hbp = porches - hfp; in fill_analog_mode()
451 if (htotal != (hactive + hfp + hslen + hbp)) in fill_analog_mode()
456 mode->hsync_start = mode->hdisplay + hfp; in fill_analog_mode()
/linux-6.6.21/drivers/media/platform/st/sti/bdisp/
Dbdisp-reg.h48 u32 hfp; member

123