| /linux-4.4.14/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-lg-lg4573.c | 206 	.vsync_start = 800 + 15,
  | 
| D | panel-sharp-lq101r1sx01.c | 283 	.vsync_start = 1600 + 4,
  | 
| /linux-4.4.14/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 | 884 	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.4.14/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 | 1506 	       (mode->vsync_start - mode->vdisplay == 3);  in mode_is_rb() 1847 			mode->vsync_start *= 2;  in drm_mode_do_interlace_quirk() 1925 	mode->vsync_start = mode->vdisplay + vsync_offset;  in drm_mode_detailed() 1926 	mode->vsync_end = mode->vsync_start + vsync_pulse_width;  in drm_mode_detailed()
  | 
| /linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ | 
| D | amdgpu_encoders.c | 155 	unsigned vover = native_mode->vsync_start - native_mode->vdisplay;  in amdgpu_panel_mode_fixup() 157 	unsigned vsync_width = native_mode->vsync_end - native_mode->vsync_start;  in amdgpu_panel_mode_fixup() 170 	adjusted_mode->vsync_start = native_mode->vdisplay + vover;  in amdgpu_panel_mode_fixup() 171 	adjusted_mode->vsync_end = adjusted_mode->vsync_start + vsync_width;  in amdgpu_panel_mode_fixup()
  | 
| D | atombios_encoders.c | 1946 		lvds->native_mode.vsync_start = lvds->native_mode.vdisplay +  in amdgpu_atombios_encoder_get_lcd_info() 1948 		lvds->native_mode.vsync_end = lvds->native_mode.vsync_start +  in amdgpu_atombios_encoder_get_lcd_info()
  | 
| /linux-4.4.14/drivers/gpu/drm/omapdrm/ | 
| D | omap_connector.c | 57 	mode->vsync_start = mode->vdisplay + timings->vfp;  in copy_timings_omap_to_drm() 58 	mode->vsync_end = mode->vsync_start + timings->vsw;  in copy_timings_omap_to_drm() 88 	timings->vfp = mode->vsync_start - mode->vdisplay;  in copy_timings_drm_to_omap() 89 	timings->vsw = mode->vsync_end - mode->vsync_start;  in copy_timings_drm_to_omap() 249 			mode->vdisplay, mode->vsync_start,  in omap_connector_mode_valid()
  | 
| D | omap_crtc.c | 385 	    mode->vdisplay, mode->vsync_start, mode->vsync_end, mode->vtotal,  in omap_crtc_mode_set_nofb()
  | 
| /linux-4.4.14/drivers/gpu/drm/sti/ | 
| D | sti_vtg.c | 171 	tmp = (mode->vsync_end - mode->vsync_start + 1) << 16;  in vtg_set_mode() 185 	tmp = (mode->vsync_end - mode->vsync_start + 1) << 16;  in vtg_set_mode() 197 	tmp = (mode->vsync_end - mode->vsync_start) << 16;  in vtg_set_mode() 211 	tmp = (mode->vsync_end - mode->vsync_start + 1) << 16;  in vtg_set_mode() 259 	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_crtc.c | 82 		      mode->vsync_start, mode->vsync_end,  in sti_crtc_mode_set()
  | 
| /linux-4.4.14/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 | 264 			mode->vdisplay, mode->vsync_start,  in mdp4_crtc_mode_set_nofb()
  | 
| /linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/ | 
| D | mdp5_encoder.c | 144 			mode->vdisplay, mode->vsync_start,  in mdp5_encoder_mode_set() 187 	vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal;  in mdp5_encoder_mode_set() 188 	display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + dtv_hsync_skew;  in mdp5_encoder_mode_set() 189 …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 | 211 			mode->vdisplay, mode->vsync_start,  in mdp5_cmd_encoder_mode_set()
  | 
| D | mdp5_crtc.c | 314 			mode->vdisplay, mode->vsync_start,  in mdp5_crtc_mode_set_nofb()
  | 
| /linux-4.4.14/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.4.14/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.4.14/include/drm/ | 
| D | drm_modes.h | 87 	.vsync_start = (vss), .vsync_end = (vse), .vtotal = (vt), \ 117 	int vsync_start;  member
  | 
| /linux-4.4.14/drivers/gpu/drm/fsl-dcu/ | 
| D | fsl_dcu_drm_crtc.c | 100 	vfp = mode->vsync_start - mode->vdisplay;  in fsl_dcu_drm_crtc_mode_set_nofb() 101 	vsw = mode->vsync_end - mode->vsync_start;  in fsl_dcu_drm_crtc_mode_set_nofb()
  | 
| /linux-4.4.14/drivers/gpu/drm/msm/hdmi/ | 
| D | hdmi_bridge.c | 158 	vstart = mode->vtotal - mode->vsync_start - 1;  in hdmi_bridge_mode_set() 159 	vend   = mode->vtotal - mode->vsync_start + mode->vdisplay - 1;  in hdmi_bridge_mode_set()
  | 
| /linux-4.4.14/drivers/video/fbdev/ | 
| D | neofb.c | 260 	int vsync_start = var->yres + var->lower_margin;  in vgaHWInit()  local 261 	int vsync_end = vsync_start + var->vsync_len;  in vgaHWInit() 294 	    | ((vsync_start & 0x100) >> 6)  in vgaHWInit() 298 	    | ((vsync_start & 0x200) >> 2);  in vgaHWInit() 311 	par->CRTC[16] = vsync_start & 0xFF;  in vgaHWInit() 728 	int vsync_start, vtotal;  in neofb_set_par()  local 736 	vsync_start = info->var.yres + info->var.lower_margin;  in neofb_set_par() 737 	vtotal = vsync_start + info->var.vsync_len + info->var.upper_margin;  in neofb_set_par() 785 	    | (((vsync_start) & 0x400) >> 8)  in neofb_set_par() 786 	    | (((vsync_start) & 0x400) >> 7);  in neofb_set_par()
  | 
| D | gbefb.c | 531 		timing->vsync_start = var->yres + var->lower_margin + 1;  in compute_gbe_timing() 532 		timing->vsync_end = timing->vsync_start + var->vsync_len;  in compute_gbe_timing() 560 	SET_GBE_FIELD(VT_VSYNC, VSYNC_ON, val, timing->vsync_start);  in gbe_set_timing_info() 995 	var->lower_margin = timing.vsync_start - timing.height;  in gbefb_check_var() 997 	var->vsync_len = timing.vsync_end - timing.vsync_start;  in gbefb_check_var()
  | 
| /linux-4.4.14/drivers/gpu/drm/tilcdc/ | 
| D | tilcdc_crtc.c | 306 	vfp = mode->vsync_start - mode->vdisplay;  in tilcdc_crtc_mode_set() 307 	vsw = mode->vsync_end - mode->vsync_start;  in tilcdc_crtc_mode_set() 495 	vfp = mode->vsync_start - mode->vdisplay;  in tilcdc_crtc_mode_valid() 496 	vsw = mode->vsync_end - mode->vsync_start;  in tilcdc_crtc_mode_valid()
  | 
| /linux-4.4.14/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.4.14/drivers/gpu/drm/i2c/ | 
| D | tda998x_drv.c | 940 		ref_line     = 1 + mode->vsync_start - mode->vdisplay;  in tda998x_encoder_mode_set() 944 		vs1_line_s   = mode->vsync_start - mode->vdisplay;  in tda998x_encoder_mode_set() 946 			       mode->vsync_end - mode->vsync_start;  in tda998x_encoder_mode_set() 951 		ref_line     = 1 + (mode->vsync_start - mode->vdisplay)/2;  in tda998x_encoder_mode_set() 955 		vs1_line_s   = (mode->vsync_start - mode->vdisplay)/2;  in tda998x_encoder_mode_set() 957 			       (mode->vsync_end - mode->vsync_start)/2;  in tda998x_encoder_mode_set() 963 			       (mode->vsync_end - mode->vsync_start)/2;  in tda998x_encoder_mode_set()
  | 
| D | ch7006_mode.c | 118 			.vsync_start = vd + 10,				\
  | 
| /linux-4.4.14/drivers/gpu/drm/msm/edp/ | 
| D | edp_bridge.c | 68 			mode->vdisplay, mode->vsync_start,  in edp_bridge_mode_set()
  | 
| D | edp_ctrl.c | 1301 	vstart_from_sync = mode->vtotal - mode->vsync_start;  in msm_edp_ctrl_timing_cfg() 1308 			mode->vsync_end - mode->vsync_start);  in msm_edp_ctrl_timing_cfg()
  | 
| /linux-4.4.14/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.4.14/drivers/gpu/drm/i915/ | 
| D | intel_dsi_pll.c | 97 	vfp = mode->vsync_start - mode->vdisplay;  in dsi_rr_formula() 98 	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 | 834 	v_sync_len = mode->vsync_end - mode->vsync_start;  in intel_sdvo_get_dtd_from_mode() 837 	v_sync_offset = mode->vsync_start - mode->vdisplay;  in intel_sdvo_get_dtd_from_mode() 887 	mode.vsync_start = mode.vdisplay;  in intel_sdvo_get_mode_from_dtd() 888 	mode.vsync_start += (dtd->part2.v_sync_off_width >> 4) & 0xf;  in intel_sdvo_get_mode_from_dtd() 889 	mode.vsync_start += (dtd->part2.sync_off_width_high & 0x0c) << 2;  in intel_sdvo_get_mode_from_dtd() 890 	mode.vsync_start += dtd->part2.v_sync_off_high & 0xc0;  in intel_sdvo_get_mode_from_dtd() 891 	mode.vsync_end = mode.vsync_start +  in intel_sdvo_get_mode_from_dtd()
  | 
| D | intel_crt.c | 543 			uint32_t vsync_start = (vsync & 0xffff) + 1;  in intel_crt_load_detect()  local 545 			vblank_start = vsync_start;  in intel_crt_load_detect()
  | 
| D | intel_bios.c | 101 	panel_fixed_mode->vsync_start = panel_fixed_mode->vdisplay +  in fill_detail_timing_data() 103 	panel_fixed_mode->vsync_end = panel_fixed_mode->vsync_start +  in fill_detail_timing_data()
  | 
| D | intel_panel.c | 82 		    scan->vsync_start == fixed_mode->vsync_start &&  in intel_find_panel_downclock()
  | 
| D | i915_debugfs.c | 2795 		   mode->vdisplay, mode->vsync_start,  in intel_seq_print_mode()
  | 
| D | intel_display.c | 7816 	mode->vsync_start = pipe_config->base.adjusted_mode.crtc_vsync_start;  in intel_mode_from_pipe_config() 10710 	mode->vsync_start = (vsync & 0xffff) + 1;  in intel_crtc_mode_get()
  | 
| /linux-4.4.14/drivers/gpu/drm/vc4/ | 
| D | vc4_hdmi.c | 289 	u32 verta = (VC4_SET_FIELD(mode->vsync_end - mode->vsync_start,  in vc4_hdmi_encoder_mode_set() 291 		     VC4_SET_FIELD(mode->vsync_start - mode->vdisplay,  in vc4_hdmi_encoder_mode_set()
  | 
| D | vc4_crtc.c | 218 			   VC4_SET_FIELD(mode->vsync_end - mode->vsync_start,  in vc4_crtc_mode_set_nofb() 221 			   VC4_SET_FIELD(mode->vsync_start - mode->vdisplay,  in vc4_crtc_mode_set_nofb()
  | 
| /linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ | 
| D | tvnv17.c | 280 			mode->vsync_start = output_mode->vsync_start;  in nv17_tv_get_hd_modes() 544 						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.4.14/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.4.14/include/video/ | 
| D | gbe.h | 301 	short vsync_start;	/* Vertical sync start */  member
  | 
| /linux-4.4.14/drivers/gpu/drm/exynos/ | 
| D | exynos_hdmi.c | 1326 		val |= ((m->vsync_start - m->vdisplay) / 2) << 12;  in hdmi_v13_mode_apply() 1334 			((m->vsync_end - m->vsync_start) * 4) + 5) / 2;  in hdmi_v13_mode_apply() 1362 		val |= ((m->vsync_start - m->vdisplay) << 12);  in hdmi_v13_mode_apply() 1413 			(m->vsync_start - m->vdisplay) / 2);  in hdmi_v14_mode_apply() 1446 			m->vsync_start - m->vdisplay);  in hdmi_v14_mode_apply()
  | 
| D | exynos_drm_dsi.c | 1679 	vm->vfront_porch = m->vsync_start - m->vdisplay;  in exynos_dsi_mode_set() 1681 	vm->vsync_len = m->vsync_end - m->vsync_start;  in exynos_dsi_mode_set()
  | 
| /linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/ | 
| D | atmel_hlcdc_dc.c | 349 	int vfront_porch = mode->vsync_start - mode->vdisplay;  in atmel_hlcdc_dc_mode_valid() 351 	int vsync_len = mode->vsync_end - mode->vsync_start;  in atmel_hlcdc_dc_mode_valid()
  | 
| /linux-4.4.14/include/uapi/drm/ | 
| D | drm_mode.h | 114 	__u16 vsync_start;  member
  | 
| /linux-4.4.14/drivers/gpu/drm/rockchip/ | 
| D | rockchip_drm_vop.c | 884 	dsp_sty = dest.y1 + crtc->mode.vtotal - crtc->mode.vsync_start;  in vop_update_plane_event() 1176 	u16 vsync_len = adjusted_mode->vsync_end - adjusted_mode->vsync_start;  in vop_crtc_mode_set() 1177 	u16 vact_st = adjusted_mode->vtotal - adjusted_mode->vsync_start;  in vop_crtc_mode_set()
  | 
| /linux-4.4.14/drivers/gpu/drm/msm/dsi/ | 
| D | dsi_manager.c | 497 			mode->vdisplay, mode->vsync_start,  in dsi_mgr_bridge_mode_set()
  | 
| D | dsi_host.c | 717 	u32 vs_end = mode->vsync_end - mode->vsync_start;  in dsi_timing_setup() 720 	u32 va_start = v_total - mode->vsync_start;  in dsi_timing_setup()
  | 
| /linux-4.4.14/drivers/gpu/drm/bridge/ | 
| D | dw_hdmi.c | 1048 	v_de_vs = mode->vsync_start - mode->vdisplay;  in hdmi_av_composer() 1049 	vsync_len = mode->vsync_end - mode->vsync_start;  in hdmi_av_composer()
  | 
| /linux-4.4.14/drivers/gpu/drm/tegra/ | 
| D | sor.c | 1540 	vse = mode->vsync_end - mode->vsync_start - 1;  in tegra_sor_edp_enable() 1546 	vbe = vse + (mode->vsync_start - mode->vdisplay);  in tegra_sor_edp_enable() 2096 	vse = mode->vsync_end - mode->vsync_start - 1;  in tegra_sor_hdmi_enable()
  | 
| D | dc.c | 1076 	value = ((mode->vsync_end - mode->vsync_start) << 16) |  in tegra_dc_set_timings() 1084 	value = ((mode->vsync_start - mode->vdisplay) << 16) |  in tegra_dc_set_timings()
  | 
| /linux-4.4.14/drivers/gpu/drm/vmwgfx/ | 
| D | vmwgfx_kms.c | 1518 	mode->vsync_start = mode->vdisplay + 50;  in vmw_guess_mode_timing() 1519 	mode->vsync_end = mode->vsync_start + 50;  in vmw_guess_mode_timing()
  | 
| /linux-4.4.14/drivers/gpu/drm/nouveau/ | 
| D | nv50_display.c | 1154 	vsynce  = ((mode->vsync_end - mode->vsync_start) * vscan / ilace) - 1;  in nv50_crtc_mode_set() 1157 	vfrontp = (mode->vsync_start - mode->vdisplay) * vscan / ilace;  in nv50_crtc_mode_set()
  | 
| D | nouveau_bios.c | 477 	mode->vsync_start = ROM16(mode_entry[31]) + 1;  in nouveau_bios_fp_mode()
  | 
| /linux-4.4.14/drivers/gpu/drm/mgag200/ | 
| D | mgag200_mode.c | 1020 	vsyncstart = mode->vsync_start - 1;  in mga_crtc_mode_set()
  |