Lines Matching +full:video +full:- +full:mode

1 .. SPDX-License-Identifier: GPL-2.0
7 ---------------
9 The mgb4 driver provides a sysfs interface, that is used to configure video
11 device can be opened) and obtain the video device/stream status.
13 There are two types of parameters - global / PCI card related, found under
23 | 0 - No module present
24 | 1 - FPDL3
25 | 2 - GMSL
33 | 1 - FPDL3
34 | 2 - GMSL
42 PRODUCT-REVISION-SERIES-SERIAL
55 | 0 - single
56 | 1 - dual (default)
61 | 0 - OLDI/JEIDA
62 | 1 - SPWG/VESA (default)
65 Video link status. If the link is locked, chips are properly connected and
67 an active video stream.
72 | 0 - unlocked
73 | 1 - locked
76 Video stream status. A stream is detected if the link is locked, the input
82 | 0 - not detected
83 | 1 - detected
86 Video stream width. This is the actual width as detected by the HW.
92 Video stream height. This is the actual height as detected by the HW.
98 The type of VSYNC pulses as detected by the video format detector.
103 | 0 - active low
104 | 1 - active high
105 | 2 - not available
108 The type of HSYNC pulses as detected by the video format detector.
113 | 0 - active low
114 | 1 - active high
115 | 2 - not available
118 If the incoming video signal does not contain synchronization VSYNC and
125 If the incoming video signal does not contain synchronization VSYNC and
155 valid pixel in the video line (marked by DE=1).
161 Number of PCLK pulses between the end of the last valid pixel in the video
168 Number of video lines between deassertion of the VSYNC signal and the video
175 Number of video lines between the end of the last valid pixel line (marked
187 | 0 - PLL < 50MHz (default)
188 | 1 - PLL >= 50MHz
200 Output video source. If set to 0 or 1, the source is the corresponding card
202 is the corresponding v4l2 video output device. The default is
205 | 0 - input 0
206 | 1 - input 1
207 | 2 - v4l2 output 0
208 | 3 - v4l2 output 1
230 Output video signal frame rate limit in frames per second. Due to
241 | 0 - active low (default)
242 | 1 - active high
247 | 0 - active low (default)
248 | 1 - active high
253 | 0 - active low
254 | 1 - active high (default)
257 Output pixel clock frequency. Allowed values are between 25000-190000(kHz)
258 and there is a non-linear stepping between two consecutive allowed
270 Width of the VSYNC signal in video lines. The default value is 20.
274 valid pixel in the video line (marked by DE=1). The default value is 50.
277 Number of PCLK pulses between the end of the last valid pixel in the video
282 Number of video lines between deassertion of the VSYNC signal and the video
286 Number of video lines between the end of the last valid pixel line (marked
295 | 0 - auto (default)
296 | 1 - single
297 | 2 - dual
305 | 0 - auto (default)
306 | 1 - single
307 | 2 - dual
313 GMSL speed mode.
315 | 0 - 12Gb/s (default)
316 | 1 - 6Gb/s
317 | 2 - 3Gb/s
318 | 3 - 1.5Gb/s
321 The GMSL multi-stream contains up to four video streams. This parameter
322 selects which stream is captured by the video input. The value is the
323 zero-based index of the stream. The default stream id is 0.
331 | 0 - disabled
332 | 1 - enabled (default)
335 --------------
338 - mgb4-fw.X - FPGA firmware.
339 - mgb4-data.X - Factory settings, e.g. card serial number.
341 The *mgb4-fw* partition is writable and is used for FW updates, *mgb4-data* is
342 read-only. The *X* attached to the partition name represents the card number.
344 also have a third partition named *mgb4-flash* available in the system. This
349 --------------
357 | bit 1 - trigger 1 pending
358 | bit 2 - trigger 2 pending
359 | bit 5 - trigger 1 level
360 | bit 6 - trigger 2 level
365 The iio device can operate either in "raw" mode where you can fetch the signal
366 levels (activity bits 5 and 6) using sysfs access or in triggered buffer mode.
367 In the triggered buffer mode you can follow the signal level changes (activity
369 will also get the exact trigger event time that can be matched to a video frame
370 (every mgb4 video frame has a timestamp with the same clock source).
373 no sense to get the pending bits in raw mode or the level bits in the triggered
374 buffer mode - the values do not represent valid data in such case.*