Home
last modified time | relevance | path

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

123

/linux/drivers/video/fbdev/matrox/
A 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/drivers/gpu/drm/bridge/adv7511/
A 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/drivers/gpu/drm/panel/
A 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/drivers/video/fbdev/omap2/omapfb/dss/
A Ddsi.c3690 int hfp = dsi->vm_timings.hfp; in dsi_proto_timings() local
4389 vm.hfp = div64_u64((u64)t->hfp * pck, byteclk); in print_dsi_dispc_vm()
4595 if (hfp < 1) { in dsi_vm_calc_blanking()
4599 t = 1 - hfp; in dsi_vm_calc_blanking()
4605 t = 1 - hfp; in dsi_vm_calc_blanking()
4611 if (hfp < 1) in dsi_vm_calc_blanking()
4619 dsi_vm->hfp = hfp; in dsi_vm_calc_blanking()
4654 if (hfp < 1) { in dsi_vm_calc_blanking()
4658 t = 1 - hfp; in dsi_vm_calc_blanking()
4670 if (hfp < 1) in dsi_vm_calc_blanking()
[all …]
A 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()
A 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()
A 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()
A 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/drivers/gpu/drm/omapdrm/dss/
A Ddsi.c2882 int hfp = dsi->vm_timings.hfp; in dsi_proto_timings() local
3857 if (hfp < 1) { in dsi_vm_calc_blanking()
3861 t = 1 - hfp; in dsi_vm_calc_blanking()
3867 t = 1 - hfp; in dsi_vm_calc_blanking()
3873 if (hfp < 1) in dsi_vm_calc_blanking()
3881 dsi_vm->hfp = hfp; in dsi_vm_calc_blanking()
3915 if (hfp < 1) { in dsi_vm_calc_blanking()
3919 t = 1 - hfp; in dsi_vm_calc_blanking()
3923 if (hfp < 1) { in dsi_vm_calc_blanking()
3925 t = 1 - hfp; in dsi_vm_calc_blanking()
[all …]
/linux/drivers/gpu/drm/tilcdc/
A Dtilcdc_crtc.c278 uint32_t reg, hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_set_mode() local
315 hfp = mode->hsync_start - mode->hdisplay; in tilcdc_crtc_set_mode()
322 mode->hdisplay, mode->vdisplay, hbp, hfp, hsw, vbp, vfp, vsw); in tilcdc_crtc_set_mode()
336 reg |= ((hfp-1) & 0x300) >> 8; in tilcdc_crtc_set_mode()
344 (((hfp-1) & 0xff) << 16) | in tilcdc_crtc_set_mode()
775 uint32_t hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_mode_valid() local
796 hfp = mode->hsync_start - mode->hdisplay; in tilcdc_crtc_mode_valid()
807 if ((hfp-1) & ~0x3ff) { in tilcdc_crtc_mode_valid()
/linux/drivers/gpu/drm/bridge/
A Dlontium-lt8912b.c266 u32 hactive, h_total, hpw, hfp, hbp; in lt8912_video_setup() local
275 hfp = lt->mode.hfront_porch; in lt8912_video_setup()
278 h_total = hactive + hfp + hpw + hbp; in lt8912_video_setup()
315 ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x3e, hfp & 0xff); in lt8912_video_setup()
316 ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x3f, hfp >> 8); in lt8912_video_setup()
/linux/drivers/gpu/drm/i915/display/
A Dvlv_dsi.c1106 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; in bxt_dsi_get_pipe_config() local
1145 hfp = intel_de_read(dev_priv, MIPI_HFP_COUNT(port)); in bxt_dsi_get_pipe_config()
1155 hfp = pixels_from_txbyteclkhs(hfp, bpp, lane_count, in bxt_dsi_get_pipe_config()
1163 hfp *= 2; in bxt_dsi_get_pipe_config()
1173 adjusted_mode->crtc_htotal = hactive + hfp + hsync + hbp; in bxt_dsi_get_pipe_config()
1174 adjusted_mode->crtc_hsync_start = hfp + adjusted_mode->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1303 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; in set_dsi_timings() local
1306 hfp = adjusted_mode->crtc_hsync_start - adjusted_mode->crtc_hdisplay; in set_dsi_timings()
1314 hfp /= 2; in set_dsi_timings()
1326 hfp = txbyteclkhs(hfp, bpp, lane_count, intel_dsi->burst_mode_ratio); in set_dsi_timings()
[all …]
/linux/drivers/gpu/drm/mcde/
A 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/drivers/video/fbdev/omap/
A Dlcd_htcherald.c35 .hfp = 10,
A Dlcd_palmte.c27 .hfp = 8,
A Dlcd_palmtt.c38 .hfp = 8,
A Dlcd_palmz71.c32 .hfp = 8,
A Dlcd_inn1510.c38 .hfp = 40,
A Dlcd_osk.c58 .hfp = 40,
A Dlcd_h3.c54 .hfp = 14,
A Dlcd_inn1610.c69 .hfp = 40,
A Dlcd_ams_delta.c113 .hfp = 1,
/linux/drivers/gpu/drm/pl111/
A Dpl111_display.c131 u32 ppl, hsw, hfp, hbp; in pl111_display_enable() local
147 hfp = mode->hsync_start - mode->hdisplay - 1; in pl111_display_enable()
159 (hfp << 16) | in pl111_display_enable()
/linux/drivers/gpu/drm/arm/display/komeda/d71/
A Dd71_regs.h417 #define BS_H_INTVALS(hfp, hbp) (((hfp) & 0xFFF) + (((hbp) & 0x3FF) << 16)) argument
/linux/drivers/gpu/drm/sun4i/
A Dsun6i_mipi_dsi.c535 u16 hbp = 0, hfp = 0, hsa = 0, hblk = 0, vblk = 0; in sun6i_dsi_setup_timings() local
577 hfp = max((unsigned int)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()

Completed in 66 milliseconds

123