Searched refs:vsync_end (Results 1 - 77 of 77) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/panel/
H A Dpanel-simple.c380 .vsync_end = 480 + 2 + 45,
405 .vsync_end = 600 + 16 + 6,
428 .vsync_end = 800 + 4 + 20,
451 .vsync_end = 768 + 14 + 42,
475 .vsync_end = 768 + 10 + 12,
498 .vsync_end = 768 + 3 + 6,
521 .vsync_end = 1080 + 25 + 10,
549 .vsync_end = 600 + 17 + 1,
577 .vsync_end = 768 + 4 + 4,
600 .vsync_end = 768 + 16 + 8,
623 .vsync_end = 480 + 10 + 3,
647 .vsync_end = 480 + 10 + 2,
671 .vsync_end = 480 + 37 + 2,
695 .vsync_end = 272 + 8 + 1,
772 .vsync_end = 480 + 16 + 13,
795 .vsync_end = 272 + 2 + 11,
820 .vsync_end = 800 + 9 + 6,
843 .vsync_end = 768 + 8 + 12,
867 .vsync_end = 768 + 2 + 6,
890 .vsync_end = 600 + 16 + 4,
913 .vsync_end = 480 + 10 + 25,
937 .vsync_end = 1700 + 3 + 10,
960 .vsync_end = 272 + 2 + 4,
1014 .vsync_end = 800 + 3 + 3,
1038 .vsync_end = 600 + 3 + 6,
1061 .vsync_end = 768 + 2 + 5,
1084 .vsync_end = 480 + 1 + 23,
1246 .vsync_end = 1920 + 9 + 2,
1274 .vsync_end = 1280 + 28 + 1,
1302 .vsync_end = 1280 + 8 + 4,
1330 .vsync_end = 1200 + 17 + 2,
H A Dpanel-lg-lg4573.c207 .vsync_end = 800 + 15 + 15,
H A Dpanel-sharp-lq101r1sx01.c284 .vsync_end = 1600 + 4 + 8,
/linux-4.4.14/drivers/gpu/drm/gma500/
H A Dmdfld_tpo_vid.c55 mode->vsync_end = tpo_vid_get_config_mode()
68 dev_dbg(dev->dev, "VSE is %d\n", mode->vsync_end); tpo_vid_get_config_mode()
78 mode->vsync_end = 490; tpo_vid_get_config_mode()
H A Dmdfld_tmd_vid.c58 mode->vsync_end = \ tmd_vid_get_config_mode()
71 dev_dbg(dev->dev, "VSE is %d\n", mode->vsync_end); tmd_vid_get_config_mode()
81 mode->vsync_end = 865; tmd_vid_get_config_mode()
H A Dintel_bios.c175 panel_fixed_mode->vsync_end = panel_fixed_mode->vsync_start + fill_detail_timing_data()
195 if (panel_fixed_mode->vsync_end > panel_fixed_mode->vtotal) fill_detail_timing_data()
196 panel_fixed_mode->vtotal = panel_fixed_mode->vsync_end + 1; fill_detail_timing_data()
H A Doaktrail_lvds.c251 mode->vsync_end = \ oaktrail_lvds_get_configuration_mode()
264 printk(KERN_INFO "VSE is %d\n", mode->vsync_end); oaktrail_lvds_get_configuration_mode()
H A Dmdfld_dsi_dpi.c441 pclk_vsync = mode->vsync_end - mode->vsync_start; mdfld_dsi_dpi_timing_calculation()
442 pclk_vbp = mode->vtotal - mode->vsync_end; mdfld_dsi_dpi_timing_calculation()
702 adjusted_mode->vsync_end = fixed_mode->vsync_end; mdfld_dsi_dpi_mode_fixup()
805 ((mode->vsync_end - 1) << 16) | (mode->vsync_start - 1)); mdfld_set_pipe_timing()
H A Dcdv_intel_lvds.c306 adjusted_mode->vsync_end = panel_fixed_mode->vsync_end; cdv_intel_lvds_mode_fixup()
H A Dpsb_intel_lvds.c422 adjusted_mode->vsync_end = panel_fixed_mode->vsync_end; psb_intel_lvds_mode_fixup()
H A Dtc35876x-dsi-lvds.c594 mode->vsync_end = 824; tc35876x_get_config_mode()
604 dev_info(&dev->pdev->dev, "VSE = %d\n", mode->vsync_end); tc35876x_get_config_mode()
H A Dpsb_intel_display.c423 mode->vsync_end = ((vsync & 0xffff0000) >> 16) + 1; psb_intel_crtc_mode_get()
H A Dcdv_intel_dp.c885 adjusted_mode->vsync_end = fixed_mode->vsync_end; cdv_intel_fixed_panel_mode()
H A Dpsb_intel_sdvo.c788 mode->vsync_end = mode->vsync_start + psb_intel_sdvo_get_mode_from_dtd()
790 mode->vsync_end += (dtd->part2.sync_off_width_high & 0x3) << 4; psb_intel_sdvo_get_mode_from_dtd()
H A Dcdv_intel_display.c967 mode->vsync_end = ((vsync & 0xffff0000) >> 16) + 1; cdv_intel_crtc_mode_get()
H A Dmdfld_intel_display.c720 adjusted_mode->vsync_end); mdfld_crtc_mode_set()
/linux-4.4.14/drivers/media/platform/xilinx/
H A Dxilinx-vtc.h31 unsigned int vsync_end; member in struct:xvtc_config
H A Dxilinx-vtc.c216 (config->vsync_end << XVTC_F0_VSYNC_VEND_SHIFT) | xvtc_generator_start()
H A Dxilinx-tpg.c207 config.vsync_end = vtotal - 1; xtpg_s_stream()
/linux-4.4.14/drivers/gpu/drm/omapdrm/
H A Domap_connector.c58 mode->vsync_end = mode->vsync_start + timings->vsw; copy_timings_omap_to_drm()
59 mode->vtotal = mode->vsync_end + timings->vbp; copy_timings_omap_to_drm()
89 timings->vsw = mode->vsync_end - mode->vsync_start; copy_timings_drm_to_omap()
90 timings->vbp = mode->vtotal - mode->vsync_end; copy_timings_drm_to_omap()
250 mode->vsync_end, mode->vtotal, mode->type, mode->flags); omap_connector_mode_valid()
H A Domap_crtc.c385 mode->vdisplay, mode->vsync_start, mode->vsync_end, mode->vtotal, omap_crtc_mode_set_nofb()
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_modes.c58 mode->vsync_end, mode->vtotal, mode->type, mode->flags); drm_mode_debug_printmodeline()
290 drm_mode->vsync_end = drm_mode->vsync_start + vsync; drm_cvt_mode()
322 drm_mode->vsync_end = drm_mode->vsync_start + vsync; drm_cvt_mode()
514 drm_mode->vsync_end = drm_mode->vsync_start + V_SYNC_RQD; drm_gtf_mode_complex()
594 dmode->vsync_end = dmode->vsync_start + vm->vsync_len; drm_display_mode_from_videomode()
595 dmode->vtotal = dmode->vsync_end + vm->vback_porch; drm_display_mode_from_videomode()
635 vm->vsync_len = dmode->vsync_end - dmode->vsync_start; drm_display_mode_to_videomode()
636 vm->vback_porch = dmode->vtotal - dmode->vsync_end; drm_display_mode_to_videomode()
798 p->crtc_vsync_end = p->vsync_end; drm_mode_set_crtcinfo()
949 mode1->vsync_end == mode2->vsync_end && drm_mode_equal_no_clocks_no_stereo()
984 mode->vsync_end < mode->vsync_start || drm_mode_validate_basic()
985 mode->vtotal < mode->vsync_end) drm_mode_validate_basic()
1423 in->vsync_start > USHRT_MAX || in->vsync_end > USHRT_MAX || drm_mode_convert_to_umode()
1435 out->vsync_end = in->vsync_end; drm_mode_convert_to_umode()
1477 out->vsync_end = in->vsync_end; drm_mode_convert_umode()
H A Ddrm_edid.c1848 mode->vsync_end *= 2; drm_mode_do_interlace_quirk()
1926 mode->vsync_end = mode->vsync_start + vsync_pulse_width; drm_mode_detailed()
1932 if (mode->vsync_end > mode->vtotal) drm_mode_detailed()
1933 mode->vtotal = mode->vsync_end + 1; drm_mode_detailed()
/linux-4.4.14/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_crtc.c99 vbp = mode->vtotal - mode->vsync_end; fsl_dcu_drm_crtc_mode_set_nofb()
101 vsw = mode->vsync_end - mode->vsync_start; fsl_dcu_drm_crtc_mode_set_nofb()
/linux-4.4.14/drivers/gpu/drm/sti/
H A Dsti_vtg.c171 tmp = (mode->vsync_end - mode->vsync_start + 1) << 16; vtg_set_mode()
185 tmp = (mode->vsync_end - mode->vsync_start + 1) << 16; vtg_set_mode()
197 tmp = (mode->vsync_end - mode->vsync_start) << 16; vtg_set_mode()
211 tmp = (mode->vsync_end - mode->vsync_start + 1) << 16; vtg_set_mode()
H A Dsti_crtc.c82 mode->vsync_start, mode->vsync_end, sti_crtc_mode_set()
/linux-4.4.14/drivers/gpu/drm/msm/edp/
H A Dedp_bridge.c69 mode->vsync_end, mode->vtotal, edp_bridge_mode_set()
H A Dedp_ctrl.c1308 mode->vsync_end - mode->vsync_start); msm_edp_ctrl_timing_cfg()
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/
H A Dmdp4_dtv_encoder.c122 mode->vsync_end, mode->vtotal, mdp4_dtv_encoder_mode_set()
142 vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal; mdp4_dtv_encoder_mode_set()
H A Dmdp4_lcdc_encoder.c288 mode->vsync_end, mode->vtotal, mdp4_lcdc_encoder_mode_set()
308 vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal; mdp4_lcdc_encoder_mode_set()
H A Dmdp4_crtc.c265 mode->vsync_end, mode->vtotal, mdp4_crtc_mode_set_nofb()
/linux-4.4.14/include/drm/
H A Ddrm_modes.h87 .vsync_start = (vss), .vsync_end = (vse), .vtotal = (vt), \
118 int vsync_end; member in struct:drm_display_mode
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_encoders.c157 unsigned vsync_width = native_mode->vsync_end - native_mode->vsync_start; amdgpu_panel_mode_fixup()
171 adjusted_mode->vsync_end = adjusted_mode->vsync_start + vsync_width; amdgpu_panel_mode_fixup()
H A Datombios_encoders.c1948 lvds->native_mode.vsync_end = lvds->native_mode.vsync_start + amdgpu_atombios_encoder_get_lcd_info()
/linux-4.4.14/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c1051 u32 vsync_start, vsync_end, vblank_start, vblank_end, vtotal, vactive; intelfbhw_mode_to_hw() local
1191 vsync_end = vsync_start + var->vsync_len; intelfbhw_mode_to_hw()
1192 vtotal = vsync_end + var->upper_margin; intelfbhw_mode_to_hw()
1194 vblank_end = vsync_end + 1; intelfbhw_mode_to_hw()
1197 vactive, vsync_start, vsync_end, vtotal, vblank_start, intelfbhw_mode_to_hw()
1226 vsync_end--; intelfbhw_mode_to_hw()
1227 if (check_overflow(vsync_end, VSYNCEND_MASK, "CRTC vsync_end")) intelfbhw_mode_to_hw()
1247 *vs = (vsync_start << VSYNCSTART_SHIFT) | (vsync_end << VSYNCEND_SHIFT); intelfbhw_mode_to_hw()
/linux-4.4.14/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c305 vbp = mode->vtotal - mode->vsync_end; tilcdc_crtc_mode_set()
307 vsw = mode->vsync_end - mode->vsync_start; tilcdc_crtc_mode_set()
494 vbp = mode->vtotal - mode->vsync_end; tilcdc_crtc_mode_valid()
496 vsw = mode->vsync_end - mode->vsync_start; tilcdc_crtc_mode_valid()
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dradeon_encoders.c331 unsigned vsync_width = native_mode->vsync_end - native_mode->vsync_start; radeon_panel_mode_fixup()
347 adjusted_mode->vsync_end = adjusted_mode->vsync_start + vsync_width; radeon_panel_mode_fixup()
H A Dradeon_combios.c1274 lvds->native_mode.vsync_end = lvds->native_mode.vsync_start + radeon_combios_get_lvds_info()
H A Dradeon_atombios.c1665 lvds->native_mode.vsync_end = lvds->native_mode.vsync_start + radeon_atombios_get_lvds_info()
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
H A Dmdp5_encoder.c145 mode->vsync_end, mode->vtotal, mdp5_encoder_mode_set()
187 vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal; mdp5_encoder_mode_set()
H A Dmdp5_cmd_encoder.c212 mode->vsync_end, mode->vtotal, mdp5_cmd_encoder_mode_set()
H A Dmdp5_crtc.c315 mode->vsync_end, mode->vtotal, mdp5_crtc_mode_set_nofb()
/linux-4.4.14/drivers/gpu/drm/shmobile/
H A Dshmob_drm_crtc.c125 value = ((mode->vsync_end - mode->vsync_start) << 16) /* VSYNW */ shmob_drm_crtc_setup_geometry()
665 mode->vsync_end = sdev->pdata->panel.mode.vsync_end; shmob_drm_connector_get_modes()
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvnv17.c281 mode->vsync_end = output_mode->vsync_end; nv17_tv_get_hd_modes()
545 regs->fp_vert_regs[FP_SYNC_END] = output_mode->vsync_end - 1; nv17_tv_mode_set()
H A Ddfp.c316 regp->fp_vert_regs[FP_SYNC_END] = output_mode->vsync_end - 1; nv04_dfp_mode_set()
/linux-4.4.14/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.c289 u32 verta = (VC4_SET_FIELD(mode->vsync_end - mode->vsync_start, vc4_hdmi_encoder_mode_set()
295 VC4_SET_FIELD(mode->vtotal - mode->vsync_end, vc4_hdmi_encoder_mode_set()
H A Dvc4_regs.h437 /* Vertical sync pulse (vsync_end - vsync_start). */
452 /* Vertical pack porch (vtotal - vsync_end). */
H A Dvc4_crtc.c216 VC4_SET_FIELD(mode->vtotal - mode->vsync_end - 1, vc4_crtc_mode_set_nofb()
218 VC4_SET_FIELD(mode->vsync_end - mode->vsync_start, vc4_crtc_mode_set_nofb()
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.c350 int vback_porch = mode->vtotal - mode->vsync_end; atmel_hlcdc_dc_mode_valid()
351 int vsync_len = mode->vsync_end - mode->vsync_start; atmel_hlcdc_dc_mode_valid()
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_dsi_pll.c98 vsync = mode->vsync_end - mode->vsync_start; dsi_rr_formula()
99 vbp = mode->vtotal - mode->vsync_end; dsi_rr_formula()
H A Dintel_tv.c1163 .vsync_end = 1034,
1433 mode_ptr->vsync_end = vactive_s + 32; intel_tv_get_modes()
1434 if (mode_ptr->vsync_end <= mode_ptr->vsync_start) intel_tv_get_modes()
1435 mode_ptr->vsync_end = mode_ptr->vsync_start + 1; intel_tv_get_modes()
H A Dintel_bios.c103 panel_fixed_mode->vsync_end = panel_fixed_mode->vsync_start + fill_detail_timing_data()
123 if (panel_fixed_mode->vsync_end > panel_fixed_mode->vtotal) fill_detail_timing_data()
124 panel_fixed_mode->vtotal = panel_fixed_mode->vsync_end + 1; fill_detail_timing_data()
H A Dintel_panel.c83 scan->vsync_end == fixed_mode->vsync_end && intel_find_panel_downclock()
H A Dintel_sdvo.c834 v_sync_len = mode->vsync_end - mode->vsync_start; intel_sdvo_get_dtd_from_mode()
891 mode.vsync_end = mode.vsync_start + intel_sdvo_get_mode_from_dtd()
893 mode.vsync_end += (dtd->part2.sync_off_width_high & 0x3) << 4; intel_sdvo_get_mode_from_dtd()
H A Di915_debugfs.c2796 mode->vsync_end, mode->vtotal, intel_seq_print_mode()
H A Di915_irq.c613 * vsync_end = vblank_start + 2
H A Dintel_display.c7817 mode->vsync_end = pipe_config->base.adjusted_mode.crtc_vsync_end; intel_mode_from_pipe_config()
10711 mode->vsync_end = ((vsync & 0xffff0000) >> 16) + 1; intel_crtc_mode_get()
/linux-4.4.14/drivers/video/console/
H A Dvgacon.c760 u8 scanlines_lo = 0, r7 = 0, vsync_end = 0, mode, max_scan; vgacon_doresize() local
792 vsync_end = inb_p(vga_video_port_val); vgacon_doresize()
794 outb_p(vsync_end & ~0x80, vga_video_port_val); vgacon_doresize()
810 outb_p(vsync_end, vga_video_port_val); vgacon_doresize()
/linux-4.4.14/drivers/video/fbdev/
H A Dgbefb.c532 timing->vsync_end = timing->vsync_start + var->vsync_len; compute_gbe_timing()
561 SET_GBE_FIELD(VT_VSYNC, VSYNC_OFF, val, timing->vsync_end); gbe_set_timing_info()
994 var->upper_margin = timing.vtotal - timing.vsync_end; gbefb_check_var()
997 var->vsync_len = timing.vsync_end - timing.vsync_start; gbefb_check_var()
H A Dneofb.c261 int vsync_end = vsync_start + var->vsync_len; vgaHWInit() local
262 int vtotal = vsync_end + var->upper_margin; vgaHWInit()
312 par->CRTC[17] = (vsync_end & 0x0F) | 0x20; vgaHWInit()
/linux-4.4.14/include/video/
H A Dgbe.h302 short vsync_end; /* Vertical sync end */ member in struct:gbe_timing_info
/linux-4.4.14/drivers/gpu/drm/exynos/
H A Dexynos_hdmi.c1325 val = ((m->vsync_end - m->vdisplay) / 2); hdmi_v13_mode_apply()
1334 ((m->vsync_end - m->vsync_start) * 4) + 5) / 2; hdmi_v13_mode_apply()
1361 val = (m->vsync_end - m->vdisplay); hdmi_v13_mode_apply()
1411 (m->vsync_end - m->vdisplay) / 2); hdmi_v14_mode_apply()
1444 m->vsync_end - m->vdisplay); hdmi_v14_mode_apply()
H A Dexynos_drm_dsi.c1680 vm->vback_porch = m->vtotal - m->vsync_end; exynos_dsi_mode_set()
1681 vm->vsync_len = m->vsync_end - m->vsync_start; exynos_dsi_mode_set()
/linux-4.4.14/drivers/video/fbdev/vermilion/
H A Dvermilion.c782 u32 vtotal, vactive, vblank_start, vblank_end, vsync_start, vsync_end; vmlfb_set_par_locked() local
807 vsync_end = vsync_start + var->vsync_len; vmlfb_set_par_locked()
852 ((vsync_end - 1) << 16) | (vsync_start - 1)); vmlfb_set_par_locked()
/linux-4.4.14/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c946 mode->vsync_end - mode->vsync_start; tda998x_encoder_mode_set()
957 (mode->vsync_end - mode->vsync_start)/2; tda998x_encoder_mode_set()
963 (mode->vsync_end - mode->vsync_start)/2; tda998x_encoder_mode_set()
H A Dch7006_mode.c119 .vsync_end = vd + 26, \
/linux-4.4.14/include/uapi/drm/
H A Ddrm_mode.h115 __u16 vsync_end; member in struct:drm_mode_modeinfo
/linux-4.4.14/drivers/gpu/drm/tegra/
H A Dsor.c1540 vse = mode->vsync_end - mode->vsync_start - 1; tegra_sor_edp_enable()
2096 vse = mode->vsync_end - mode->vsync_start - 1; tegra_sor_hdmi_enable()
2103 vbe = vse + (mode->vtotal - mode->vsync_end); tegra_sor_hdmi_enable()
H A Ddc.c1076 value = ((mode->vsync_end - mode->vsync_start) << 16) | tegra_dc_set_timings()
1080 value = ((mode->vtotal - mode->vsync_end) << 16) | tegra_dc_set_timings()
/linux-4.4.14/drivers/gpu/drm/msm/dsi/
H A Ddsi_manager.c498 mode->vsync_end, mode->vtotal, dsi_mgr_bridge_mode_set()
H A Ddsi_host.c717 u32 vs_end = mode->vsync_end - mode->vsync_start; dsi_timing_setup()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c1519 mode->vsync_end = mode->vsync_start + 50; vmw_guess_mode_timing()
1520 mode->vtotal = mode->vsync_end + 50; vmw_guess_mode_timing()
/linux-4.4.14/drivers/gpu/drm/nouveau/
H A Dnv50_display.c1154 vsynce = ((mode->vsync_end - mode->vsync_start) * vscan / ilace) - 1; nv50_crtc_mode_set()
1155 vbackp = (mode->vtotal - mode->vsync_end) * vscan / ilace; nv50_crtc_mode_set()
H A Dnouveau_bios.c478 mode->vsync_end = ROM16(mode_entry[33]) + 1; nouveau_bios_fp_mode()
/linux-4.4.14/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c1021 vsyncend = mode->vsync_end - 1; mga_crtc_mode_set()
/linux-4.4.14/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c1176 u16 vsync_len = adjusted_mode->vsync_end - adjusted_mode->vsync_start; vop_crtc_mode_set()
/linux-4.4.14/drivers/gpu/drm/bridge/
H A Ddw_hdmi.c1049 vsync_len = mode->vsync_end - mode->vsync_start; hdmi_av_composer()

Completed in 1005 milliseconds