| Commit message (Expand) | Author | Age | Lines |
* | video: consolidate splash screen alignment code | Anatolij Gustschin | 2013-11-22 | -17/+2 |
* | video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO | Robert Winkler | 2013-11-22 | -13/+3 |
* | lcd: remove unaligned access in lcd_dt_simplefb_configure_node() | Stephen Warren | 2013-11-22 | -3/+3 |
* | lcd: add functions to set up simplefb device tree | Stephen Warren | 2013-11-22 | -0/+87 |
* | video: bcm2835: fix build issues | Anatolij Gustschin | 2013-03-29 | -0/+12 |
* | Merge branch 'for-v2013.04' | Anatolij Gustschin | 2013-03-29 | -57/+74 |
|\ |
|
| * | Fix bitmap offsets for non 8-bit LCDs | Andre Renaud | 2013-03-21 | -3/+4 |
| * | common/lcd.c: move the macro's to the c file | Jeroen Hofstee | 2013-03-21 | -0/+28 |
| * | common/lcd: cosmetic: clean up a bit | Jeroen Hofstee | 2013-03-21 | -52/+32 |
| * | common/lcd.c: remove global lcd_base | Jeroen Hofstee | 2013-03-21 | -0/+1 |
| * | common/lcd.c: cleanup use of global variables | Jeroen Hofstee | 2013-03-21 | -0/+6 |
| * | common/lcd.c: cleanup use of global variables | Wolfgang Denk | 2013-03-21 | -3/+4 |
* | | lcd: calculate line_length after lcd_ctrl_init() | Stephen Warren | 2013-03-20 | -2/+2 |
|/ |
|
* | lcd: implement a callback for splashimage | Nikita Kiryanov | 2013-03-11 | -0/+26 |
* | lcd: add option for board specific splash screen preparation | Nikita Kiryanov | 2013-03-08 | -0/+15 |
* | lcd: restore ability to display 8 bpp BMPs on 16 bpp LCDs | Nikita Kiryanov | 2013-01-14 | -1/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot into resolve | Minkyu Kang | 2012-12-10 | -4/+174 |
|\ |
|
| * | lcd: Implement RLE8 bitmap decoding | Tom Wai-Hong Tam | 2012-11-07 | -0/+144 |
| * | lcd: Fix BMP decode bug that skips the wrong padded row | Tom Wai-Hong Tam | 2012-11-07 | -4/+4 |
| * | lcd: Provide an API to access LCD parameters | Vadim Bendebury | 2012-11-07 | -0/+26 |
* | | lcd: Add CONFIG_CONSOLE_SCROLL_LINES option to speed console | Simon Glass | 2012-11-19 | -5/+17 |
* | | lcd: Add support for flushing LCD fb from dcache after update | Simon Glass | 2012-11-19 | -7/+39 |
* | | lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignment | Simon Glass | 2012-11-19 | -5/+16 |
|/ |
|
* | common/lcd: fix build breakage for at91sam9x5ek and trats boards | Anatolij Gustschin | 2012-09-24 | -4/+10 |
* | common/lcd: add protection from null bmp pointer | Nikita Kiryanov | 2012-09-21 | -1/+1 |
* | common lcd: simplify lcd_display_bitmap | Nikita Kiryanov | 2012-09-05 | -17/+27 |
* | common lcd: simplify core functions | Nikita Kiryanov | 2012-09-05 | -32/+30 |
* | common lcd: simplify lcd_display | Nikita Kiryanov | 2012-09-05 | -9/+18 |
* | common lcd: simplify lcd_logo | Nikita Kiryanov | 2012-09-05 | -11/+1 |
* | common lcd: minor coding style changes | Nikita Kiryanov | 2012-07-10 | -121/+124 |
* | LCD: display 32bpp decompressed bitmap image | Donghwa Lee | 2012-05-25 | -3/+16 |
* | common/lcd.c: reduce one CONFIG_LCD_LOGO ifdef | Anatolij Gustschin | 2012-05-25 | -3/+3 |
* | common/lcd.c: reduce some CONFIG_LCD_*_LOGO ifdefs | Anatolij Gustschin | 2012-05-25 | -10/+6 |
* | common/lcd.c: use ARRAY_SIZE | Anatolij Gustschin | 2012-05-25 | -2/+2 |
* | PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X | Marek Vasut | 2011-12-06 | -6/+8 |
* | font: split font data from video_font.h | Che-Liang Chiou | 2011-11-15 | -0/+1 |
* | tools: logo: split bmp arrays from bmp_logo.h | Che-Liang Chiou | 2011-11-15 | -0/+1 |
* | lcd: add clear and draw bitmap declaration | Che-Liang Chiou | 2011-11-15 | -6/+10 |
* | GCC4.6: Squash warnings in lcd.c | Marek Vasut | 2011-10-01 | -4/+5 |
* | lcd: align fb writing address for horizontal display offset | Liu Ying | 2011-01-27 | -1/+1 |
* | Enable PXAFB for PXA27X and PXA3XX | Marek Vasut | 2010-07-14 | -6/+6 |
* | Make sure that argv[] argument pointers are not modified. | Wolfgang Denk | 2010-07-04 | -2/+2 |
* | lcd: make 16bpp work | Alessandro Rubini | 2010-03-24 | -4/+20 |
* | lcd: remove CONFIG_ATMEL_LCD ifdefs from lcd_setfgcolor | Anatolij Gustschin | 2010-01-27 | -8/+0 |
* | lcd: remove '#if 0' 32-bit scroll, now memcpy does it | Alessandro Rubini | 2009-10-18 | -21/+0 |
* | video: move extern declarations from C to headers | Alessandro Rubini | 2009-07-25 | -16/+0 |
* | stdio/device: rework function naming convention | Jean-Christophe PLAGNIOL-VILLARD | 2009-07-18 | -3/+3 |
* | Added support for splash screen positioning | Matthias Weisser | 2009-07-17 | -2/+37 |
* | General help message cleanup | Wolfgang Denk | 2009-06-12 | -1/+1 |
* | lcd: Fix compilation warning in common/lcd.c | Anatolij Gustschin | 2009-02-25 | -1/+4 |