| /Linux-v6.6/drivers/gpu/drm/panel/ | 
| D | panel-simple.c | 721 	.vsync_start = 800 + 3,747 	.vsync_start = 272 + 2,
 771 	.vsync_start = 480 + 2,
 881 	.vsync_start = 600 + 16,
 906 	.vsync_start = 768 + 14,
 929 	.vsync_start = 768 + 10,
 989 	.vsync_start = 800 + 8,
 1013 	.vsync_start = 600 + 10,
 1091 	.vsync_start = 768 + 4,
 1204 	.vsync_start = 1080 + 4,
 [all …]
 
 | 
| D | panel-edp.c | 960 	.vsync_start = 768 + 4,986 	.vsync_start = 1080 + 3,
 1013 	.vsync_start = 1080 + 25,
 1040 	.vsync_start = 768 + 3,
 1062 	.vsync_start = 1080 + 3,
 1090 		.vsync_start = 800 + 3,
 1101 		.vsync_start = 800 + 3,
 1131 		.vsync_start = 1440 + 3,
 1143 		.vsync_start = 1440 + 3,
 1174 	.vsync_start = 1080 + 3,
 [all …]
 
 | 
| D | panel-arm-versatile.c | 143 			.vsync_start = 240 + 5,166 			.vsync_start = 480 + 11,
 188 			.vsync_start = 220 + 0,
 211 			.vsync_start = 320 + 2,
 
 | 
| D | panel-tpo-tpg110.c | 111 			.vsync_start = 480 + 10,127 			.vsync_start = 480 + 18,
 143 			.vsync_start = 272 + 2,
 159 			.vsync_start = 640 + 4,
 175 			.vsync_start = 240 + 2,
 
 | 
| D | panel-ilitek-ili9322.c | 549 	.vsync_start = 240 + 4,562 	.vsync_start = 240 + 21,
 576 	.vsync_start = 240 + 4,
 590 	.vsync_start = 320 + 4,
 603 	.vsync_start = 360 + 4,
 617 	.vsync_start = 480 + 4,
 631 	.vsync_start = 480 + 4,
 
 | 
| D | panel-novatek-nt35560.c | 67 	.vsync_start = 864 + 14,86 	.vsync_start = 864 + 1,
 109 	.vsync_start = 854 + 14,
 128 	.vsync_start = 854 + 1,
 
 | 
| D | panel-boe-tv101wum-nl6.c | 1895 	.vsync_start = 2000 + 26,1924 	.vsync_start = 2000 + 26,
 1953 	.vsync_start = 1920 + 10,
 1980 	.vsync_start = 1920 + 16,
 2007 	.vsync_start = 1920 + 20,
 2034 	.vsync_start = 1920 + 34,
 2061 	.vsync_start = 1920 + 20,
 2089 	.vsync_start = 1920 + 14,
 2115 	.vsync_start = 1920 + 116,
 2143 	.vsync_start = 1920 + 68,
 
 | 
| D | panel-innolux-ej030na.c | 263 		.vsync_start = 480 + 102,275 		.vsync_start = 480 + 102,
 
 | 
| D | panel-orisetech-ota5601a.c | 309 		.vsync_start = 480 + 7,322 		.vsync_start = 480 + 7,
 
 | 
| /Linux-v6.6/drivers/gpu/drm/gud/ | 
| D | gud_internal.h | 141 	dst->vsync_start = cpu_to_le16(src->vsync_start);  in gud_from_display_mode()159 	dst->vsync_start = le16_to_cpu(src->vsync_start);  in gud_to_display_mode()
 
 | 
| /Linux-v6.6/drivers/gpu/drm/amd/amdgpu/ | 
| D | amdgpu_encoders.c | 172 	unsigned int vover = native_mode->vsync_start - native_mode->vdisplay;  in amdgpu_panel_mode_fixup()174 	unsigned int vsync_width = native_mode->vsync_end - native_mode->vsync_start;  in amdgpu_panel_mode_fixup()
 187 	adjusted_mode->vsync_start = native_mode->vdisplay + vover;  in amdgpu_panel_mode_fixup()
 188 	adjusted_mode->vsync_end = adjusted_mode->vsync_start + vsync_width;  in amdgpu_panel_mode_fixup()
 
 | 
| /Linux-v6.6/drivers/gpu/drm/msm/disp/mdp4/ | 
| D | mdp4_dsi_encoder.c | 67 	vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal;  in mdp4_dsi_encoder_mode_set()68 	display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + dsi_hsync_skew;  in mdp4_dsi_encoder_mode_set()
 69 …display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + dsi_hsync_s…  in mdp4_dsi_encoder_mode_set()
 
 | 
| D | mdp4_dtv_encoder.c | 70 	vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal;  in mdp4_dtv_encoder_mode_set()71 	display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + dtv_hsync_skew;  in mdp4_dtv_encoder_mode_set()
 72 …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 | 245 	vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal;  in mdp4_lcdc_encoder_mode_set()246 	display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + lcdc_hsync_skew;  in mdp4_lcdc_encoder_mode_set()
 247 …display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + lcdc_hsync_…  in mdp4_lcdc_encoder_mode_set()
 
 | 
| /Linux-v6.6/drivers/gpu/drm/msm/dp/ | 
| D | dp_panel.c | 395 		drm_mode->vsync_start - drm_mode->vdisplay,  in dp_panel_timing_cfg()396 		drm_mode->vsync_end - drm_mode->vsync_start);  in dp_panel_timing_cfg()
 408 	data = (drm_mode->vtotal - drm_mode->vsync_start);  in dp_panel_timing_cfg()
 414 	data = drm_mode->vsync_end - drm_mode->vsync_start;  in dp_panel_timing_cfg()
 458 			drm_mode->vsync_start - drm_mode->vdisplay,  in dp_panel_init_panel_info()
 459 			drm_mode->vsync_end - drm_mode->vsync_start);  in dp_panel_init_panel_info()
 
 | 
| /Linux-v6.6/drivers/gpu/drm/ | 
| D | drm_modes.c | 504 	mode->vsync_start = mode->vdisplay + vfp;  in fill_analog_mode()505 	mode->vsync_end = mode->vsync_start + vslen;  in fill_analog_mode()
 764 		drm_mode->vsync_start = drm_mode->vdisplay + CVT_MIN_V_PORCH;  in drm_cvt_mode()
 765 		drm_mode->vsync_end = drm_mode->vsync_start + vsync;  in drm_cvt_mode()
 796 		drm_mode->vsync_start = drm_mode->vdisplay + CVT_RB_VFPORCH;  in drm_cvt_mode()
 797 		drm_mode->vsync_end = drm_mode->vsync_start + vsync;  in drm_cvt_mode()
 995 	drm_mode->vsync_start = vdisplay_rnd + vodd_front_porch_lines;  in drm_gtf_mode_complex()
 996 	drm_mode->vsync_end = drm_mode->vsync_start + V_SYNC_RQD;  in drm_gtf_mode_complex()
 1077 	dmode->vsync_start = dmode->vdisplay + vm->vfront_porch;  in drm_display_mode_from_videomode()
 1078 	dmode->vsync_end = dmode->vsync_start + vm->vsync_len;  in drm_display_mode_from_videomode()
 [all …]
 
 | 
| /Linux-v6.6/drivers/gpu/drm/imx/dcss/ | 
| D | dcss-ss.c | 131 	u16 vsync_start, vsync_end;  in dcss_ss_sync_set()  local150 	vsync_start = vm->vfront_porch - 1;  in dcss_ss_sync_set()
 154 		      ((u32)vsync_end << SYNC_END_POS) | vsync_start,  in dcss_ss_sync_set()
 
 | 
| /Linux-v6.6/include/drm/ | 
| D | drm_modes.h | 138 	.vsync_start = (vss), .vsync_end = (vse), .vtotal = (vt), \152 	.htotal = (hd), .vdisplay = (vd), .vsync_start = (vd), \
 265 	u16 vsync_start;  member
 434 	(m)->vdisplay, (m)->vsync_start, (m)->vsync_end, (m)->vtotal, \
 
 | 
| /Linux-v6.6/drivers/gpu/drm/radeon/ | 
| D | radeon_encoders.c | 329 	unsigned int vover = native_mode->vsync_start - native_mode->vdisplay;  in radeon_panel_mode_fixup()331 	unsigned int 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()
 
 | 
| /Linux-v6.6/drivers/gpu/drm/msm/disp/dpu1/ | 
| D | dpu_encoder_phys_vid.c | 50 			|| (mode->vsync_start < mode->vdisplay)  in drm_mode_to_intf_timing_params()52 			|| (mode->vsync_end < mode->vsync_start)) {  in drm_mode_to_intf_timing_params()
 58 				mode->vsync_start, mode->vsync_end,  in drm_mode_to_intf_timing_params()
 79 	timing->v_front_porch = mode->vsync_start - mode->vdisplay;  in drm_mode_to_intf_timing_params()
 81 	timing->vsync_pulse_width = mode->vsync_end - mode->vsync_start;  in drm_mode_to_intf_timing_params()
 669 		fetch_start = mode.vtotal - (mode.vsync_start - mode.vdisplay);  in dpu_encoder_phys_vid_get_frame_count()
 
 | 
| /Linux-v6.6/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()
 317 	u32 start_line = mode.vtotal - mode.vsync_start + 1;  in sti_vtg_get_line_number()
 
 | 
| /Linux-v6.6/drivers/media/platform/xilinx/ | 
| D | xilinx-vtc.h | 27 	unsigned int vsync_start;  member
 | 
| /Linux-v6.6/drivers/gpu/drm/bridge/adv7511/ | 
| D | adv7533.c | 37 	vsw = mode->vsync_end - mode->vsync_start;  in adv7511_dsi_config_timing_gen()38 	vfp = mode->vsync_start - mode->vdisplay;  in adv7511_dsi_config_timing_gen()
 
 | 
| /Linux-v6.6/drivers/gpu/drm/gma500/ | 
| D | oaktrail_lvds.c | 241 		mode->vsync_start = \  in oaktrail_lvds_get_configuration_mode()245 			mode->vsync_start + ((ti->vsync_pulse_width_hi << 4) | \  in oaktrail_lvds_get_configuration_mode()
 256 		pr_info("VSS is %d\n", mode->vsync_start);  in oaktrail_lvds_get_configuration_mode()
 
 | 
| /Linux-v6.6/drivers/gpu/drm/msm/disp/mdp5/ | 
| D | mdp5_encoder.c | 88 	vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal;  in mdp5_vid_encoder_mode_set()89 	display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + dtv_hsync_skew;  in mdp5_vid_encoder_mode_set()
 90 …display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + dtv_hsync_s…  in mdp5_vid_encoder_mode_set()
 
 |