| /freebsd/sys/dev/videomode/ |
| H A D | modelines | 19 ModeLine "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync 22 ModeLine "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync 25 ModeLine "720x400" 28.32 720 738 846 900 400 412 414 449 -hsync +vsync 28 ModeLine "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync 31 ModeLine "720x400" 35.5 720 738 846 900 400 421 423 449 -hsync -vsync 34 ModeLine "640x480" 25.175 640 656 752 800 480 490 492 525 -hsync -vsync 37 ModeLine "640x480" 31.5 640 664 704 832 480 489 492 520 -hsync -vsync 40 ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync 43 ModeLine "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync 46 ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync [all …]
|
| H A D | vesagtf.h | 46 unsigned vsync_rqd; /* width of vsync in lines */ 48 unsigned min_vsbp; /* minimum vsync + back porch (usec) */ 60 #define VESAGTF_VSYNC_RQD 3 /* vsync width in lines */ 62 #define VESAGTF_MIN_VSBP 550 /* min vsync + back porch (usec) */
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx6qdl-tx6-lcd.dtsi | 84 vsync-len = <2>; 87 vsync-active = <0>; 100 vsync-len = <3>; 103 vsync-active = <0>; 116 vsync-len = <3>; 119 vsync-active = <0>; 132 vsync-len = <10>; 135 vsync-active = <0>; 148 vsync-len = <2>; 151 vsync-active = <0>; [all …]
|
| H A D | imx6qdl-tx6-lvds.dtsi | 103 vsync-len = <10>; 117 vsync-len = <2>; 119 vsync-active = <0>; 133 vsync-len = <13>; 135 vsync-active = <0>; 148 vsync-len = <2>; 151 vsync-active = <0>; 164 vsync-len = <3>; 167 vsync-active = <0>; 196 vsync-len = <10>; [all …]
|
| H A D | imx53-tx53-x03x.dts | 42 vsync-len = <2>; 45 vsync-active = <0>; 58 vsync-len = <3>; 61 vsync-active = <0>; 74 vsync-len = <3>; 77 vsync-active = <0>; 90 vsync-len = <10>; 93 vsync-active = <0>; 106 vsync-len = <2>; 109 vsync-active = <0>; [all …]
|
| H A D | imx6ul-tx6ul.dtsi | 380 vsync-len = <2>; 383 vsync-active = <0>; 396 vsync-len = <3>; 399 vsync-active = <0>; 412 vsync-len = <3>; 415 vsync-active = <0>; 428 vsync-len = <10>; 431 vsync-active = <0>; 444 vsync-len = <2>; 447 vsync-active = <0>; [all …]
|
| H A D | imx53-tx53-x13x.dts | 158 vsync-len = <10>; 161 vsync-active = <0>; 174 vsync-len = <13>; 177 vsync-active = <0>; 200 vsync-len = <10>; 203 vsync-active = <0>;
|
| /freebsd/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | richtek,rtmv20-regulator.yaml | 16 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;
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/ |
| H A D | imx28-tx28.dts | 333 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 …]
|
| /freebsd/sys/contrib/device-tree/Bindings/media/ |
| H A D | renesas,vin.yaml | 92 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>;
|
| /freebsd/sys/dev/drm2/ |
| H A D | drm_modes.c | 99 int hdisplay_rnd, hmargin, vdisplay_rnd, vmargin, vsync; in drm_cvt_mode() local 150 /* Determine VSync Width from aspect ratio */ in drm_cvt_mode() 152 vsync = 4; in drm_cvt_mode() 154 vsync = 5; in drm_cvt_mode() 156 vsync = 6; in drm_cvt_mode() 158 vsync = 7; in drm_cvt_mode() 160 vsync = 7; in drm_cvt_mode() 162 vsync = 10; in drm_cvt_mode() 185 if (tmp1 < (vsync + CVT_MIN_V_PORCH)) in drm_cvt_mode() 186 vsyncandback_porch = vsync + CVT_MIN_V_PORCH; in drm_cvt_mode() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
| H A D | tvp514x.txt | 19 - vsync-active: VSYNC Polarity configuration for endpoint. 38 vsync-active = <1>;
|
| H A D | ti,tvp514x.txt | 19 - vsync-active: VSYNC Polarity configuration for endpoint. 38 vsync-active = <1>;
|
| H A D | tvp7002.txt | 13 - vsync-active: VSYNC Polarity configuration for the bus. Default value when 45 vsync-active = <1>;
|
| H A D | ti,tvp7002.txt | 13 - vsync-active: VSYNC Polarity configuration for the bus. Default value when 45 vsync-active = <1>;
|
| H A D | ov7670.txt | 14 - vsync-active: active state of the VSYNC signal, 0/1 for LOW/HIGH respectively. 49 vsync-active = <0>;
|
| H A D | ovti,ov7670.txt | 14 - vsync-active: active state of the VSYNC signal, 0/1 for LOW/HIGH respectively. 49 vsync-active = <0>;
|
| /freebsd/sys/contrib/device-tree/Bindings/display/exynos/ |
| H A D | exynos_dp.txt | 37 -vsync-active-high: 38 VSYNC polarity configuration. 61 -vsync-active-high: deprecated prop that can parsed from drm_display_mode. 101 vsync-len = <6>;
|
| H A D | exynos7-decon.txt | 13 order: FIFO Level, VSYNC, LCD_SYSTEM. The interrupt specifier 16 - interrupt-names: should contain the interrupt names: "fifo", "vsync", 48 interrupt-names = "lcd_sys", "vsync", "fifo";
|
| /freebsd/sys/contrib/device-tree/Bindings/display/msm/ |
| H A D | qcom,qcm2290-dpu.yaml | 34 - description: Display vsync clock from dispcc 42 - const: vsync 70 clock-names = "bus", "iface", "core", "lut", "vsync";
|
| H A D | qcom,sm6115-dpu.yaml | 35 - description: Display vsync 44 - const: vsync 73 clock-names = "bus", "iface", "core", "lut", "rot", "vsync";
|
| H A D | qcom,sdm845-dpu.yaml | 36 - description: Display vsync clock 44 - const: vsync 72 clock-names = "gcc-bus", "iface", "bus", "core", "vsync";
|
| H A D | qcom,msm8998-dpu.yaml | 38 - description: Display vsync clock 46 - const: vsync 75 clock-names = "iface", "bus", "mnoc", "core", "vsync";
|
| H A D | qcom,sm8250-dpu.yaml | 33 - description: Display vsync clock 40 - const: vsync 69 clock-names = "iface", "bus", "core", "vsync";
|
| H A D | qcom,sm8150-dpu.yaml | 35 - description: Display vsync clock 42 - const: vsync 64 clock-names = "iface", "bus", "core", "vsync";
|