| Commit message (Expand) | Author | Age | Files | Lines |
* | lcd: Fix compile warning in 64bit mode | Alexander Graf | 2016-03-27 | 1 | -2/+2 |
* | lcd: fix the color testpattern in 16bit mode | Andreas Neubacher | 2016-01-24 | 1 | -1/+15 |
* | dm: video: sandbox: Convert sandbox to use driver model for video | Simon Glass | 2016-01-20 | 1 | -11/+0 |
* | Revert "LCD: Add an option to skip registration as an stdio output" | Anatolij Gustschin | 2015-12-02 | 1 | -13/+0 |
* | LCD: Add an option to skip registration as an stdio output | Stephane Ayotte | 2015-11-19 | 1 | -0/+13 |
* | common/lcd_console: fix console/logo regression | Marcel Ziswiler | 2015-08-13 | 1 | -2/+2 |
* | lcd: Support colour lookup table on 16bpp display in BMP images | Simon Glass | 2015-06-10 | 1 | -3/+20 |
* | Remove typedefs from bmp_layout.h | Simon Glass | 2015-06-10 | 1 | -5/+5 |
* | Merge branch 'master' of git://git.denx.de/u-boot-video | Tom Rini | 2015-04-20 | 1 | -10/+8 |
|\ |
|
| * | common/lcd_console: introduce display/framebuffer rotation | Hannes Petermaier | 2015-04-18 | 1 | -10/+8 |
* | | common: Make sure arch-specific map_sysmem() is defined | Joe Hershberger | 2015-04-18 | 1 | -0/+1 |
|/ |
|
* | lcd: split splash code into its own function | Nikita Kiryanov | 2015-02-10 | 1 | -30/+22 |
* | lcd: dt: extract simplefb support | Nikita Kiryanov | 2015-02-10 | 1 | -50/+0 |
* | lcd: rename bitmap_plot to better represent its functionality | Nikita Kiryanov | 2015-02-10 | 1 | -3/+3 |
* | lcd: various cleanups | Nikita Kiryanov | 2015-02-10 | 1 | -75/+15 |
* | lcd: remove unused includes | Nikita Kiryanov | 2015-02-10 | 1 | -18/+0 |
* | lcd: introduce lcd_set_cmap | Nikita Kiryanov | 2015-02-10 | 1 | -24/+22 |
* | lcd: logo: move generic cmap setting to lcd_logo_set_cmap() | Nikita Kiryanov | 2015-02-10 | 1 | -21/+7 |
* | lcd: mpc823: move mpc823-specific lcd_logo_set_cmap code to mpc8xx_lcd.c | Nikita Kiryanov | 2015-02-10 | 1 | -9/+1 |
* | lcd: atmel: introduce lcd_logo_set_cmap | Nikita Kiryanov | 2015-02-10 | 1 | -21/+8 |
* | lcd: mpc8xx: move mpc823-specific fb_put_byte to mpc8xx_lcd.c | Nikita Kiryanov | 2015-02-10 | 1 | -6/+5 |
* | lcd: atmel: move atmel-specific fb_put_word to atmel_lcdfb | Nikita Kiryanov | 2015-02-10 | 1 | -10/+1 |
* | lcd: split configuration_get_cmap | Nikita Kiryanov | 2015-02-10 | 1 | -19/+0 |
* | lcd: fix console address is not initialized | Bo Shen | 2015-01-28 | 1 | -0/+1 |
* | lcd: refactor lcd console stuff into its own file | Nikita Kiryanov | 2015-01-10 | 1 | -229/+0 |
* | lcd: make lcd_drawchars() independant of lcd_base | Nikita Kiryanov | 2015-01-10 | 1 | -5/+2 |
* | lcd: introduce getters for bg/fg color | Nikita Kiryanov | 2015-01-10 | 1 | -9/+22 |
* | lcd: get rid of COLOR_MASK | Nikita Kiryanov | 2015-01-10 | 1 | -8/+6 |
* | lcd: expand console api | Nikita Kiryanov | 2015-01-10 | 1 | -9/+26 |
* | lcd: replace CONSOLE_(ROWS|COLS) with variables | Nikita Kiryanov | 2015-01-10 | 1 | -17/+18 |
* | lcd: rename console_(row|col) | Nikita Kiryanov | 2015-01-10 | 1 | -27/+27 |
* | lcd: remove LCD_MONOCHROME | Nikita Kiryanov | 2015-01-10 | 1 | -28/+2 |
* | lcd: cleanup lcd_drawchars | Nikita Kiryanov | 2015-01-10 | 1 | -13/+1 |
* | lcd: remove CONFIG_SYS_INVERT_COLORS | Nikita Kiryanov | 2015-01-10 | 1 | -8/+0 |
* | ARM: rpi: rename rpi_b to rpi | Stephen Warren | 2014-12-08 | 1 | -1/+1 |
* | common/lcd: Make lcd_dt_simplefb_configure_node use fdt_setup_simplefb_node | Hans de Goede | 2014-11-25 | 1 | -42/+5 |
* | linux/kernel.h: sync min, max, min3, max3 macros with Linux | Masahiro Yamada | 2014-11-23 | 1 | -3/+3 |
* | powerpc: remove orphaned boards mcc200 and prs200 | Nikita Kiryanov | 2014-11-12 | 1 | -23/+1 |
* | kconfig: arm: introduce symbol for ARM CPUs | Georges Savoundararadj | 2014-10-29 | 1 | -1/+0 |
* | lcd: Fix build error with CONFIG_LCD_BMP_RLE8 | Simon Glass | 2014-10-16 | 1 | -2/+2 |
* | lcd: support displaying 24bpp BMPs on >= 24bpp LCDs | Hannes Petermaier | 2014-08-11 | 1 | -3/+20 |
* | lcd: remove unused lcd_puts_xy | Jeroen Hofstee | 2014-08-11 | 1 | -10/+0 |
* | lcd: cleanup unused functions | Hannes Petermaier | 2014-08-10 | 1 | -16/+1 |
* | Add support for 32-bit organized framebuffers | Hannes Petermaier | 2014-08-10 | 1 | -3/+32 |
* | stdio: Pass device pointer to stdio methods | Simon Glass | 2014-07-23 | 1 | -2/+12 |
* | sandbox: Add LCD driver | Simon Glass | 2014-03-17 | 1 | -4/+17 |
* | common: lcd.c: fix data abort exception when try to access bmp header | Przemyslaw Marczak | 2014-02-03 | 1 | -14/+13 |
* | lcd: allow overriding lcd_get_size() | Anatolij Gustschin | 2013-11-12 | 1 | -3/+7 |
* | Coding Style cleanup: remove trailing white space | Wolfgang Denk | 2013-10-14 | 1 | -1/+1 |
* | video: Encapsulate font in video_font_data.h | Marek Vasut | 2013-08-12 | 1 | -1/+0 |