Lines Matching +full:panel +full:- +full:specific
1 .. SPDX-License-Identifier: GPL-2.0
7 -----------------
28 -----------------------
49 board specific settings (specified in board-xxx-evm.c). This allows
52 API to set timings in VENC for a specific display resolution. As of this
59 at the port or LCD panel timings required. When external encoder/LCD panel
60 is connected, the timings for a specific standard/preset is retrieved from
61 the board specific table and the values are used to set the timings in
62 venc using non-standard timing mode.
64 Support LCD Panel displays using the VENC. For example to support a Logic
67 add the available outputs as a board specific entry (i.e add the "LogicPD"
68 output name to board-xxx-evm.c). A table of timings for various LCDs
69 supported can be maintained in the board specific setup file to support
75 OSD module implements all OSD layer management and hardware specific
80 --------------
86 ----------
89 - Add support for external encoders.
90 - add support for selecting external encoder as default at probe time.
93 - add timings for supporting ths8200
94 - add support for LogicPD LCD.
97 - Add support for fbdev drivers.- Ready and part of subsequent patches.