| /linux-4.1.27/drivers/gpu/drm/panel/ | 
| D | panel-simple.c | 379 	.vsync_start = 480 + 2, 404 	.vsync_start = 600 + 16, 427 	.vsync_start = 800 + 4, 450 	.vsync_start = 768 + 14, 474 	.vsync_start = 768 + 10, 497 	.vsync_start = 768 + 3, 520 	.vsync_start = 1080 + 25, 548 	.vsync_start = 600 + 17, 576 	.vsync_start = 768 + 4, 599 	.vsync_start = 768 + 16, [all …] 
 | 
| D | panel-sharp-lq101r1sx01.c | 283 	.vsync_start = 1600 + 4,
  | 
| /linux-4.1.27/drivers/gpu/drm/gma500/ | 
| D | mdfld_tpo_vid.c | 52 		mode->vsync_start =  in tpo_vid_get_config_mode() 56 			mode->vsync_start + ((ti->vsync_pulse_width_hi << 8) |  in tpo_vid_get_config_mode() 67 		dev_dbg(dev->dev, "VSS is %d\n", mode->vsync_start);  in tpo_vid_get_config_mode() 77 		mode->vsync_start = 487;  in tpo_vid_get_config_mode()
  | 
| D | mdfld_tmd_vid.c | 55 		mode->vsync_start = \  in tmd_vid_get_config_mode() 59 			mode->vsync_start + ((ti->vsync_pulse_width_hi << 8) | \  in tmd_vid_get_config_mode() 70 		dev_dbg(dev->dev, "VSS is %d\n", mode->vsync_start);  in tmd_vid_get_config_mode() 80 		mode->vsync_start = 861;  in tmd_vid_get_config_mode()
  | 
| D | oaktrail_lvds.c | 248 		mode->vsync_start = \  in oaktrail_lvds_get_configuration_mode() 252 			mode->vsync_start + ((ti->vsync_pulse_width_hi << 4) | \  in oaktrail_lvds_get_configuration_mode() 263 		printk(KERN_INFO "VSS is %d\n", mode->vsync_start);  in oaktrail_lvds_get_configuration_mode()
  | 
| D | mdfld_dsi_dpi.c | 440 	pclk_vfp = mode->vsync_start - mode->vdisplay;  in mdfld_dsi_dpi_timing_calculation() 441 	pclk_vsync = mode->vsync_end - mode->vsync_start;  in mdfld_dsi_dpi_timing_calculation() 701 		adjusted_mode->vsync_start = fixed_mode->vsync_start;  in mdfld_dsi_dpi_mode_fixup() 805 		((mode->vsync_end - 1) << 16) | (mode->vsync_start - 1));  in mdfld_set_pipe_timing()
  | 
| D | intel_bios.c | 173 	panel_fixed_mode->vsync_start = panel_fixed_mode->vdisplay +  in fill_detail_timing_data() 175 	panel_fixed_mode->vsync_end = panel_fixed_mode->vsync_start +  in fill_detail_timing_data()
  | 
| D | cdv_intel_lvds.c | 305 		adjusted_mode->vsync_start = panel_fixed_mode->vsync_start;  in cdv_intel_lvds_mode_fixup()
  | 
| D | tc35876x-dsi-lvds.c | 593 	mode->vsync_start = 814;  in tc35876x_get_config_mode() 603 	dev_info(&dev->pdev->dev, "VSS = %d\n", mode->vsync_start);  in tc35876x_get_config_mode()
  | 
| D | psb_intel_lvds.c | 421 		adjusted_mode->vsync_start = panel_fixed_mode->vsync_start;  in psb_intel_lvds_mode_fixup()
  | 
| D | psb_intel_sdvo.c | 784 	mode->vsync_start = mode->vdisplay;  in psb_intel_sdvo_get_mode_from_dtd() 785 	mode->vsync_start += (dtd->part2.v_sync_off_width >> 4) & 0xf;  in psb_intel_sdvo_get_mode_from_dtd() 786 	mode->vsync_start += (dtd->part2.sync_off_width_high & 0x0c) << 2;  in psb_intel_sdvo_get_mode_from_dtd() 787 	mode->vsync_start += dtd->part2.v_sync_off_high & 0xc0;  in psb_intel_sdvo_get_mode_from_dtd() 788 	mode->vsync_end = mode->vsync_start +  in psb_intel_sdvo_get_mode_from_dtd()
  | 
| D | psb_intel_display.c | 422 	mode->vsync_start = (vsync & 0xffff) + 1;  in psb_intel_crtc_mode_get()
  | 
| D | cdv_intel_dp.c | 885 	adjusted_mode->vsync_start = fixed_mode->vsync_start;  in cdv_intel_fixed_panel_mode()
  | 
| D | mdfld_intel_display.c | 718 		 adjusted_mode->vsync_start);  in mdfld_crtc_mode_set()
  | 
| D | cdv_intel_display.c | 966 	mode->vsync_start = (vsync & 0xffff) + 1;  in cdv_intel_crtc_mode_get()
  | 
| /linux-4.1.27/drivers/gpu/drm/sti/ | 
| D | sti_vtg.c | 135 	tmp = (mode->vtotal - mode->vsync_start + 1) << 16;  in vtg_set_mode() 140 	tmp = (mode->vdisplay + mode->vtotal - mode->vsync_start + 1) << 16;  in vtg_set_mode() 150 	tmp = (mode->vsync_end - mode->vsync_start + 1) << 16;  in vtg_set_mode() 161 	tmp = (mode->vsync_end - mode->vsync_start + 1) << 16;  in vtg_set_mode() 173 	tmp = (mode->vsync_end - mode->vsync_start) << 16;  in vtg_set_mode() 187 	tmp = (mode->vsync_end - mode->vsync_start + 1) << 16;  in vtg_set_mode() 236 	u32 start_line = mode.vtotal - mode.vsync_start + 1;  in sti_vtg_get_line_number()
  | 
| D | sti_dvo.c | 120 	timing.blanking_lines = mode->vsync_start - mode->vdisplay;  in dvo_awg_generate_code() 121 	timing.trailing_lines = mode->vtotal - mode->vsync_start;  in dvo_awg_generate_code()
  | 
| D | sti_drm_crtc.c | 101 		      mode->vsync_start, mode->vsync_end,  in sti_drm_crtc_mode_set()
  | 
| /linux-4.1.27/drivers/gpu/drm/ | 
| D | drm_modes.c | 57 		mode->vdisplay, mode->vsync_start,  in drm_mode_debug_printmodeline() 289 		drm_mode->vsync_start = drm_mode->vdisplay + CVT_MIN_V_PORCH;  in drm_cvt_mode() 290 		drm_mode->vsync_end = drm_mode->vsync_start + vsync;  in drm_cvt_mode() 321 		drm_mode->vsync_start = drm_mode->vdisplay + CVT_RB_VFPORCH;  in drm_cvt_mode() 322 		drm_mode->vsync_end = drm_mode->vsync_start + vsync;  in drm_cvt_mode() 513 	drm_mode->vsync_start = vdisplay_rnd + vodd_front_porch_lines;  in drm_gtf_mode_complex() 514 	drm_mode->vsync_end = drm_mode->vsync_start + V_SYNC_RQD;  in drm_gtf_mode_complex() 593 	dmode->vsync_start = dmode->vdisplay + vm->vfront_porch;  in drm_display_mode_from_videomode() 594 	dmode->vsync_end = dmode->vsync_start + vm->vsync_len;  in drm_display_mode_from_videomode() 634 	vm->vfront_porch = dmode->vsync_start - dmode->vdisplay;  in drm_display_mode_to_videomode() [all …] 
 | 
| D | drm_edid.c | 1454 	       (mode->vsync_start - mode->vdisplay == 3);  in mode_is_rb() 1795 			mode->vsync_start *= 2;  in drm_mode_do_interlace_quirk() 1873 	mode->vsync_start = mode->vdisplay + vsync_offset;  in drm_mode_detailed() 1874 	mode->vsync_end = mode->vsync_start + vsync_pulse_width;  in drm_mode_detailed()
  | 
| D | drm_crtc.c | 1727 	     in->vsync_start > USHRT_MAX || in->vsync_end > USHRT_MAX ||  in drm_crtc_convert_to_umode() 1738 	out->vsync_start = in->vsync_start;  in drm_crtc_convert_to_umode() 1776 	out->vsync_start = in->vsync_start;  in drm_crtc_convert_umode()
  | 
| /linux-4.1.27/drivers/gpu/drm/omapdrm/ | 
| D | omap_connector.c | 56 	mode->vsync_start = mode->vdisplay + timings->vfp;  in copy_timings_omap_to_drm() 57 	mode->vsync_end = mode->vsync_start + timings->vsw;  in copy_timings_omap_to_drm() 87 	timings->vfp = mode->vsync_start - mode->vdisplay;  in copy_timings_drm_to_omap() 88 	timings->vsw = mode->vsync_end - mode->vsync_start;  in copy_timings_drm_to_omap() 248 			mode->vdisplay, mode->vsync_start,  in omap_connector_mode_valid()
  | 
| D | omap_crtc.c | 507 			mode->vdisplay, mode->vsync_start,  in omap_crtc_mode_set()
  | 
| /linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp4/ | 
| D | mdp4_dtv_encoder.c | 121 			mode->vdisplay, mode->vsync_start,  in mdp4_dtv_encoder_mode_set() 142 	vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal;  in mdp4_dtv_encoder_mode_set() 143 	display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + dtv_hsync_skew;  in mdp4_dtv_encoder_mode_set() 144 …display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + dtv_hsync_s…  in mdp4_dtv_encoder_mode_set()
  | 
| D | mdp4_lcdc_encoder.c | 287 			mode->vdisplay, mode->vsync_start,  in mdp4_lcdc_encoder_mode_set() 308 	vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal;  in mdp4_lcdc_encoder_mode_set() 309 	display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + lcdc_hsync_skew;  in mdp4_lcdc_encoder_mode_set() 310 …display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + lcdc_hsync_…  in mdp4_lcdc_encoder_mode_set()
  | 
| D | mdp4_crtc.c | 257 			mode->vdisplay, mode->vsync_start,  in mdp4_crtc_mode_set_nofb()
  | 
| /linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/ | 
| D | mdp5_encoder.c | 142 			mode->vdisplay, mode->vsync_start,  in mdp5_encoder_mode_set() 181 	vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal;  in mdp5_encoder_mode_set() 182 	display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + dtv_hsync_skew;  in mdp5_encoder_mode_set() 183 …display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + dtv_hsync_s…  in mdp5_encoder_mode_set()
  | 
| D | mdp5_cmd_encoder.c | 209 			mode->vdisplay, mode->vsync_start,  in mdp5_cmd_encoder_mode_set()
  | 
| D | mdp5_crtc.c | 256 			mode->vdisplay, mode->vsync_start,  in mdp5_crtc_mode_set_nofb()
  | 
| /linux-4.1.27/drivers/gpu/drm/radeon/ | 
| D | radeon_encoders.c | 329 	unsigned vover = native_mode->vsync_start - native_mode->vdisplay;  in radeon_panel_mode_fixup() 331 	unsigned vsync_width = native_mode->vsync_end - native_mode->vsync_start;  in radeon_panel_mode_fixup() 346 	adjusted_mode->vsync_start = native_mode->vdisplay + vover;  in radeon_panel_mode_fixup() 347 	adjusted_mode->vsync_end = adjusted_mode->vsync_start + vsync_width;  in radeon_panel_mode_fixup()
  | 
| D | radeon_combios.c | 1272 				lvds->native_mode.vsync_start = lvds->native_mode.vdisplay +  in radeon_combios_get_lvds_info() 1274 				lvds->native_mode.vsync_end = lvds->native_mode.vsync_start +  in radeon_combios_get_lvds_info()
  | 
| D | radeon_atombios.c | 1663 		lvds->native_mode.vsync_start = lvds->native_mode.vdisplay +  in radeon_atombios_get_lvds_info() 1665 		lvds->native_mode.vsync_end = lvds->native_mode.vsync_start +  in radeon_atombios_get_lvds_info()
  | 
| /linux-4.1.27/drivers/media/platform/xilinx/ | 
| D | xilinx-vtc.h | 30 	unsigned int vsync_start;  member
  | 
| D | xilinx-vtc.c | 217 		       (config->vsync_start << XVTC_F0_VSYNC_VSTART_SHIFT));  in xvtc_generator_start()
  | 
| D | xilinx-tpg.c | 195 			.vsync_start = height + 1,  in xtpg_s_stream()
  | 
| /linux-4.1.27/include/drm/ | 
| D | drm_modes.h | 87 	.vsync_start = (vss), .vsync_end = (vse), .vtotal = (vt), \ 117 	int vsync_start;  member
  | 
| /linux-4.1.27/drivers/gpu/drm/msm/hdmi/ | 
| D | hdmi_bridge.c | 150 	vstart = mode->vtotal - mode->vsync_start - 1;  in hdmi_bridge_mode_set() 151 	vend   = mode->vtotal - mode->vsync_start + mode->vdisplay - 1;  in hdmi_bridge_mode_set()
  | 
| /linux-4.1.27/drivers/video/fbdev/ | 
| D | neofb.c | 265 	int vsync_start = var->yres + var->lower_margin;  in vgaHWInit()  local 266 	int vsync_end = vsync_start + var->vsync_len;  in vgaHWInit() 299 	    | ((vsync_start & 0x100) >> 6)  in vgaHWInit() 303 	    | ((vsync_start & 0x200) >> 2);  in vgaHWInit() 316 	par->CRTC[16] = vsync_start & 0xFF;  in vgaHWInit() 733 	int vsync_start, vtotal;  in neofb_set_par()  local 741 	vsync_start = info->var.yres + info->var.lower_margin;  in neofb_set_par() 742 	vtotal = vsync_start + info->var.vsync_len + info->var.upper_margin;  in neofb_set_par() 790 	    | (((vsync_start) & 0x400) >> 8)  in neofb_set_par() 791 	    | (((vsync_start) & 0x400) >> 7);  in neofb_set_par()
  | 
| D | gbefb.c | 533 		timing->vsync_start = var->yres + var->lower_margin + 1;  in compute_gbe_timing() 534 		timing->vsync_end = timing->vsync_start + var->vsync_len;  in compute_gbe_timing() 562 	SET_GBE_FIELD(VT_VSYNC, VSYNC_ON, val, timing->vsync_start);  in gbe_set_timing_info() 997 	var->lower_margin = timing.vsync_start - timing.height;  in gbefb_check_var() 999 	var->vsync_len = timing.vsync_end - timing.vsync_start;  in gbefb_check_var()
  | 
| /linux-4.1.27/drivers/gpu/drm/tilcdc/ | 
| D | tilcdc_crtc.c | 280 	vfp = mode->vsync_start - mode->vdisplay;  in tilcdc_crtc_mode_set() 281 	vsw = mode->vsync_end - mode->vsync_start;  in tilcdc_crtc_mode_set() 469 	vfp = mode->vsync_start - mode->vdisplay;  in tilcdc_crtc_mode_valid() 470 	vsw = mode->vsync_end - mode->vsync_start;  in tilcdc_crtc_mode_valid()
  | 
| /linux-4.1.27/drivers/gpu/drm/i915/ | 
| D | intel_dsi_pll.c | 88 	vfp = mode->vsync_start - mode->vdisplay;  in dsi_rr_formula() 89 	vsync = mode->vsync_end - mode->vsync_start;  in dsi_rr_formula()
  | 
| D | intel_tv.c | 1162 		.vsync_start = 1027, 1432 		mode_ptr->vsync_start = vactive_s + 1;  in intel_tv_get_modes() 1434 		if (mode_ptr->vsync_end <= mode_ptr->vsync_start)  in intel_tv_get_modes() 1435 			mode_ptr->vsync_end = mode_ptr->vsync_start  + 1;  in intel_tv_get_modes()
  | 
| D | intel_sdvo.c | 821 	v_sync_len = mode->vsync_end - mode->vsync_start;  in intel_sdvo_get_dtd_from_mode() 824 	v_sync_offset = mode->vsync_start - mode->vdisplay;  in intel_sdvo_get_dtd_from_mode() 874 	mode.vsync_start = mode.vdisplay;  in intel_sdvo_get_mode_from_dtd() 875 	mode.vsync_start += (dtd->part2.v_sync_off_width >> 4) & 0xf;  in intel_sdvo_get_mode_from_dtd() 876 	mode.vsync_start += (dtd->part2.sync_off_width_high & 0x0c) << 2;  in intel_sdvo_get_mode_from_dtd() 877 	mode.vsync_start += dtd->part2.v_sync_off_high & 0xc0;  in intel_sdvo_get_mode_from_dtd() 878 	mode.vsync_end = mode.vsync_start +  in intel_sdvo_get_mode_from_dtd()
  | 
| D | intel_crt.c | 604 			uint32_t vsync_start = (vsync & 0xffff) + 1;  in intel_crt_load_detect()  local 606 			vblank_start = vsync_start;  in intel_crt_load_detect()
  | 
| D | intel_dsi.c | 716 	vfp = mode->vsync_start - mode->vdisplay;  in set_dsi_timings() 717 	vsync = mode->vsync_end - mode->vsync_start;  in set_dsi_timings()
  | 
| D | intel_dvo.c | 282 		C(vsync_start);  in intel_dvo_compute_config()
  | 
| D | intel_bios.c | 100 	panel_fixed_mode->vsync_start = panel_fixed_mode->vdisplay +  in fill_detail_timing_data() 102 	panel_fixed_mode->vsync_end = panel_fixed_mode->vsync_start +  in fill_detail_timing_data()
  | 
| D | intel_panel.c | 79 		    scan->vsync_start == fixed_mode->vsync_start &&  in intel_find_panel_downclock()
  | 
| D | i915_debugfs.c | 2508 		   mode->vdisplay, mode->vsync_start,  in intel_seq_print_mode()
  | 
| D | intel_display.c | 6709 	mode->vsync_start = pipe_config->base.adjusted_mode.crtc_vsync_start;  in intel_mode_from_pipe_config() 9386 	mode->vsync_start = (vsync & 0xffff) + 1;  in intel_crtc_mode_get()
  | 
| /linux-4.1.27/drivers/gpu/drm/shmobile/ | 
| D | shmob_drm_crtc.c | 125 	value = ((mode->vsync_end - mode->vsync_start) << 16)	/* VSYNW */  in shmob_drm_crtc_setup_geometry() 126 	      | mode->vsync_start;				/* VSYNP */  in shmob_drm_crtc_setup_geometry() 664 	mode->vsync_start = sdev->pdata->panel.mode.vsync_start;  in shmob_drm_connector_get_modes()
  | 
| /linux-4.1.27/drivers/gpu/drm/msm/edp/ | 
| D | edp_bridge.c | 68 			mode->vdisplay, mode->vsync_start,  in edp_bridge_mode_set()
  | 
| D | edp_ctrl.c | 1315 	vstart_from_sync = mode->vtotal - mode->vsync_start;  in msm_edp_ctrl_timing_cfg() 1322 			mode->vsync_end - mode->vsync_start);  in msm_edp_ctrl_timing_cfg()
  | 
| /linux-4.1.27/drivers/gpu/drm/i2c/ | 
| D | tda998x_drv.c | 888 		ref_line     = 1 + mode->vsync_start - mode->vdisplay;  in tda998x_encoder_mode_set() 892 		vs1_line_s   = mode->vsync_start - mode->vdisplay;  in tda998x_encoder_mode_set() 894 			       mode->vsync_end - mode->vsync_start;  in tda998x_encoder_mode_set() 899 		ref_line     = 1 + (mode->vsync_start - mode->vdisplay)/2;  in tda998x_encoder_mode_set() 903 		vs1_line_s   = (mode->vsync_start - mode->vdisplay)/2;  in tda998x_encoder_mode_set() 905 			       (mode->vsync_end - mode->vsync_start)/2;  in tda998x_encoder_mode_set() 911 			       (mode->vsync_end - mode->vsync_start)/2;  in tda998x_encoder_mode_set()
  | 
| D | ch7006_mode.c | 118 			.vsync_start = vd + 10,				\
  | 
| /linux-4.1.27/drivers/video/fbdev/vermilion/ | 
| D | vermilion.c | 782 	u32 vtotal, vactive, vblank_start, vblank_end, vsync_start, vsync_end;  in vmlfb_set_par_locked()  local 806 	vsync_start = vactive + var->lower_margin;  in vmlfb_set_par_locked() 807 	vsync_end = vsync_start + var->vsync_len;  in vmlfb_set_par_locked() 852 		    ((vsync_end - 1) << 16) | (vsync_start - 1));  in vmlfb_set_par_locked()
  | 
| /linux-4.1.27/drivers/gpu/drm/atmel-hlcdc/ | 
| D | atmel_hlcdc_dc.c | 146 	int vfront_porch = mode->vsync_start - mode->vdisplay;  in atmel_hlcdc_dc_mode_valid() 148 	int vsync_len = mode->vsync_end - mode->vsync_start;  in atmel_hlcdc_dc_mode_valid()
  | 
| /linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/ | 
| D | tvnv17.c | 288 			mode->vsync_start = output_mode->vsync_start;  in nv17_tv_get_hd_modes() 552 						output_mode->vsync_start - 1;  in nv17_tv_mode_set()
  | 
| D | dfp.c | 315 	regp->fp_vert_regs[FP_SYNC_START] = output_mode->vsync_start - 1;  in nv04_dfp_mode_set()
  | 
| /linux-4.1.27/drivers/video/fbdev/intelfb/ | 
| D | intelfbhw.c | 1051 	u32 vsync_start, vsync_end, vblank_start, vblank_end, vtotal, vactive;  in intelfbhw_mode_to_hw()  local 1190 	vsync_start = vactive + var->lower_margin;  in intelfbhw_mode_to_hw() 1191 	vsync_end = vsync_start + var->vsync_len;  in intelfbhw_mode_to_hw() 1197 		vactive, vsync_start, vsync_end, vtotal, vblank_start,  in intelfbhw_mode_to_hw() 1223 	vsync_start--;  in intelfbhw_mode_to_hw() 1224 	if (check_overflow(vsync_start, VSYNCSTART_MASK, "CRTC vsync_start"))  in intelfbhw_mode_to_hw() 1247 	*vs = (vsync_start << VSYNCSTART_SHIFT) | (vsync_end << VSYNCEND_SHIFT);  in intelfbhw_mode_to_hw()
  | 
| /linux-4.1.27/include/video/ | 
| D | gbe.h | 301 	short vsync_start;	/* Vertical sync start */  member
  | 
| /linux-4.1.27/include/uapi/drm/ | 
| D | drm_mode.h | 109 	__u16 vdisplay, vsync_start, vsync_end, vtotal, vscan;  member
  | 
| /linux-4.1.27/drivers/gpu/drm/rockchip/ | 
| D | rockchip_drm_vop.c | 641 	dsp_sty = crtc_y + crtc->mode.vtotal - crtc->mode.vsync_start;  in vop_update_plane_event() 900 	u16 vsync_len = adjusted_mode->vsync_end - adjusted_mode->vsync_start;  in vop_crtc_mode_set() 901 	u16 vact_st = adjusted_mode->vtotal - adjusted_mode->vsync_start;  in vop_crtc_mode_set()
  | 
| /linux-4.1.27/drivers/gpu/drm/exynos/ | 
| D | exynos_hdmi.c | 1828 		val |= ((m->vsync_start - m->vdisplay) / 2) << 12;  in hdmi_v13_mode_set() 1836 			((m->vsync_end - m->vsync_start) * 4) + 5) / 2;  in hdmi_v13_mode_set() 1863 		val |= ((m->vsync_start - m->vdisplay) << 12);  in hdmi_v13_mode_set() 1923 			(m->vsync_start - m->vdisplay) / 2);  in hdmi_v14_mode_set() 1947 			m->vsync_start - m->vdisplay);  in hdmi_v14_mode_set()
  | 
| D | exynos_drm_dsi.c | 1521 	vm->vfront_porch = mode->vsync_start - mode->vdisplay;  in exynos_dsi_mode_set() 1523 	vm->vsync_len = mode->vsync_end - mode->vsync_start;  in exynos_dsi_mode_set()
  | 
| /linux-4.1.27/drivers/gpu/drm/msm/dsi/ | 
| D | dsi_manager.c | 423 			mode->vdisplay, mode->vsync_start,  in dsi_mgr_bridge_mode_set()
  | 
| D | dsi_host.c | 802 	u32 vs_end = mode->vsync_end - mode->vsync_start;  in dsi_timing_setup() 805 	u32 va_start = v_total - mode->vsync_start;  in dsi_timing_setup()
  | 
| /linux-4.1.27/drivers/gpu/drm/bridge/ | 
| D | dw_hdmi.c | 1089 	v_de_vs = mode->vsync_start - mode->vdisplay;  in hdmi_av_composer() 1098 	vsync_len = mode->vsync_end - mode->vsync_start;  in hdmi_av_composer()
  | 
| /linux-4.1.27/drivers/gpu/drm/tegra/ | 
| D | sor.c | 1308 	vse = mode->vsync_end - mode->vsync_start - 1;  in tegra_sor_encoder_mode_set() 1314 	vbe = vse + (mode->vsync_start - mode->vdisplay);  in tegra_sor_encoder_mode_set()
  | 
| D | dc.c | 1151 	value = ((mode->vsync_end - mode->vsync_start) << 16) |  in tegra_dc_set_timings() 1159 	value = ((mode->vsync_start - mode->vdisplay) << 16) |  in tegra_dc_set_timings()
  | 
| /linux-4.1.27/drivers/gpu/drm/vmwgfx/ | 
| D | vmwgfx_kms.c | 1928 	mode->vsync_start = mode->vdisplay + 50;  in vmw_guess_mode_timing() 1929 	mode->vsync_end = mode->vsync_start + 50;  in vmw_guess_mode_timing()
  | 
| /linux-4.1.27/drivers/gpu/drm/nouveau/ | 
| D | nv50_display.c | 1135 	vsynce  = ((mode->vsync_end - mode->vsync_start) * vscan / ilace) - 1;  in nv50_crtc_mode_set() 1138 	vfrontp = (mode->vsync_start - mode->vdisplay) * vscan / ilace;  in nv50_crtc_mode_set()
  | 
| D | nouveau_bios.c | 476 	mode->vsync_start = ROM16(mode_entry[31]) + 1;  in nouveau_bios_fp_mode()
  | 
| /linux-4.1.27/drivers/gpu/drm/mgag200/ | 
| D | mgag200_mode.c | 916 	vsyncstart = mode->vsync_start - 1;  in mga_crtc_mode_set()
  |