public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/7] lcd/video: Add parameter API and compressed bitmaps
@ 2012-09-29  1:11 Simon Glass
  2012-09-29  1:11 ` [U-Boot] [PATCH 1/7] video: Provide an API to access video parameters Simon Glass
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Simon Glass @ 2012-09-29  1:11 UTC (permalink / raw)
  To: u-boot

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

 README                      |    5 +
 common/cmd_bmp.c            |    4 +-
 common/lcd.c                |  184 +++++++++++++++++++++++++++++++++++++++++--
 drivers/video/cfb_console.c |   39 +++++++++
 include/lcd.h               |   36 +++++++++
 include/video.h             |   48 +++++++++++
 6 files changed, 307 insertions(+), 9 deletions(-)

-- 
1.7.7.3

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2012-11-07  0:21 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-29  1:11 [U-Boot] [PATCH 0/7] lcd/video: Add parameter API and compressed bitmaps Simon Glass
2012-09-29  1:11 ` [U-Boot] [PATCH 1/7] video: Provide an API to access video parameters Simon Glass
2012-11-06 22:08   ` [U-Boot] [PATCH v2] " Anatolij Gustschin
2012-09-29  1:11 ` [U-Boot] [PATCH 2/7] video: Implement additional video API functions in cfb_console Simon Glass
2012-11-06 23:56   ` [U-Boot] [PATCH v2 " Anatolij Gustschin
2012-09-29  1:11 ` [U-Boot] [PATCH 3/7] lcd: Provide an API to access LCD parameters Simon Glass
2012-09-29  1:11 ` [U-Boot] [PATCH 4/7] lcd: Fix BMP decode bug that skips the wrong padded row Simon Glass
2012-09-29  1:11 ` [U-Boot] [PATCH 5/7] lcd: Fix fb offset calculation for bpix == 16 in BMP display Simon Glass
2012-10-04  8:48   ` Nikita Kiryanov
2012-10-09 12:28     ` Simon Glass
2012-09-29  1:11 ` [U-Boot] [PATCH 6/7] lcd: Implement RLE8 bitmap decoding Simon Glass
2012-10-01 17:01   ` Che-liang Chiou
2012-09-29  1:11 ` [U-Boot] [PATCH 7/7] video: Skip bitmaps which do not fit into the screen in cfb_console Simon Glass
2012-11-07  0:15 ` [U-Boot] [PATCH 0/7] lcd/video: Add parameter API and compressed bitmaps Anatolij Gustschin
2012-11-07  0:21   ` Simon Glass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox