Home
last modified time | relevance | path

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

123

/linux/drivers/gpu/drm/panel/
H A Dpanel-arm-versatile.c142 .vsync_start = 240 + 5,
165 .vsync_start = 480 + 11,
187 .vsync_start = 220 + 0,
210 .vsync_start = 320 + 2,
H A Dpanel-sitronix-st7703.c141 .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 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-himax-hx8394.c188 .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 Dpanel-visionox-rm692e5.c247 .vsync_start = 2400 + 16,
261 .vsync_start = 2400 + 16,
275 .vsync_start = 2400 + 16,
H A Dpanel-auo-a030jtn01.c252 .vsync_start = 480 + 90,
264 .vsync_start = 480 + 90,
H A Dpanel-visionox-rm69299.c245 .vsync_start = 2248 + 56,
258 .vsync_start = 2160 + 8,
H A Dpanel-summit.c42 .vsync_start = 2008 + 1,
H A Dpanel-orisetech-otm8009a.c83 .vsync_start = 800 + 15,
97 .vsync_start = 800 + 15,
H A Dpanel-himax-hx83121a.c577 .vsync_start = 2560 + 154,
588 .vsync_start = 2560 + 2890,
602 .vsync_start = 2560 + 168,
H A Dpanel-lg-ld070wx3.c99 .vsync_start = 1280 + 5,
H A Dpanel-samsung-ltl106hl02.c89 .vsync_start = 1080 + 6,
H A Dpanel-hydis-hv101hd1.c83 .vsync_start = 768 + 21,
H A Dpanel-ilitek-ili9806e-dsi.c300 .vsync_start = 640 + 52,
460 .vsync_start = 640 + 40,
H A Dpanel-motorola-mot.c152 .vsync_start = 960 + 12,
/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/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/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/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/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 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/include/drm/
H A Dgud.h88 __le16 vsync_start; member

123