Home
last modified time | relevance | path

Searched full:vsync (Results 1 – 25 of 670) sorted by relevance

12345678910>>...27

/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-tx6-lcd.dtsi121 vsync-len = <2>;
124 vsync-active = <0>;
137 vsync-len = <3>;
140 vsync-active = <0>;
153 vsync-len = <3>;
156 vsync-active = <0>;
169 vsync-len = <10>;
172 vsync-active = <0>;
185 vsync-len = <2>;
188 vsync-active = <0>;
[all …]
H A Dimx6qdl-tx6-lvds.dtsi139 vsync-len = <10>;
153 vsync-len = <2>;
155 vsync-active = <0>;
169 vsync-len = <13>;
171 vsync-active = <0>;
184 vsync-len = <2>;
187 vsync-active = <0>;
200 vsync-len = <3>;
203 vsync-active = <0>;
232 vsync-len = <10>;
[all …]
H A Dimx53-tx53-x03x.dts78 vsync-len = <2>;
81 vsync-active = <0>;
94 vsync-len = <3>;
97 vsync-active = <0>;
110 vsync-len = <3>;
113 vsync-active = <0>;
126 vsync-len = <10>;
129 vsync-active = <0>;
142 vsync-len = <2>;
145 vsync-active = <0>;
[all …]
H A Dimx6ul-tx6ul.dtsi416 vsync-len = <2>;
419 vsync-active = <0>;
432 vsync-len = <3>;
435 vsync-active = <0>;
448 vsync-len = <3>;
451 vsync-active = <0>;
464 vsync-len = <10>;
467 vsync-active = <0>;
480 vsync-len = <2>;
483 vsync-active = <0>;
[all …]
H A Dimx53-tx53-x13x.dts202 vsync-len = <10>;
205 vsync-active = <0>;
218 vsync-len = <13>;
221 vsync-active = <0>;
244 vsync-len = <10>;
247 vsync-active = <0>;
/linux/Documentation/devicetree/bindings/regulator/
H A Drichtek,rtmv20-regulator.yaml16 There're still four pins for camera control, two inputs (strobe and vsync),
18 supply, vsync input from IR camera, and fsin1/fsin2 output for the optional.
52 Fsin1 pulse high delay in microsecond after vsync signal pulse high.
59 Fsin1 pulse high width in microsecond after vsync signal pulse high.
66 Fsin2 pulse high delay in microsecond after vsync signal pulse high.
73 Fsin2 pulse high width in microsecond after vsync signal pulse high.
104 richtek,vsync-polarity-high:
105 description: Vsync pin active polarity control.
151 richtek,vsync-polarity-high;
/linux/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c181 bt->vsync > max_vert || bt->vbackporch > max_vert) in v4l2_valid_dv_timings()
283 t1->bt.vsync == t2->bt.vsync && in v4l2_match_dv_timings()
332 bt->vsync, bt->vbackporch); in v4l2_print_dv_timings()
344 bt->vsync == 8) ? " (V2)" : "", in v4l2_print_dv_timings()
450 #define CVT_MIN_VSYNC_BP 550 /* min time of vsync + back porch (us) */
477 * @vsync - the height of the vertical sync in lines.
492 unsigned vsync, in v4l2_detect_cvt() argument
504 if (vsync < 4 || vsync > 8) in v4l2_detect_cvt()
514 if (reduced_blanking && vsync == 8) in v4l2_detect_cvt()
520 if (!rb_v2 && vsync > 7) in v4l2_detect_cvt()
[all …]
/linux/Documentation/fb/
H A Dviafb.modes202 timings 25000 88 40 23 1 128 4 hsync high vsync high endmode
224 timings 20203 160 16 21 1 80 3 hsync high vsync high endmode
246 timings 17777 152 32 27 1 64 3 hsync high vsync high endmode
268 timings 14667 216 0 14 7 64 4 hsync high vsync high endmode
290 timings 11912 144 56 39 1 88 3 hsync high vsync high endmode
312 timings 31746 104 24 12 3 80 5 hsync high vsync high endmode
335 hsync high vsync high endmode mode "960x600-60"
389 timings 24218 126 32 15 1 104 3 hsync high vsync high endmode
455 timings 12699 176 16 28 1 96 3 hsync high vsync high endmode
477 timings 10582 208 48 36 1 96 3 hsync high vsync high endmode
[all …]
/linux/arch/sh/include/asm/
H A Dsh7760fb.h78 /* VSYNC polarity inversion */
90 /* Disable output of HSYNC during VSYNC period */
93 /* Disable output of VSYNC during VSYNC period */
145 * HSYNC/VSYNC polarities are derived from the fb_var_screeninfo
151 * Hsync-During-Vsync suppression (default off) CL1CNT
152 * Vsync-during-vsync suppression (default off) CL2CNT
188 /* set this to 1 to suppress vsync irq use. */
/linux/drivers/video/fbdev/geode/
H A Dvideo_cs5530.c113 /* Enable DACs, hsync and vsync for CRTs */ in cs5530_configure_display()
137 int blank, hsync, vsync; in cs5530_blank_display() local
141 blank = 0; hsync = 1; vsync = 1; in cs5530_blank_display()
144 blank = 1; hsync = 1; vsync = 1; in cs5530_blank_display()
147 blank = 1; hsync = 1; vsync = 0; in cs5530_blank_display()
150 blank = 1; hsync = 0; vsync = 1; in cs5530_blank_display()
153 blank = 1; hsync = 0; vsync = 0; in cs5530_blank_display()
170 if (vsync) in cs5530_blank_display()
176 if (hsync && vsync) in cs5530_blank_display()
H A Dvideo_gx.c240 /* Disable hsync and vsync */ in gx_configure_display()
252 /* Enable hsync and vsync. */ in gx_configure_display()
298 int blank, hsync, vsync, crt; in gx_blank_display() local
303 blank = 0; hsync = 1; vsync = 1; crt = 1; in gx_blank_display()
306 blank = 1; hsync = 1; vsync = 1; crt = 1; in gx_blank_display()
309 blank = 1; hsync = 1; vsync = 0; crt = 1; in gx_blank_display()
312 blank = 1; hsync = 0; vsync = 1; crt = 1; in gx_blank_display()
315 blank = 1; hsync = 0; vsync = 0; crt = 0; in gx_blank_display()
327 if (vsync) in gx_blank_display()
/linux/Documentation/admin-guide/media/
H A Dmgb4.rst98 The type of VSYNC pulses as detected by the video format detector.
118 If the incoming video signal does not contain synchronization VSYNC and
122 internal VSYNC pulse.
125 If the incoming video signal does not contain synchronization VSYNC and
148 Width of the VSYNC signal in PCLK clock ticks.
151 the vsync field of the v4l2_bt_timings struct.
168 Number of video lines between deassertion of the VSYNC signal and the video
176 by DE=1) and assertion of the VSYNC signal.
245 VSYNC signal polarity.
270 Width of the VSYNC signal in video lines. The default value is 20.
[all …]
/linux/arch/arm/boot/dts/nxp/mxs/
H A Dimx28-tx28.dts333 vsync-len = <2>;
336 vsync-active = <0>;
349 vsync-len = <3>;
352 vsync-active = <0>;
365 vsync-len = <3>;
368 vsync-active = <0>;
381 vsync-len = <10>;
384 vsync-active = <0>;
397 vsync-len = <2>;
400 vsync-active = <0>;
[all …]
/linux/Documentation/devicetree/bindings/media/i2c/
H A Dtvp514x.txt19 - vsync-active: VSYNC Polarity configuration for endpoint.
38 vsync-active = <1>;
H A Dtvp7002.txt13 - vsync-active: VSYNC Polarity configuration for the bus. Default value when
45 vsync-active = <1>;
H A Dov7670.txt14 - vsync-active: active state of the VSYNC signal, 0/1 for LOW/HIGH respectively.
49 vsync-active = <0>;
/linux/Documentation/devicetree/bindings/media/
H A Drenesas,vin.yaml92 If both HSYNC and VSYNC polarities are not specified, embedded
96 vsync-active:
98 If both HSYNC and VSYNC polarities are not specified, embedded
141 If both HSYNC and VSYNC polarities are not specified, embedded
145 vsync-active:
147 If both HSYNC and VSYNC polarities are not specified, embedded
345 vsync-active = <0>;
/linux/include/media/i2c/
H A Dtvp7002.h25 *@vs_polarity: VSYNC Polarity
26 * 0 - Active low VSYNC output, 1 - Active high VSYNC output
/linux/include/media/
H A Dv4l2-dv-timings.h142 * @vsync: the height of the vertical sync in lines.
155 bool v4l2_detect_cvt(unsigned frame_height, unsigned hfreq, unsigned vsync,
164 * @vsync: the height of the vertical sync in lines.
179 bool v4l2_detect_gtf(unsigned frame_height, unsigned hfreq, unsigned vsync,
211 * - For CVT timings: if reduced blanking v2 (vsync == 8) is true.
216 if ((bt->standards & V4L2_DV_BT_STD_CVT) && (bt->vsync == 8)) in can_reduce_fps()
/linux/drivers/gpu/drm/udl/
H A Dudl_proto.h45 #define UDL_BLANKMODE_ON 0x00 /* hsync and vsync on, visible */
46 #define UDL_BLANKMODE_BLANKED 0x01 /* hsync and vsync on, blanked */
47 #define UDL_BLANKMODE_VSYNC_OFF 0x03 /* vsync off, blanked */
/linux/Documentation/devicetree/bindings/display/msm/
H A Dqcom,sm6115-dpu.yaml35 - description: Display vsync
44 - const: vsync
73 clock-names = "bus", "iface", "core", "lut", "rot", "vsync";
H A Dqcom,qcm2290-dpu.yaml34 - description: Display vsync clock from dispcc
42 - const: vsync
70 clock-names = "bus", "iface", "core", "lut", "vsync";
H A Dqcom,sc7280-dpu.yaml35 - description: Display vsync clock
44 - const: vsync
79 "vsync";
/linux/drivers/media/pci/mgb4/
H A Dmgb4_sysfs_out.c303 voutdev->config->regs.vsync); in vsync_width_show()
309 * VSYNC vidth change is expected to be called on live streams. Video device
327 mgb4_mask_reg(&voutdev->mgbdev->video, voutdev->config->regs.vsync, in vsync_width_store()
375 voutdev->config->regs.vsync); in vback_porch_show()
399 mgb4_mask_reg(&voutdev->mgbdev->video, voutdev->config->regs.vsync, in vback_porch_store()
447 voutdev->config->regs.vsync); in vfront_porch_show()
471 mgb4_mask_reg(&voutdev->mgbdev->video, voutdev->config->regs.vsync, in vfront_porch_store()
521 voutdev->config->regs.vsync); in vsync_polarity_show()
527 * VSYNC polarity change is expected to be called on live streams. Video device
545 mgb4_mask_reg(&voutdev->mgbdev->video, voutdev->config->regs.vsync, in vsync_polarity_store()
[all …]
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_top.h56 * struct dpu_vsync_source_cfg - configure vsync source and configure the
61 * @vsync_source: vsync source selection
120 * setup_vsync_source - setup vsync source configuration details
122 * @cfg: vsync source selection configuration

12345678910>>...27