aboutsummaryrefslogtreecommitdiff
path: root/common/lcd.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass1-2/+12
2014-03-17sandbox: Add LCD driverSimon Glass1-4/+17
2014-02-03common: lcd.c: fix data abort exception when try to access bmp headerPrzemyslaw Marczak1-14/+13
2013-11-12lcd: allow overriding lcd_get_size()Anatolij Gustschin1-3/+7
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-08-12video: Encapsulate font in video_font_data.hMarek Vasut1-1/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-08video: consolidate splash screen alignment codeAnatolij Gustschin1-17/+2
2013-07-01video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEORobert Winkler1-13/+3
2013-07-01lcd: remove unaligned access in lcd_dt_simplefb_configure_node()Stephen Warren1-3/+3
2013-06-05lcd: add functions to set up simplefb device treeStephen Warren1-0/+87
2013-03-29video: bcm2835: fix build issuesAnatolij Gustschin1-0/+12
2013-03-29Merge branch 'for-v2013.04'Anatolij Gustschin1-57/+74
2013-03-21Fix bitmap offsets for non 8-bit LCDsAndre Renaud1-3/+4
2013-03-21common/lcd.c: move the macro's to the c fileJeroen Hofstee1-0/+28
2013-03-21common/lcd: cosmetic: clean up a bitJeroen Hofstee1-52/+32
2013-03-21common/lcd.c: remove global lcd_baseJeroen Hofstee1-0/+1
2013-03-21common/lcd.c: cleanup use of global variablesJeroen Hofstee1-0/+6
2013-03-21common/lcd.c: cleanup use of global variablesWolfgang Denk1-3/+4
2013-03-20lcd: calculate line_length after lcd_ctrl_init()Stephen Warren1-2/+2
2013-03-11lcd: implement a callback for splashimageNikita Kiryanov1-0/+26
2013-03-08lcd: add option for board specific splash screen preparationNikita Kiryanov1-0/+15
2013-01-14lcd: restore ability to display 8 bpp BMPs on 16 bpp LCDsNikita Kiryanov1-1/+1
2012-12-10Merge branch 'master' of git://git.denx.de/u-boot into resolveMinkyu Kang1-4/+174
2012-11-19lcd: Add CONFIG_CONSOLE_SCROLL_LINES option to speed consoleSimon Glass1-5/+17
2012-11-19lcd: Add support for flushing LCD fb from dcache after updateSimon Glass1-7/+39
2012-11-19lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignmentSimon Glass1-5/+16
2012-11-07lcd: Implement RLE8 bitmap decodingTom Wai-Hong Tam1-0/+144
2012-11-07lcd: Fix BMP decode bug that skips the wrong padded rowTom Wai-Hong Tam1-4/+4
2012-11-07lcd: Provide an API to access LCD parametersVadim Bendebury1-0/+26
2012-09-24common/lcd: fix build breakage for at91sam9x5ek and trats boardsAnatolij Gustschin1-4/+10
2012-09-21common/lcd: add protection from null bmp pointerNikita Kiryanov1-1/+1
2012-09-05common lcd: simplify lcd_display_bitmapNikita Kiryanov1-17/+27
2012-09-05common lcd: simplify core functionsNikita Kiryanov1-32/+30
2012-09-05common lcd: simplify lcd_displayNikita Kiryanov1-9/+18
2012-09-05common lcd: simplify lcd_logoNikita Kiryanov1-11/+1
2012-07-10common lcd: minor coding style changesNikita Kiryanov1-121/+124
2012-05-25LCD: display 32bpp decompressed bitmap imageDonghwa Lee1-3/+16
2012-05-25common/lcd.c: reduce one CONFIG_LCD_LOGO ifdefAnatolij Gustschin1-3/+3
2012-05-25common/lcd.c: reduce some CONFIG_LCD_*_LOGO ifdefsAnatolij Gustschin1-10/+6
2012-05-25common/lcd.c: use ARRAY_SIZEAnatolij Gustschin1-2/+2
2011-12-06PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]XMarek Vasut1-6/+8
2011-11-15font: split font data from video_font.hChe-Liang Chiou1-0/+1
2011-11-15tools: logo: split bmp arrays from bmp_logo.hChe-Liang Chiou1-0/+1
2011-11-15lcd: add clear and draw bitmap declarationChe-Liang Chiou1-6/+10
2011-10-01GCC4.6: Squash warnings in lcd.cMarek Vasut1-4/+5
2011-01-27lcd: align fb writing address for horizontal display offsetLiu Ying1-1/+1
2010-07-14Enable PXAFB for PXA27X and PXA3XXMarek Vasut1-6/+6
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-2/+2
2010-03-24lcd: make 16bpp workAlessandro Rubini1-4/+20