| /Linux-v5.4/drivers/gpu/drm/panel/ | 
| D | panel-simple.c | 523 	.vsync_end = 272 + 2 + 10,548 	.vsync_end = 480 + 2 + 45,
 599 	.vsync_end = 600 + 16 + 6,
 644 	.vsync_end = 768 + 14 + 42,
 668 	.vsync_end = 768 + 10 + 12,
 691 	.vsync_end = 768 + 3 + 6,
 714 	.vsync_end = 1080 + 25 + 10,
 770 	.vsync_end = 800 + 8 + 2,
 794 	.vsync_end = 600 + 10 + 35,
 903 	.vsync_end = 1080 + 4 + 5,
 [all …]
 
 | 
| D | panel-arm-versatile.c | 144 			.vsync_end = 240 + 5 + 6,168 			.vsync_end = 480 + 11 + 2,
 191 			.vsync_end = 220 + 0 + 2,
 215 			.vsync_end = 320 + 2 + 2,
 
 | 
| D | panel-tpo-tpg110.c | 117 			.vsync_end = 480 + 10 + 1,134 			.vsync_end = 480 + 18 + 1,
 151 			.vsync_end = 272 + 2 + 1,
 168 			.vsync_end = 640 + 4 + 1,
 185 			.vsync_end = 240 + 2 + 1,
 
 | 
| D | panel-ilitek-ili9322.c | 550 	.vsync_end = 240 + 4 + 1,564 	.vsync_end = 240 + 21 + 1,
 579 	.vsync_end = 240 + 4 + 1,
 594 	.vsync_end = 320 + 4 + 1,
 608 	.vsync_end = 360 + 4 + 1,
 623 	.vsync_end = 480 + 4 + 1,
 638 	.vsync_end = 480 + 4 + 1,
 
 | 
| D | panel-sitronix-st7701.c | 66 #define DSI_CMD2_BK0_PORCTRL_B0(m)	((m)->vtotal - (m)->vsync_end)309 	.vsync_end	= 854 + 18 + 8,
 
 | 
| D | panel-innolux-p079zca.c | 236 	.vsync_end = 1024 + 20 + 4,270 	.vsync_end = 2048 + 100 + 2,
 
 | 
| D | panel-lg-lb035q02.c | 135 	.vsync_end = 240 + 4 + 2,
 | 
| /Linux-v5.4/drivers/gpu/drm/ | 
| D | drm_modes.c | 285 		drm_mode->vsync_end = drm_mode->vsync_start + vsync;  in drm_cvt_mode()317 		drm_mode->vsync_end = drm_mode->vsync_start + vsync;  in drm_cvt_mode()
 515 	drm_mode->vsync_end = drm_mode->vsync_start + V_SYNC_RQD;  in drm_gtf_mode_complex()
 597 	dmode->vsync_end = dmode->vsync_start + vm->vsync_len;  in drm_display_mode_from_videomode()
 598 	dmode->vtotal = dmode->vsync_end + vm->vback_porch;  in drm_display_mode_from_videomode()
 638 	vm->vsync_len = dmode->vsync_end - dmode->vsync_start;  in drm_display_mode_to_videomode()
 639 	vm->vback_porch = dmode->vtotal - dmode->vsync_end;  in drm_display_mode_to_videomode()
 856 	p->crtc_vsync_end = p->vsync_end;  in drm_mode_set_crtcinfo()
 960 		mode1->vsync_end == mode2->vsync_end &&  in drm_mode_match_timings()
 1129 	    mode->vsync_end < mode->vsync_start ||  in drm_mode_validate_basic()
 [all …]
 
 | 
| /Linux-v5.4/include/drm/ | 
| D | drm_modes.h | 138 	.vsync_start = (vss), .vsync_end = (vse), .vtotal = (vt), \155 	.vsync_end = (vd), .vtotal = (vd), .width_mm = (hd_mm), \
 288 	int vsync_end;  member
 443 	(m)->vdisplay, (m)->vsync_start, (m)->vsync_end, (m)->vtotal, \
 
 | 
| /Linux-v5.4/drivers/gpu/drm/gma500/ | 
| D | mdfld_tmd_vid.c | 60 		mode->vsync_end = \  in tmd_vid_get_config_mode()73 		dev_dbg(dev->dev, "VSE is %d\n", mode->vsync_end);  in tmd_vid_get_config_mode()
 83 		mode->vsync_end = 865;  in tmd_vid_get_config_mode()
 
 | 
| D | mdfld_tpo_vid.c | 44 	mode->vsync_end = 490;  in tpo_vid_get_config_mode()
 | 
| D | intel_bios.c | 162 	panel_fixed_mode->vsync_end = panel_fixed_mode->vsync_start +  in fill_detail_timing_data()182 	if (panel_fixed_mode->vsync_end > panel_fixed_mode->vtotal)  in fill_detail_timing_data()
 183 		panel_fixed_mode->vtotal = panel_fixed_mode->vsync_end + 1;  in fill_detail_timing_data()
 
 | 
| D | mdfld_dsi_dpi.c | 443 	pclk_vsync = mode->vsync_end - mode->vsync_start;  in mdfld_dsi_dpi_timing_calculation()444 	pclk_vbp = mode->vtotal - mode->vsync_end;  in mdfld_dsi_dpi_timing_calculation()
 704 		adjusted_mode->vsync_end = fixed_mode->vsync_end;  in mdfld_dsi_dpi_mode_fixup()
 807 		((mode->vsync_end - 1) << 16) | (mode->vsync_start - 1));  in mdfld_set_pipe_timing()
 
 | 
| D | oaktrail_lvds.c | 239 		mode->vsync_end = \  in oaktrail_lvds_get_configuration_mode()252 		pr_info("VSE is %d\n", mode->vsync_end);  in oaktrail_lvds_get_configuration_mode()
 
 | 
| /Linux-v5.4/drivers/media/platform/xilinx/ | 
| D | xilinx-vtc.h | 28 	unsigned int vsync_end;  member
 | 
| /Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/ | 
| D | dpu_encoder_phys_vid.c | 47 			|| (mode->vtotal < mode->vsync_end)  in drm_mode_to_intf_timing_params()50 			|| (mode->vsync_end < mode->vsync_start)) {  in drm_mode_to_intf_timing_params()
 56 				mode->vsync_start, mode->vsync_end,  in drm_mode_to_intf_timing_params()
 76 	timing->v_back_porch = mode->vtotal - mode->vsync_end;  in drm_mode_to_intf_timing_params()
 79 	timing->vsync_pulse_width = mode->vsync_end - mode->vsync_start;  in drm_mode_to_intf_timing_params()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/bridge/adv7511/ | 
| D | adv7533.c | 37 	vsw = mode->vsync_end - mode->vsync_start;  in adv7511_dsi_config_timing_gen()39 	vbp = mode->vtotal - mode->vsync_end;  in adv7511_dsi_config_timing_gen()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ | 
| D | amdgpu_encoders.c | 158 	unsigned vsync_width = native_mode->vsync_end - native_mode->vsync_start;  in amdgpu_panel_mode_fixup()172 	adjusted_mode->vsync_end = adjusted_mode->vsync_start + vsync_width;  in amdgpu_panel_mode_fixup()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/sti/ | 
| D | sti_vtg.c | 218 		fallsync_top += mode->vsync_end - mode->vsync_start;  in vtg_set_hsync_vsync_pos()224 		fallsync_top = mode->vsync_end - mode->vsync_start;  in vtg_set_hsync_vsync_pos()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/zte/ | 
| D | zx_tvenc.c | 74 		.vsync_end = 576 + 2 + 2,105 		.vsync_end = 480 + 3 + 2,
 
 | 
| /Linux-v5.4/drivers/gpu/drm/tilcdc/ | 
| D | tilcdc_crtc.c | 319 	vbp = mode->vtotal - mode->vsync_end;  in tilcdc_crtc_set_mode()321 	vsw = mode->vsync_end - mode->vsync_start;  in tilcdc_crtc_set_mode()
 758 	vbp = mode->vtotal - mode->vsync_end;  in tilcdc_crtc_mode_valid()
 760 	vsw = mode->vsync_end - mode->vsync_start;  in tilcdc_crtc_mode_valid()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/radeon/ | 
| D | radeon_encoders.c | 334 	unsigned vsync_width = native_mode->vsync_end - native_mode->vsync_start;  in radeon_panel_mode_fixup()350 	adjusted_mode->vsync_end = adjusted_mode->vsync_start + vsync_width;  in radeon_panel_mode_fixup()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/shmobile/ | 
| D | shmob_drm_crtc.c | 113 	value = ((mode->vsync_end - mode->vsync_start) << 16)	/* VSYNW */  in shmob_drm_crtc_setup_geometry()613 	mode->vsync_end = sdev->pdata->panel.mode.vsync_end;  in shmob_drm_connector_get_modes()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/bridge/ | 
| D | ti-sn65dsi86.c | 477 		     (mode->vsync_end - mode->vsync_start) & 0xFF);  in ti_sn_bridge_set_video_timings()479 		     (((mode->vsync_end - mode->vsync_start) >> 8) & 0x7F) |  in ti_sn_bridge_set_video_timings()
 485 		     (mode->vtotal - mode->vsync_end) & 0xFF);  in ti_sn_bridge_set_video_timings()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/i915/display/ | 
| D | intel_tv.c | 1021 		mode->vsync_end = mode->vsync_start +  in intel_tv_mode_to_mode()1029 		mode->vsync_end = mode->vsync_start +  in intel_tv_mode_to_mode()
 1071 	int vsync_end = mode->vsync_end - mode->vdisplay + bottom_margin;  in intel_tv_scale_mode_vert()  local
 1079 	mode->vsync_end = vdisplay + vsync_end * new_vtotal / mode->vtotal;  in intel_tv_scale_mode_vert()
 
 |