/drivers/gpu/drm/tilcdc/ |
D | tilcdc_crtc.c | 265 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/ |
D | fsl_dcu_drm_crtc.c | 87 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/ |
D | hdmi_wp.c | 177 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()
|
D | display.c | 282 ovt->vfp = vm->vfront_porch; in videomode_to_omap_video_timings() 315 vm->vfront_porch = ovt->vfp; in omap_video_timings_to_videomode()
|
D | display-sysfs.c | 110 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()
|
D | hdmi5_core.c | 307 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()
|
D | dispc.c | 3035 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()
|
D | venc.c | 274 .vfp = 5, 295 .vfp = 6,
|
/drivers/video/fbdev/omap/ |
D | lcd_inn1510.c | 69 .vfp = 1,
|
D | lcd_htcherald.c | 75 .vfp = 2,
|
D | lcd_palmte.c | 67 .vfp = 8,
|
D | lcd_palmtt.c | 73 .vfp = 8,
|
D | lcd_palmz71.c | 68 .vfp = 8,
|
D | lcd_osk.c | 90 .vfp = 1,
|
D | lcd_h3.c | 84 .vfp = 1,
|
D | lcd_inn1610.c | 90 .vfp = 1,
|
D | lcd_ams_delta.c | 157 .vfp = 0,
|
D | omapfb.h | 85 int vfp; /* Vertical front porch */ member
|
/drivers/gpu/drm/i915/ |
D | intel_dsi_pll.c | 81 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()
|
D | intel_dsi.c | 779 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/ |
D | omap_connector.c | 57 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/ |
D | bdisp-reg.h | 49 u32 vfp; member
|
/drivers/video/fbdev/omap2/displays-new/ |
D | connector-analog-tv.c | 40 .vfp = 5,
|
D | connector-hdmi.c | 31 .vfp = 11,
|
/drivers/gpu/drm/ast/ |
D | ast_drv.h | 292 u32 vfp; member
|