Home
last modified time | relevance | path

Searched refs:vfp (Results 1 – 25 of 41) sorted by relevance

12

/drivers/gpu/drm/tilcdc/
Dtilcdc_crtc.c265 uint32_t reg, hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_mode_set() local
306 vfp = mode->vsync_start - mode->vdisplay; in tilcdc_crtc_mode_set()
310 mode->hdisplay, mode->vdisplay, hbp, hfp, hsw, vbp, vfp, vsw); in tilcdc_crtc_mode_set()
340 ((vfp & 0xff) << 16) | in tilcdc_crtc_mode_set()
471 uint32_t hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_mode_valid() local
495 vfp = mode->vsync_start - mode->vdisplay; in tilcdc_crtc_mode_valid()
518 if (vfp & ~0xff) { in tilcdc_crtc_mode_valid()
/drivers/gpu/drm/fsl-dcu/
Dfsl_dcu_drm_crtc.c87 unsigned int hbp, hfp, hsw, vbp, vfp, vsw, div, index; in fsl_dcu_drm_crtc_mode_set_nofb() local
100 vfp = mode->vsync_start - mode->vdisplay; in fsl_dcu_drm_crtc_mode_set_nofb()
112 DCU_VSYN_PARA_FP(vfp)); in fsl_dcu_drm_crtc_mode_set_nofb()
/drivers/video/fbdev/omap2/dss/
Dhdmi_wp.c177 timing_v |= FLD_VAL(timings->vfp, 19, 8); in hdmi_wp_video_config_timing()
197 timings->vfp = param->timings.vfp; in hdmi_wp_init_vid_fmt_timings()
Ddisplay.c282 ovt->vfp = vm->vfront_porch; in videomode_to_omap_video_timings()
315 vm->vfront_porch = ovt->vfp; in omap_video_timings_to_videomode()
Ddisplay-sysfs.c110 t.y_res, t.vfp, t.vbp, t.vsw); in display_timings_show()
135 &t.y_res, &t.vfp, &t.vbp, &t.vsw) != 9) in display_timings_store()
Dhdmi5_core.c307 video_cfg->v_fc_config.timings.vfp = cfg->timings.vfp; in hdmi_core_init()
311 cfg->timings.vfp + cfg->timings.vbp; in hdmi_core_init()
365 cfg->v_fc_config.timings.vfp, 7, 0); in hdmi_core_video_config()
Ddispc.c3035 int vsw, int vfp, int vbp) in _dispc_lcd_timings_ok() argument
3041 vfp < 0 || vfp > dispc.feat->vp_max || in _dispc_lcd_timings_ok()
3071 timings->hbp, timings->vsw, timings->vfp, in dispc_mgr_timings_ok()
3080 int hfp, int hbp, int vsw, int vfp, int vbp, in _dispc_mgr_set_lcd_timings() argument
3095 FLD_VAL(vfp, dispc.feat->fp_start, 8) | in _dispc_mgr_set_lcd_timings()
3205 t.vfp, t.vbp, t.vsync_level, t.hsync_level, in dispc_mgr_set_timings()
3209 ytot = t.y_res + t.vfp + t.vsw + t.vbp; in dispc_mgr_set_timings()
3216 t.hsw, t.hfp, t.hbp, t.vsw, t.vfp, t.vbp); in dispc_mgr_set_timings()
Dvenc.c274 .vfp = 5,
295 .vfp = 6,
/drivers/video/fbdev/omap/
Dlcd_inn1510.c69 .vfp = 1,
Dlcd_htcherald.c75 .vfp = 2,
Dlcd_palmte.c67 .vfp = 8,
Dlcd_palmtt.c73 .vfp = 8,
Dlcd_palmz71.c68 .vfp = 8,
Dlcd_osk.c90 .vfp = 1,
Dlcd_h3.c84 .vfp = 1,
Dlcd_inn1610.c90 .vfp = 1,
Dlcd_ams_delta.c157 .vfp = 0,
Domapfb.h85 int vfp; /* Vertical front porch */ member
/drivers/gpu/drm/i915/
Dintel_dsi_pll.c81 u32 hactive, vactive, hfp, hsync, hbp, vfp, vsync, vbp; in dsi_rr_formula() local
97 vfp = mode->vsync_start - mode->vdisplay; in dsi_rr_formula()
121 vactive * bytes_per_line + vfp * bytes_per_line; in dsi_rr_formula()
Dintel_dsi.c779 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; in set_dsi_timings() local
795 vfp = adjusted_mode->crtc_vsync_start - adjusted_mode->crtc_vdisplay; in set_dsi_timings()
832 I915_WRITE(MIPI_VFP_COUNT(port), vfp); in set_dsi_timings()
/drivers/gpu/drm/omapdrm/
Domap_connector.c57 mode->vsync_start = mode->vdisplay + timings->vfp; in copy_timings_omap_to_drm()
88 timings->vfp = mode->vsync_start - mode->vdisplay; in copy_timings_drm_to_omap()
/drivers/media/platform/sti/bdisp/
Dbdisp-reg.h49 u32 vfp; member
/drivers/video/fbdev/omap2/displays-new/
Dconnector-analog-tv.c40 .vfp = 5,
Dconnector-hdmi.c31 .vfp = 11,
/drivers/gpu/drm/ast/
Dast_drv.h292 u32 vfp; member

12