Home
last modified time | relevance | path

Searched refs:vsync_start (Results 1 – 25 of 74) sorted by relevance

123

/linux/drivers/gpu/drm/panel/
H A Dpanel-simple.c805 .vsync_start = 800 + 3,
831 .vsync_start = 272 + 2,
855 .vsync_start = 480 + 2,
965 .vsync_start = 600 + 16,
990 .vsync_start = 768 + 14,
1013 .vsync_start = 768 + 10,
1098 .vsync_start = 600 + 10,
1122 .vsync_start = 600 + 1,
1231 .vsync_start = 768 + 4,
1368 .vsync_start = 1080 + 4,
[all …]
H A Dpanel-edp.c1021 .vsync_start = 768 + 10,
1034 .vsync_start = 768 + 4,
1062 .vsync_start = 1080 + 25,
1089 .vsync_start = 768 + 3,
1112 .vsync_start = 800 + 3,
1123 .vsync_start = 800 + 3,
1153 .vsync_start = 1440 + 3,
1165 .vsync_start = 1440 + 3,
1196 .vsync_start = 1080 + 3,
1237 .vsync_start = 1080 + 3,
[all …]
H A Dpanel-novatek-nt35560.c67 .vsync_start = 864 + 14,
86 .vsync_start = 864 + 1,
109 .vsync_start = 854 + 14,
128 .vsync_start = 854 + 1,
H A Dpanel-ilitek-ili9881c.c2102 .vsync_start = 1280 + 10,
2119 .vsync_start = 1280 + 16,
2136 .vsync_start = 1280 + 10,
2153 .vsync_start = 1280 + 26,
2170 .vsync_start = 1280 + 16,
2187 .vsync_start = 1280 + 22,
2204 .vsync_start = 1280 + 6,
2221 .vsync_start = 1280 + 100,
2238 .vsync_start = 1280 + 20,
2255 .vsync_start = 1280 + 20,
H A Dpanel-himax-hx83102.c711 .vsync_start = 1920 + 116,
733 .vsync_start = 1920 + 115,
755 .vsync_start = 1920 + 88,
777 .vsync_start = 1920 + 115,
799 .vsync_start = 1920 + 88,
821 .vsync_start = 1920 + 115,
H A Dpanel-sitronix-st7789v.c244 .vsync_start = 320 + 8,
264 .vsync_start = 320 + 8,
279 .vsync_start = 320 + 8,
294 .vsync_start = 280 + 48,
H A Dpanel-boe-tv101wum-nl6.c1430 .vsync_start = 2000 + 26,
1459 .vsync_start = 2000 + 26,
1488 .vsync_start = 1920 + 10,
1515 .vsync_start = 1920 + 16,
1542 .vsync_start = 1920 + 20,
1569 .vsync_start = 1920 + 34,
1597 .vsync_start = 1920 + 20,
1625 .vsync_start = 1920 + 14,
/linux/drivers/gpu/drm/msm/dp/
H A Ddp_panel.c311 display_v_start = ((drm_mode->vtotal - drm_mode->vsync_start) * in msm_dp_panel_tpg_enable()
313 display_v_end = ((vsync_period - (drm_mode->vsync_start - in msm_dp_panel_tpg_enable()
324 v_sync_width = drm_mode->vsync_end - drm_mode->vsync_start; in msm_dp_panel_tpg_enable()
555 drm_mode->vsync_start - drm_mode->vdisplay, in msm_dp_panel_timing_cfg()
556 drm_mode->vsync_end - drm_mode->vsync_start); in msm_dp_panel_timing_cfg()
568 data = (drm_mode->vtotal - drm_mode->vsync_start); in msm_dp_panel_timing_cfg()
574 data = drm_mode->vsync_end - drm_mode->vsync_start; in msm_dp_panel_timing_cfg()
635 drm_mode->vsync_start - drm_mode->vdisplay, in msm_dp_panel_init_panel_info()
636 drm_mode->vsync_end - drm_mode->vsync_start); in msm_dp_panel_init_panel_info()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_encoders.c172 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/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_dsi_encoder.c55 vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal; in mdp4_dsi_encoder_mode_set()
56 display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + dsi_hsync_skew; in mdp4_dsi_encoder_mode_set()
57 …display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + dsi_hsync_s… in mdp4_dsi_encoder_mode_set()
H A Dmdp4_dtv_encoder.c59 vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal; in mdp4_dtv_encoder_mode_set()
60 display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + dtv_hsync_skew; in mdp4_dtv_encoder_mode_set()
61 …display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + dtv_hsync_s… in mdp4_dtv_encoder_mode_set()
/linux/drivers/gpu/drm/
H A Ddrm_modes.c505 mode->vsync_start = mode->vdisplay + vfp; in fill_analog_mode()
506 mode->vsync_end = mode->vsync_start + vslen; in fill_analog_mode()
767 drm_mode->vsync_start = drm_mode->vdisplay + CVT_MIN_V_PORCH; in drm_cvt_mode()
768 drm_mode->vsync_end = drm_mode->vsync_start + vsync; in drm_cvt_mode()
799 drm_mode->vsync_start = drm_mode->vdisplay + CVT_RB_VFPORCH; in drm_cvt_mode()
800 drm_mode->vsync_end = drm_mode->vsync_start + vsync; in drm_cvt_mode()
998 drm_mode->vsync_start = vdisplay_rnd + vodd_front_porch_lines; in drm_gtf_mode_complex()
999 drm_mode->vsync_end = drm_mode->vsync_start + V_SYNC_RQD; in drm_gtf_mode_complex()
1080 dmode->vsync_start = dmode->vdisplay + vm->vfront_porch; in drm_display_mode_from_videomode()
1081 dmode->vsync_end = dmode->vsync_start + vm->vsync_len; in drm_display_mode_from_videomode()
[all …]
/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-ss.c125 u16 vsync_start, vsync_end; in dcss_ss_sync_set() local
144 vsync_start = vm->vfront_porch - 1; in dcss_ss_sync_set()
148 ((u32)vsync_end << SYNC_END_POS) | vsync_start, in dcss_ss_sync_set()
/linux/include/drm/
H A Ddrm_modes.h138 .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/drivers/gpu/drm/radeon/
H A Dradeon_encoders.c330 unsigned int vover = native_mode->vsync_start - native_mode->vdisplay; in radeon_panel_mode_fixup()
332 unsigned int vsync_width = native_mode->vsync_end - native_mode->vsync_start; in radeon_panel_mode_fixup()
347 adjusted_mode->vsync_start = native_mode->vdisplay + vover; in radeon_panel_mode_fixup()
348 adjusted_mode->vsync_end = adjusted_mode->vsync_start + vsync_width; in radeon_panel_mode_fixup()
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys_vid.c53 || (mode->vsync_start < mode->vdisplay) in drm_mode_to_intf_timing_params()
55 || (mode->vsync_end < mode->vsync_start)) { in drm_mode_to_intf_timing_params()
61 mode->vsync_start, mode->vsync_end, in drm_mode_to_intf_timing_params()
82 timing->v_front_porch = mode->vsync_start - mode->vdisplay; in drm_mode_to_intf_timing_params()
84 timing->vsync_pulse_width = mode->vsync_end - mode->vsync_start; in drm_mode_to_intf_timing_params()
728 fetch_start = mode.vtotal - (mode.vsync_start - mode.vdisplay); in dpu_encoder_phys_vid_get_frame_count()
/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_encoder.c77 vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal; in mdp5_vid_encoder_mode_set()
78 display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + dtv_hsync_skew; in mdp5_vid_encoder_mode_set()
79 …display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + dtv_hsync_s… in mdp5_vid_encoder_mode_set()
/linux/drivers/gpu/drm/sti/
H A Dsti_vtg.c223 fallsync_top += mode->vsync_end - mode->vsync_start; in vtg_set_hsync_vsync_pos()
229 fallsync_top = mode->vsync_end - mode->vsync_start; in vtg_set_hsync_vsync_pos()
322 u32 start_line = mode.vtotal - mode.vsync_start + 1; in sti_vtg_get_line_number()
/linux/drivers/media/platform/xilinx/
H A Dxilinx-vtc.h27 unsigned int vsync_start; member
/linux/drivers/video/fbdev/
H A Dneofb.c260 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()
H A Dgbefb.c524 timing->vsync_start = var->yres + var->lower_margin + 1; in compute_gbe_timing()
525 timing->vsync_end = timing->vsync_start + var->vsync_len; in compute_gbe_timing()
553 SET_GBE_FIELD(VT_VSYNC, VSYNC_ON, val, timing->vsync_start); in gbe_set_timing_info()
988 var->lower_margin = timing.vsync_start - timing.height; in gbefb_check_var()
990 var->vsync_len = timing.vsync_end - timing.vsync_start; in gbefb_check_var()
/linux/drivers/gpu/drm/logicvc/
H A Dlogicvc_crtc.c87 vfp = mode->vsync_start - mode->vdisplay; in logicvc_crtc_atomic_enable()
88 vsl = mode->vsync_end - mode->vsync_start; in logicvc_crtc_atomic_enable()
/linux/drivers/gpu/drm/bridge/
H A Dlontium-lt9211.c295 { 0xd015, (mode->vsync_end - mode->vsync_start) & 0xff }, in lt9211_configure_timing()
297 { 0xd017, ((mode->vsync_start - mode->vdisplay) >> 8) & 0xff }, in lt9211_configure_timing()
298 { 0xd018, (mode->vsync_start - mode->vdisplay) & 0xff }, in lt9211_configure_timing()
/linux/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_du_crtc.c78 ditr1 = DU_DITR1_VSA(mode->vsync_end - mode->vsync_start) in rzg2l_du_crtc_set_display_timing()
82 | DU_DITR2_VFP(mode->vsync_start - mode->vdisplay); in rzg2l_du_crtc_set_display_timing()
/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_hdmi_enc.c122 y = mode->vtotal - mode->vsync_start; in sun4i_hdmi_enable()
127 y = mode->vsync_start - mode->vdisplay; in sun4i_hdmi_enable()
132 y = mode->vsync_end - mode->vsync_start; in sun4i_hdmi_enable()

123