Lines Matching +full:vsync +full:- +full:len

1 display-timing bindings
4 display-timings node
5 --------------------
8 - none
11 - native-mode: The native mode for the display, in case multiple modes are
15 --------------
18 - hactive, vactive: display resolution
19 - hfront-porch, hback-porch, hsync-len: horizontal display timing parameters
21 vfront-porch, vback-porch, vsync-len: vertical display timing parameters in
23 - clock-frequency: display clock in Hz
26 - hsync-active: hsync pulse is active low/high/ignored
27 - vsync-active: vsync pulse is active low/high/ignored
28 - de-active: data-enable pulse is active low/high/ignored
29 - pixelclk-active: with
30 - active high = drive pixel data on rising edge/
32 - active low = drive pixel data on falling edge/
34 - ignored = ignored
35 - interlaced (bool): boolean to enable interlaced mode
36 - doublescan (bool): boolean to enable doublescan mode
37 - doubleclk (bool): boolean to enable doubleclock mode
46 for displays. If a display supports multiple signal timings, the native-mode
51 +----------+-------------------------------------+----------+-------+
55 +----------#######################################----------+-------+
59 | porch # | hactive # porch | len |
60 |<-------->#<-------+--------------------------->#<-------->|<----->|
65 +----------#######################################----------+-------+
69 +----------+-------------------------------------+----------+-------+
73 +----------+-------------------------------------+----------+-------+
77 display-timings {
78 native-mode = <&timing0>;
81 clock-frequency = <52000000>;
84 hfront-porch = <25>;
85 hback-porch = <25>;
86 hsync-len = <25>;
87 vback-porch = <2>;
88 vfront-porch = <2>;
89 vsync-len = <2>;
90 hsync-active = <1>;
101 clock-frequency = <148500000>;
104 hsync-len = <0 44 60>;
105 hfront-porch = <80 88 95>;
106 hback-porch = <100 148 160>;
107 vfront-porch = <0 4 6>;
108 vback-porch = <0 36 50>;
109 vsync-len = <0 5 6>;