/Linux-v4.19/drivers/gpu/drm/panel/ |
D | panel-simple.c | 396 .vsync_start = 272 + 2, 421 .vsync_start = 480 + 2, 446 .vsync_start = 600 + 16, 469 .vsync_start = 800 + 4, 492 .vsync_start = 768 + 14, 516 .vsync_start = 768 + 10, 539 .vsync_start = 768 + 3, 562 .vsync_start = 1080 + 25, 618 .vsync_start = 600 + 10, 727 .vsync_start = 1080 + 4, [all …]
|
D | panel-arm-versatile.c | 141 .vsync_start = 240 + 5, 165 .vsync_start = 480 + 11, 188 .vsync_start = 220 + 0, 212 .vsync_start = 320 + 2,
|
D | panel-ilitek-ili9322.c | 564 .vsync_start = 240 + 4, 578 .vsync_start = 240 + 21, 593 .vsync_start = 240 + 4, 608 .vsync_start = 320 + 4, 622 .vsync_start = 360 + 4, 637 .vsync_start = 480 + 4, 652 .vsync_start = 480 + 4,
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_modes.c | 284 drm_mode->vsync_start = drm_mode->vdisplay + CVT_MIN_V_PORCH; in drm_cvt_mode() 285 drm_mode->vsync_end = drm_mode->vsync_start + vsync; in drm_cvt_mode() 316 drm_mode->vsync_start = drm_mode->vdisplay + CVT_RB_VFPORCH; in drm_cvt_mode() 317 drm_mode->vsync_end = drm_mode->vsync_start + vsync; in drm_cvt_mode() 511 drm_mode->vsync_start = vdisplay_rnd + vodd_front_porch_lines; in drm_gtf_mode_complex() 512 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() 635 vm->vsync_len = dmode->vsync_end - dmode->vsync_start; in drm_display_mode_to_videomode() [all …]
|
/Linux-v4.19/drivers/gpu/drm/gma500/ |
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 | mdfld_tpo_vid.c | 43 mode->vsync_start = 487; in tpo_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 pr_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()
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp4/ |
D | mdp4_dsi_encoder.c | 66 mode->vdisplay, mode->vsync_start, in mdp4_dsi_encoder_mode_set() 83 vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal; in mdp4_dsi_encoder_mode_set() 84 display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + dsi_hsync_skew; in mdp4_dsi_encoder_mode_set() 85 …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 | 112 mode->vdisplay, mode->vsync_start, in mdp4_dtv_encoder_mode_set() 133 vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal; in mdp4_dtv_encoder_mode_set() 134 display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + dtv_hsync_skew; in mdp4_dtv_encoder_mode_set() 135 …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 | 281 mode->vdisplay, mode->vsync_start, in mdp4_lcdc_encoder_mode_set() 302 vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal; in mdp4_lcdc_encoder_mode_set() 303 display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + lcdc_hsync_skew; in mdp4_lcdc_encoder_mode_set() 304 …display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + lcdc_hsync_… in mdp4_lcdc_encoder_mode_set()
|
/Linux-v4.19/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()
|
/Linux-v4.19/include/drm/ |
D | drm_modes.h | 138 .vsync_start = (vss), .vsync_end = (vse), .vtotal = (vt), \ 285 int vsync_start; member 441 (m)->vdisplay, (m)->vsync_start, (m)->vsync_end, (m)->vtotal, \
|
/Linux-v4.19/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()
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_encoder.c | 126 mode->vdisplay, mode->vsync_start, in mdp5_vid_encoder_mode_set() 169 vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal; in mdp5_vid_encoder_mode_set() 170 display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + dtv_hsync_skew; in mdp5_vid_encoder_mode_set() 171 …display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + dtv_hsync_s… in mdp5_vid_encoder_mode_set()
|
/Linux-v4.19/drivers/media/platform/xilinx/ |
D | xilinx-vtc.h | 30 unsigned int vsync_start; member
|
/Linux-v4.19/drivers/gpu/drm/sti/ |
D | sti_vtg.c | 216 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() 315 u32 start_line = mode.vtotal - mode.vsync_start + 1; in sti_vtg_get_line_number()
|
/Linux-v4.19/drivers/gpu/drm/bridge/adv7511/ |
D | adv7533.c | 45 vsw = mode->vsync_end - mode->vsync_start; in adv7511_dsi_config_timing_gen() 46 vfp = mode->vsync_start - mode->vdisplay; in adv7511_dsi_config_timing_gen()
|
/Linux-v4.19/drivers/gpu/drm/fsl-dcu/ |
D | fsl_dcu_drm_crtc.c | 98 vfp = mode->vsync_start - mode->vdisplay; 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/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()
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_encoder_phys_vid.c | 56 || (mode->vsync_start < mode->vdisplay) 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() 85 timing->v_front_porch = mode->vsync_start - mode->vdisplay; 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/ |
D | tinydrm.h | 92 .vsync_start = (vd), \
|
/Linux-v4.19/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_bridge.c | 225 vstart = mode->vtotal - mode->vsync_start - 1; in msm_hdmi_bridge_mode_set() 226 vend = mode->vtotal - mode->vsync_start + mode->vdisplay - 1; in msm_hdmi_bridge_mode_set()
|
/Linux-v4.19/drivers/gpu/drm/shmobile/ |
D | shmob_drm_crtc.c | 115 value = ((mode->vsync_end - mode->vsync_start) << 16) /* VSYNW */ in shmob_drm_crtc_setup_geometry() 116 | mode->vsync_start; /* VSYNP */ in shmob_drm_crtc_setup_geometry() 614 mode->vsync_start = sdev->pdata->panel.mode.vsync_start; in shmob_drm_connector_get_modes()
|
/Linux-v4.19/drivers/gpu/drm/msm/edp/ |
D | edp_bridge.c | 68 mode->vdisplay, mode->vsync_start, in edp_bridge_mode_set()
|