From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 6 May 2013 22:18:04 +0200 Subject: [U-Boot] [PATCH v3 10/11] video: add Faraday FTLCDC200 LCD controller support In-Reply-To: <1366963360-2987-11-git-send-email-dantesu@gmail.com> References: <1366963360-2987-1-git-send-email-dantesu@gmail.com> <1366963360-2987-11-git-send-email-dantesu@gmail.com> Message-ID: <20130506221804.563fe3db@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Fri, 26 Apr 2013 16:02:39 +0800 Kuo-Jung Su wrote: > From: Kuo-Jung Su > > Faraday FTLCDC200 Color LCD controller performs translation of > pixel-coded data into the required formats and timings to > drive a variety of single/dual mono and color LCDs. > > Depending on the LCD type and mode, the unpacked data can represent: > 1. an actual true display gray or color value > 2. an address to a 256 x 16 bit wide palette RAM gray or color value. > > The FTLCDC200 generates 4 individual interrupts for: > 1. DMA FIFO underflow > 2. base address update > 3. vertical status > 4. bus error. > > There is also a single combined interrupt that is raised when any of > the individual interrupts become active. > > Signed-off-by: Kuo-Jung Su > CC: Anatolij Gustschin Acked-by: Anatolij Gustschin