Lines Matching +full:display +full:- +full:rows
1 .. SPDX-License-Identifier: GPL-2.0
3 Renesas R-Car Fine Display Processor (FDP1) Driver
6 The R-Car FDP1 driver implements driver-specific controls as follows.
9 The video deinterlacing mode (such as Bob, Weave, ...). The R-Car FDP1
12 .. flat-table::
13 :header-rows: 0
14 :stub-columns: 0
17 * - ``"Progressive" (0)``
18 - The input image video stream is progressive (not interlaced). No
21 * - ``"Adaptive 2D/3D" (1)``
22 - Motion adaptive version of 2D and 3D deinterlacing. Use 3D deinterlacing
25 * - ``"Fixed 2D" (2)``
26 - The current field is scaled vertically by averaging adjacent lines to
29 * - ``"Fixed 3D" (3)``
30 - The previous and next fields are averaged to recover lines missing from
32 * - ``"Previous field" (4)``
33 - The current field is weaved with the previous field, i.e. the previous
36 * - ``"Next field" (5)``
37 - The current field is weaved with the next field, i.e. the next field is