Home
last modified time | relevance | path

Searched refs:vsync_end (Results 1 – 25 of 108) sorted by relevance

12345

/Linux-v4.19/drivers/gpu/drm/panel/
Dpanel-simple.c397 .vsync_end = 272 + 2 + 10,
422 .vsync_end = 480 + 2 + 45,
447 .vsync_end = 600 + 16 + 6,
470 .vsync_end = 800 + 4 + 20,
493 .vsync_end = 768 + 14 + 42,
517 .vsync_end = 768 + 10 + 12,
540 .vsync_end = 768 + 3 + 6,
563 .vsync_end = 1080 + 25 + 10,
619 .vsync_end = 600 + 10 + 35,
728 .vsync_end = 1080 + 4 + 5,
[all …]
Dpanel-arm-versatile.c142 .vsync_end = 240 + 5 + 6,
166 .vsync_end = 480 + 11 + 2,
189 .vsync_end = 220 + 0 + 2,
213 .vsync_end = 320 + 2 + 2,
Dpanel-ilitek-ili9322.c565 .vsync_end = 240 + 4 + 1,
579 .vsync_end = 240 + 21 + 1,
594 .vsync_end = 240 + 4 + 1,
609 .vsync_end = 320 + 4 + 1,
623 .vsync_end = 360 + 4 + 1,
638 .vsync_end = 480 + 4 + 1,
653 .vsync_end = 480 + 4 + 1,
Dpanel-innolux-p079zca.c239 .vsync_end = 1024 + 20 + 4,
273 .vsync_end = 2048 + 100 + 2,
/Linux-v4.19/drivers/gpu/drm/
Ddrm_modes.c285 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()
512 drm_mode->vsync_end = drm_mode->vsync_start + V_SYNC_RQD; in drm_gtf_mode_complex()
594 dmode->vsync_end = dmode->vsync_start + vm->vsync_len; in drm_display_mode_from_videomode()
595 dmode->vtotal = dmode->vsync_end + vm->vback_porch; in drm_display_mode_from_videomode()
635 vm->vsync_len = dmode->vsync_end - dmode->vsync_start; in drm_display_mode_to_videomode()
636 vm->vback_porch = dmode->vtotal - dmode->vsync_end; in drm_display_mode_to_videomode()
853 p->crtc_vsync_end = p->vsync_end; in drm_mode_set_crtcinfo()
959 mode1->vsync_end == mode2->vsync_end && in drm_mode_match_timings()
1128 mode->vsync_end < mode->vsync_start || in drm_mode_validate_basic()
[all …]
/Linux-v4.19/drivers/gpu/drm/gma500/
Dmdfld_tmd_vid.c58 mode->vsync_end = \ in tmd_vid_get_config_mode()
71 dev_dbg(dev->dev, "VSE is %d\n", mode->vsync_end); in tmd_vid_get_config_mode()
81 mode->vsync_end = 865; in tmd_vid_get_config_mode()
Dmdfld_tpo_vid.c44 mode->vsync_end = 490; in tpo_vid_get_config_mode()
Dintel_bios.c175 panel_fixed_mode->vsync_end = panel_fixed_mode->vsync_start + in fill_detail_timing_data()
195 if (panel_fixed_mode->vsync_end > panel_fixed_mode->vtotal) in fill_detail_timing_data()
196 panel_fixed_mode->vtotal = panel_fixed_mode->vsync_end + 1; in fill_detail_timing_data()
Dmdfld_dsi_dpi.c441 pclk_vsync = mode->vsync_end - mode->vsync_start; in mdfld_dsi_dpi_timing_calculation()
442 pclk_vbp = mode->vtotal - mode->vsync_end; in mdfld_dsi_dpi_timing_calculation()
702 adjusted_mode->vsync_end = fixed_mode->vsync_end; in mdfld_dsi_dpi_mode_fixup()
805 ((mode->vsync_end - 1) << 16) | (mode->vsync_start - 1)); in mdfld_set_pipe_timing()
Doaktrail_lvds.c251 mode->vsync_end = \ in oaktrail_lvds_get_configuration_mode()
264 pr_info("VSE is %d\n", mode->vsync_end); in oaktrail_lvds_get_configuration_mode()
/Linux-v4.19/include/drm/
Ddrm_modes.h138 .vsync_start = (vss), .vsync_end = (vse), .vtotal = (vt), \
286 int vsync_end; member
441 (m)->vdisplay, (m)->vsync_start, (m)->vsync_end, (m)->vtotal, \
/Linux-v4.19/drivers/media/platform/xilinx/
Dxilinx-vtc.h31 unsigned int vsync_end; member
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp4/
Dmdp4_dsi_encoder.c67 mode->vsync_end, mode->vtotal, in mdp4_dsi_encoder_mode_set()
83 vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal; in mdp4_dsi_encoder_mode_set()
Dmdp4_dtv_encoder.c113 mode->vsync_end, mode->vtotal, in mdp4_dtv_encoder_mode_set()
133 vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal; in mdp4_dtv_encoder_mode_set()
/Linux-v4.19/drivers/gpu/drm/bridge/adv7511/
Dadv7533.c45 vsw = mode->vsync_end - mode->vsync_start; in adv7511_dsi_config_timing_gen()
47 vbp = mode->vtotal - mode->vsync_end; in adv7511_dsi_config_timing_gen()
/Linux-v4.19/drivers/gpu/drm/fsl-dcu/
Dfsl_dcu_drm_crtc.c97 vbp = mode->vtotal - mode->vsync_end; in fsl_dcu_drm_crtc_mode_set_nofb()
99 vsw = mode->vsync_end - mode->vsync_start; in fsl_dcu_drm_crtc_mode_set_nofb()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_encoders.c157 unsigned vsync_width = native_mode->vsync_end - native_mode->vsync_start; in amdgpu_panel_mode_fixup()
171 adjusted_mode->vsync_end = adjusted_mode->vsync_start + vsync_width; in amdgpu_panel_mode_fixup()
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys_vid.c55 || (mode->vtotal < mode->vsync_end) in drm_mode_to_intf_timing_params()
58 || (mode->vsync_end < mode->vsync_start)) { in drm_mode_to_intf_timing_params()
64 mode->vsync_start, mode->vsync_end, in drm_mode_to_intf_timing_params()
84 timing->v_back_porch = mode->vtotal - mode->vsync_end; in drm_mode_to_intf_timing_params()
87 timing->vsync_pulse_width = mode->vsync_end - mode->vsync_start; in drm_mode_to_intf_timing_params()
/Linux-v4.19/include/drm/tinydrm/
Dtinydrm.h93 .vsync_end = (vd), \
/Linux-v4.19/drivers/gpu/drm/sti/
Dsti_vtg.c216 fallsync_top += mode->vsync_end - mode->vsync_start; in vtg_set_hsync_vsync_pos()
222 fallsync_top = mode->vsync_end - mode->vsync_start; in vtg_set_hsync_vsync_pos()
/Linux-v4.19/drivers/gpu/drm/msm/edp/
Dedp_bridge.c69 mode->vsync_end, mode->vtotal, in edp_bridge_mode_set()
/Linux-v4.19/drivers/gpu/drm/zte/
Dzx_tvenc.c76 .vsync_end = 576 + 2 + 2,
107 .vsync_end = 480 + 3 + 2,
/Linux-v4.19/drivers/gpu/drm/tilcdc/
Dtilcdc_crtc.c326 vbp = mode->vtotal - mode->vsync_end; in tilcdc_crtc_set_mode()
328 vsw = mode->vsync_end - mode->vsync_start; in tilcdc_crtc_set_mode()
779 vbp = mode->vtotal - mode->vsync_end; in tilcdc_crtc_mode_valid()
781 vsw = mode->vsync_end - mode->vsync_start; in tilcdc_crtc_mode_valid()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_encoders.c331 unsigned vsync_width = native_mode->vsync_end - native_mode->vsync_start; in radeon_panel_mode_fixup()
347 adjusted_mode->vsync_end = adjusted_mode->vsync_start + vsync_width; in radeon_panel_mode_fixup()
/Linux-v4.19/drivers/gpu/drm/shmobile/
Dshmob_drm_crtc.c115 value = ((mode->vsync_end - mode->vsync_start) << 16) /* VSYNW */ in shmob_drm_crtc_setup_geometry()
615 mode->vsync_end = sdev->pdata->panel.mode.vsync_end; in shmob_drm_connector_get_modes()

12345