Lines Matching +full:lcd +full:- +full:controller
1 .. SPDX-License-Identifier: GPL-2.0
7 -----------------------
16 2. Display controller
22 using sub device ops. The connection of external encoders to VENC LCD
23 controller port is done at init time based on default output and standard
27 When connected to an external encoder, vpbe controller is also responsible
29 board specific settings (specified in board-xxx-evm.c). This allows
39 setting timings at LCD controller port when external encoders are connected
40 at the port or LCD panel timings required. When external encoder/LCD panel
43 venc using non-standard timing mode.
45 Support LCD Panel displays using the VENC. For example to support a Logic
46 PD display, it requires setting up the LCD controller port with a set of
49 output name to board-xxx-evm.c). A table of timings for various LCDs
51 various LCD displays.As of this patch a basic driver is present, and this
62 --------------