Home
last modified time | relevance | path

Searched refs:vsync_start (Results 1 - 25 of 338) sorted by relevance

12345678910>>...14

/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
H A Dpanel-simple.c670 .vsync_start = 800 + 3,
696 .vsync_start = 272 + 2,
720 .vsync_start = 480 + 2,
770 .vsync_start = 600 + 16,
817 .vsync_start = 768 + 14,
840 .vsync_start = 768 + 4,
868 .vsync_start = 768 + 10,
897 .vsync_start = 768 + 3,
919 .vsync_start = 1080 + 25,
974 .vsync_start
[all...]
H A Dpanel-arm-versatile.c143 .vsync_start = 240 + 5,
166 .vsync_start = 480 + 11,
188 .vsync_start = 220 + 0,
211 .vsync_start = 320 + 2,
H A Dpanel-tpo-tpg110.c111 .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 Dpanel-ilitek-ili9322.c548 .vsync_start = 240 + 4,
561 .vsync_start = 240 + 21,
575 .vsync_start = 240 + 4,
589 .vsync_start = 320 + 4,
602 .vsync_start = 360 + 4,
616 .vsync_start = 480 + 4,
630 .vsync_start = 480 + 4,
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
H A Dpanel-simple.c721 .vsync_start = 800 + 3,
747 .vsync_start = 272 + 2,
771 .vsync_start = 480 + 2,
881 .vsync_start = 600 + 16,
906 .vsync_start = 768 + 14,
929 .vsync_start = 768 + 10,
989 .vsync_start = 800 + 8,
1013 .vsync_start = 600 + 10,
1091 .vsync_start = 768 + 4,
1204 .vsync_start
[all...]
H A Dpanel-edp.c992 .vsync_start = 768 + 4,
1020 .vsync_start = 1080 + 3,
1047 .vsync_start = 1080 + 25,
1074 .vsync_start = 768 + 3,
1096 .vsync_start = 1080 + 3,
1124 .vsync_start = 800 + 3,
1135 .vsync_start = 800 + 3,
1165 .vsync_start = 1440 + 3,
1177 .vsync_start = 1440 + 3,
1208 .vsync_start
[all...]
H A Dpanel-arm-versatile.c143 .vsync_start = 240 + 5,
166 .vsync_start = 480 + 11,
188 .vsync_start = 220 + 0,
211 .vsync_start = 320 + 2,
H A Dpanel-tpo-tpg110.c111 .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 Dpanel-ilitek-ili9322.c549 .vsync_start = 240 + 4,
562 .vsync_start = 240 + 21,
576 .vsync_start = 240 + 4,
590 .vsync_start = 320 + 4,
603 .vsync_start = 360 + 4,
617 .vsync_start = 480 + 4,
631 .vsync_start = 480 + 4,
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Dmdfld_tmd_vid.c57 mode->vsync_start = \ in tmd_vid_get_config_mode()
61 mode->vsync_start + ((ti->vsync_pulse_width_hi << 8) | \ in tmd_vid_get_config_mode()
72 dev_dbg(dev->dev, "VSS is %d\n", mode->vsync_start); in tmd_vid_get_config_mode()
82 mode->vsync_start = 861; in tmd_vid_get_config_mode()
/kernel/linux/linux-6.6/drivers/gpu/drm/gud/
H A Dgud_internal.h141 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_modes.c284 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()
515 drm_mode->vsync_start = vdisplay_rnd + vodd_front_porch_lines; in drm_gtf_mode_complex()
516 drm_mode->vsync_end = drm_mode->vsync_start + V_SYNC_RQD; in drm_gtf_mode_complex()
597 dmode->vsync_start = dmode->vdisplay + vm->vfront_porch; in drm_display_mode_from_videomode()
598 dmode->vsync_end = dmode->vsync_start + vm->vsync_len; in drm_display_mode_from_videomode()
638 vm->vfront_porch = dmode->vsync_start - dmode->vdisplay; in drm_display_mode_to_videomode()
639 vm->vsync_len = dmode->vsync_end - dmode->vsync_start; in drm_display_mode_to_videomode()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_encoders.c172 unsigned vover = native_mode->vsync_start - native_mode->vdisplay; in amdgpu_panel_mode_fixup()
174 unsigned 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()
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_modes.h138 .vsync_start = (vss), .vsync_end = (vse), .vtotal = (vt), \
154 .htotal = (hd), .vdisplay = (vd), .vsync_start = (vd), \
180 * @vsync_start: vertical sync start
237 u16 vsync_start; member
406 (m)->vdisplay, (m)->vsync_start, (m)->vsync_end, (m)->vtotal, \
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_dsi_encoder.c65 vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal; in mdp4_dsi_encoder_mode_set()
66 display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + dsi_hsync_skew; in mdp4_dsi_encoder_mode_set()
67 display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + dsi_hsync_skew - 1; in mdp4_dsi_encoder_mode_set()
H A Dmdp4_dtv_encoder.c70 vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal; in mdp4_dtv_encoder_mode_set()
71 display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + dtv_hsync_skew; in mdp4_dtv_encoder_mode_set()
72 display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + dtv_hsync_skew - 1; in mdp4_dtv_encoder_mode_set()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_dsi_encoder.c67 vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal; in mdp4_dsi_encoder_mode_set()
68 display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + dsi_hsync_skew; in mdp4_dsi_encoder_mode_set()
69 display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + dsi_hsync_skew - 1; in mdp4_dsi_encoder_mode_set()
H A Dmdp4_dtv_encoder.c70 vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal; in mdp4_dtv_encoder_mode_set()
71 display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + dtv_hsync_skew; in mdp4_dtv_encoder_mode_set()
72 display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + dtv_hsync_skew - 1; in mdp4_dtv_encoder_mode_set()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_modes.c504 mode->vsync_start = mode->vdisplay + vfp; in fill_analog_mode()
505 mode->vsync_end = mode->vsync_start + vslen; in fill_analog_mode()
764 drm_mode->vsync_start = drm_mode->vdisplay + CVT_MIN_V_PORCH; in drm_cvt_mode()
765 drm_mode->vsync_end = drm_mode->vsync_start + vsync; in drm_cvt_mode()
796 drm_mode->vsync_start = drm_mode->vdisplay + CVT_RB_VFPORCH; in drm_cvt_mode()
797 drm_mode->vsync_end = drm_mode->vsync_start + vsync; in drm_cvt_mode()
995 drm_mode->vsync_start = vdisplay_rnd + vodd_front_porch_lines; in drm_gtf_mode_complex()
996 drm_mode->vsync_end = drm_mode->vsync_start + V_SYNC_RQD; in drm_gtf_mode_complex()
1077 dmode->vsync_start = dmode->vdisplay + vm->vfront_porch; in drm_display_mode_from_videomode()
1078 dmode->vsync_end = dmode->vsync_start in drm_display_mode_from_videomode()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/
H A Ddp_panel.c353 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()
412 drm_mode->vsync_start - drm_mode->vdisplay, in dp_panel_init_panel_info()
413 drm_mode->vsync_end - drm_mode->vsync_start); in dp_panel_init_panel_info()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dp/
H A Ddp_panel.c378 drm_mode->vsync_start - drm_mode->vdisplay, in dp_panel_timing_cfg()
379 drm_mode->vsync_end - drm_mode->vsync_start); in dp_panel_timing_cfg()
391 data = (drm_mode->vtotal - drm_mode->vsync_start); in dp_panel_timing_cfg()
397 data = drm_mode->vsync_end - drm_mode->vsync_start; in dp_panel_timing_cfg()
441 drm_mode->vsync_start - drm_mode->vdisplay, in dp_panel_init_panel_info()
442 drm_mode->vsync_end - drm_mode->vsync_start); in dp_panel_init_panel_info()
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_modes.h138 .vsync_start = (vss), .vsync_end = (vse), .vtotal = (vt), \
152 .htotal = (hd), .vdisplay = (vd), .vsync_start = (vd), \
205 * @vsync_start: vertical sync start
265 u16 vsync_start; member
434 (m)->vdisplay, (m)->vsync_start, (m)->vsync_end, (m)->vtotal, \
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/dcss/
H A Ddcss-ss.c131 u16 vsync_start, vsync_end; in dcss_ss_sync_set() local
150 vsync_start = vm->vfront_porch - 1; in dcss_ss_sync_set()
154 ((u32)vsync_end << SYNC_END_POS) | vsync_start, in dcss_ss_sync_set()
/kernel/linux/linux-6.6/drivers/gpu/drm/imx/dcss/
H A Ddcss-ss.c131 u16 vsync_start, vsync_end; in dcss_ss_sync_set() local
150 vsync_start = vm->vfront_porch - 1; in dcss_ss_sync_set()
154 ((u32)vsync_end << SYNC_END_POS) | vsync_start, in dcss_ss_sync_set()

Completed in 23 milliseconds

12345678910>>...14