| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-arm-versatile.c | 142 .vsync_start = 240 + 5, 165 .vsync_start = 480 + 11, 187 .vsync_start = 220 + 0, 210 .vsync_start = 320 + 2,
|
| H A D | panel-sitronix-st7703.c | 141 .vsync_start = 1440 + 20, 320 .vsync_start = 1440 + 18, 407 .vsync_start = 480 + 18, 491 .vsync_start = 720 + 15, 577 .vsync_start = 1280 + 16, 659 .vsync_start = 480 + 17, 754 .vsync_start = 1024 + 18,
|
| 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-himax-hx8394.c | 188 .vsync_start = 1440 + 9, 317 .vsync_start = 1280 + 12, 464 .vsync_start = 1280 + 13, 605 .vsync_start = 1920 + 16, 718 .vsync_start = 1280 + 30, 741 .vsync_start = 1280 + 15,
|
| H A D | panel-visionox-rm692e5.c | 247 .vsync_start = 2400 + 16, 261 .vsync_start = 2400 + 16, 275 .vsync_start = 2400 + 16,
|
| H A D | panel-auo-a030jtn01.c | 252 .vsync_start = 480 + 90, 264 .vsync_start = 480 + 90,
|
| H A D | panel-visionox-rm69299.c | 245 .vsync_start = 2248 + 56, 258 .vsync_start = 2160 + 8,
|
| H A D | panel-summit.c | 42 .vsync_start = 2008 + 1,
|
| H A D | panel-orisetech-otm8009a.c | 83 .vsync_start = 800 + 15, 97 .vsync_start = 800 + 15,
|
| H A D | panel-himax-hx83121a.c | 577 .vsync_start = 2560 + 154, 588 .vsync_start = 2560 + 2890, 602 .vsync_start = 2560 + 168,
|
| H A D | panel-lg-ld070wx3.c | 99 .vsync_start = 1280 + 5,
|
| H A D | panel-samsung-ltl106hl02.c | 89 .vsync_start = 1080 + 6,
|
| H A D | panel-hydis-hv101hd1.c | 83 .vsync_start = 768 + 21,
|
| H A D | panel-ilitek-ili9806e-dsi.c | 300 .vsync_start = 640 + 52, 460 .vsync_start = 640 + 40,
|
| H A D | panel-motorola-mot.c | 152 .vsync_start = 960 + 12,
|
| /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/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/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/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/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 | 223 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 D | xilinx-vtc.h | 27 unsigned int vsync_start; member
|
| /linux/drivers/video/fbdev/ |
| H A D | gbefb.c | 524 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/include/drm/ |
| H A D | gud.h | 88 __le16 vsync_start; member
|