/linux/drivers/gpu/drm/panel/ |
H A D | panel-simple.c | 769 .vsync_start = 800 + 3, 795 .vsync_start = 272 + 2, 819 .vsync_start = 480 + 2, 929 .vsync_start = 600 + 16, 954 .vsync_start = 768 + 14, 977 .vsync_start = 768 + 10, 1037 .vsync_start = 800 + 8, 1061 .vsync_start = 600 + 10, 1085 .vsync_start = 600 + 1, 1194 .vsync_start = 768 + 4, [all …]
|
H A D | panel-edp.c | 1022 .vsync_start = 768 + 10, 1035 .vsync_start = 768 + 4, 1063 .vsync_start = 1080 + 25, 1090 .vsync_start = 768 + 3, 1113 .vsync_start = 800 + 3, 1124 .vsync_start = 800 + 3, 1154 .vsync_start = 1440 + 3, 1166 .vsync_start = 1440 + 3, 1197 .vsync_start = 1080 + 3, 1238 .vsync_start = 1080 + 3, [all …]
|
H A 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,
|
H A 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,
|
H A D | panel-ilitek-ili9322.c | 543 .vsync_start = 240 + 4, 556 .vsync_start = 240 + 21, 570 .vsync_start = 240 + 4, 584 .vsync_start = 320 + 4, 597 .vsync_start = 360 + 4, 611 .vsync_start = 480 + 4, 625 .vsync_start = 480 + 4,
|
H A D | panel-newvision-nv3052c.c | 835 .vsync_start = 480 + 5, 847 .vsync_start = 480 + 5, 862 .vsync_start = 480 + 12, 877 .vsync_start = 480 + 21,
|
H A D | panel-sitronix-st7703.c | 140 .vsync_start = 1440 + 20, 319 .vsync_start = 1440 + 18, 406 .vsync_start = 480 + 18, 490 .vsync_start = 720 + 15, 576 .vsync_start = 1280 + 16, 658 .vsync_start = 480 + 17,
|
H A 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,
|
H A D | panel-newvision-nv3051d.c | 448 .vsync_start = 480 + 18, 460 .vsync_start = 480 + 18, 472 .vsync_start = 480 + 18, 487 .vsync_start = 480 + 18,
|
/linux/drivers/gpu/drm/gud/ |
H A 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/drivers/gpu/drm/amd/amdgpu/ |
H A 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/drivers/gpu/drm/msm/disp/mdp4/ |
H A D | mdp4_dsi_encoder.c | 55 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 D | mdp4_dtv_encoder.c | 59 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 D | drm_modes.c | 505 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/msm/dp/ |
H A D | dp_panel.c | 353 drm_mode->vsync_start - drm_mode->vdisplay, in dp_panel_timing_cfg() 354 drm_mode->vsync_end - drm_mode->vsync_start); in dp_panel_timing_cfg() 366 data = (drm_mode->vtotal - drm_mode->vsync_start); in dp_panel_timing_cfg() 372 data = drm_mode->vsync_end - drm_mode->vsync_start; in dp_panel_timing_cfg() 420 drm_mode->vsync_start - drm_mode->vdisplay, in dp_panel_init_panel_info() 421 drm_mode->vsync_end - drm_mode->vsync_start); in dp_panel_init_panel_info()
|
/linux/drivers/gpu/drm/imx/dcss/ |
H A D | dcss-ss.c | 125 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 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/drivers/gpu/drm/radeon/ |
H A D | radeon_encoders.c | 330 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/i915/display/ |
H A D | intel_vrr_regs.h | 109 #define VRR_VSYNC_START(vsync_start) REG_FIELD_PREP(VRR_VSYNC_START_MASK, (vsync_start)) argument
|
H A D | intel_vrr.c | 235 crtc_state->vrr.vsync_start = in intel_vrr_compute_config() 237 crtc_state->hw.adjusted_mode.vsync_start); in intel_vrr_compute_config() 349 VRR_VSYNC_START(crtc_state->vrr.vsync_start)); in intel_vrr_enable() 427 crtc_state->vrr.vsync_start = in intel_vrr_get_config()
|
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_encoder_phys_vid.c | 53 || (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() 722 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 D | mdp5_encoder.c | 77 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 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/drivers/media/platform/xilinx/ |
H A D | xilinx-vtc.h | 27 unsigned int vsync_start; member
|
/linux/drivers/gpu/drm/bridge/adv7511/ |
H A 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()
|