Searched refs:vfp (Results 1 - 25 of 37) sorted by relevance

12

/drivers/video/fbdev/omap/
H A Dlcd_h3.c84 .vfp = 1,
H A Dlcd_htcherald.c75 .vfp = 2,
H A Dlcd_inn1510.c69 .vfp = 1,
H A Dlcd_inn1610.c90 .vfp = 1,
H A Dlcd_osk.c90 .vfp = 1,
H A Dlcd_palmte.c67 .vfp = 8,
H A Dlcd_palmtt.c73 .vfp = 8,
H A Dlcd_palmz71.c68 .vfp = 8,
H A Dlcd_ams_delta.c157 .vfp = 0,
H A Domapfb.h85 int vfp; /* Vertical front porch */ member in struct:lcd_panel
/drivers/gpu/drm/i915/
H A Dintel_dsi_pll.c60 u32 hactive, vactive, hfp, hsync, hbp, vfp, vsync, vbp; local
88 vfp = mode->vsync_start - mode->vdisplay;
112 vactive * bytes_per_line + vfp * bytes_per_line;
H A Dintel_dsi.c444 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; local
451 vfp = mode->vsync_start - mode->vdisplay;
472 I915_WRITE(MIPI_VFP_COUNT(pipe), vfp); local
/drivers/video/fbdev/omap2/dss/
H A Dhdmi_wp.c161 timing_v |= FLD_VAL(timings->vfp, 19, 8);
181 timings->vfp = param->timings.vfp;
H A Ddisplay.c282 ovt->vfp = vm->vfront_porch;
315 vm->vfront_porch = ovt->vfp;
H A Ddisplay-sysfs.c137 t.y_res, t.vfp, t.vbp, t.vsw);
163 &t.y_res, &t.vfp, &t.vbp, &t.vsw) != 9)
H A Dhdmi5_core.c309 video_cfg->v_fc_config.timings.vfp = cfg->timings.vfp;
313 cfg->timings.vfp + cfg->timings.vbp;
367 cfg->v_fc_config.timings.vfp, 7, 0);
/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c238 uint32_t reg, hbp, hfp, hsw, vbp, vfp, vsw; local
279 vfp = mode->vsync_start - mode->vdisplay;
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);
313 ((vfp & 0xff) << 16) |
444 uint32_t hbp, hfp, hsw, vbp, vfp, vsw; local
468 vfp = mode->vsync_start - mode->vdisplay;
491 if (vfp & ~0xff) {
/drivers/gpu/drm/omapdrm/
H A Domap_connector.c56 mode->vsync_start = mode->vdisplay + timings->vfp;
87 timings->vfp = mode->vsync_start - mode->vdisplay;
/drivers/video/fbdev/omap2/displays-new/
H A Dconnector-analog-tv.c40 .vfp = 5,
H A Dconnector-dvi.c32 .vfp = 3,
H A Dconnector-hdmi.c31 .vfp = 11,
H A Dpanel-lgphilips-lb035q02.c33 .vfp = 4,
H A Dpanel-nec-nl8048hl11.c77 .vfp = 3,
H A Dpanel-sharp-ls037v7dw01.c50 .vfp = 1,
/drivers/gpu/drm/ast/
H A Dast_drv.h287 u32 vfp; member in struct:ast_vbios_enhtable

Completed in 494 milliseconds

12