From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 7 Nov 2012 01:15:32 +0100 Subject: [U-Boot] [PATCH 0/7] lcd/video: Add parameter API and compressed bitmaps In-Reply-To: <1348881077-11246-1-git-send-email-sjg@chromium.org> References: <1348881077-11246-1-git-send-email-sjg@chromium.org> Message-ID: <20121107011532.13a4e50d@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On Fri, 28 Sep 2012 18:11:10 -0700 Simon Glass wrote: > This series contains patches to create an API to read lcd/video > parameters such as the screen size. It also adds support for displaying > compressed bitmaps. > > Ultimately it would be nice to unify lcd and video more, and this is > a step towards that. Board files still need to decide which to use, but > the same parameters are available in both. > > > Stefan Reinauer (2): > video: Provide an API to access video parameters > video: Implement additional video API functions in cfb_console > > Tom Wai-Hong Tam (3): > lcd: Fix BMP decode bug that skips the wrong padded row > lcd: Fix fb offset calculation for bpix == 16 in BMP display > lcd: Implement RLE8 bitmap decoding > > Vadim Bendebury (2): > lcd: Provide an API to access LCD parameters > video: Skip bitmaps which do not fit into the screen in cfb_console Applied this series to u-boot-video/master, except patch 5/7 which shouldn't be needed. Thanks! Anatolij