summaryrefslogtreecommitdiff
path: root/include/lcd.h
AgeCommit message (Expand)AuthorFilesLines
2019-08-11common: Move lcd_setmem() to lcd.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher1-3/+1
2016-01-24lcd: fix the color testpattern in 16bit modeAndreas Neubacher1-2/+9
2016-01-21dm: lcd: Avoid using the lcd.h header file with driver modelSimon Glass1-4/+8
2015-04-18common/lcd_console: introduce display/framebuffer rotationHannes Petermaier1-0/+9
2015-02-10lcd: dt: extract simplefb supportNikita Kiryanov1-3/+0
2015-02-10lcd: various cleanupsNikita Kiryanov1-68/+34
2015-02-10lcd: split configuration_get_cmapNikita Kiryanov1-0/+7
2015-02-10lcd: move platform-specific structs to their own headersNikita Kiryanov1-196/+5
2015-01-10lcd: refactor lcd console stuff into its own fileNikita Kiryanov1-0/+1
2015-01-10lcd: introduce getters for bg/fg colorNikita Kiryanov1-0/+14
2015-01-10lcd: remove LCD_MONOCHROMENikita Kiryanov1-9/+1
2014-11-12powerpc: remove orphaned boards mcc200 and prs200Nikita Kiryanov1-1/+1
2014-08-10lcd: cleanup unused functionsHannes Petermaier1-2/+0
2014-08-10Add support for 32-bit organized framebuffersHannes Petermaier1-1/+16
2014-07-08mpc8xx: remove rbc823 board supportMasahiro Yamada1-4/+0
2014-03-18sandbox: Add LCD driverSimon Glass1-0/+3
2014-02-03lib: tizen: change Tizen logo with the new one.Przemyslaw Marczak1-0/+2
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-01video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEORobert Winkler1-1/+0
2013-07-01lcd: align bmp header when uncopmressing imagePiotr Wilczek1-1/+2
2013-06-06lcd: add functions to set up simplefb device treeStephen Warren1-0/+3
2013-04-13Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD1-57/+17
2013-03-27video: exynos_fb: Remove callbacks from the driverAjay Kumar1-9/+0
2013-03-21common/lcd.c: move the macro's to the c fileJeroen Hofstee1-28/+0
2013-03-21common/lcd: cosmetic: clean up a bitJeroen Hofstee1-21/+17
2013-03-21common/lcd.c: remove global lcd_baseJeroen Hofstee1-5/+0
2013-03-21common/lcd.c: cleanup use of global variablesJeroen Hofstee1-3/+0
2013-03-21common/lcd.c: cleanup use of global variablesWolfgang Denk1-3/+3
2013-03-09lcd: add option for board specific splash screen preparationNikita Kiryanov1-0/+1
2012-12-10Merge branch 'master' of git://git.denx.de/u-boot into resolveMinkyu Kang1-0/+36
2012-11-19lcd: Add support for flushing LCD fb from dcache after updateSimon Glass1-0/+8
2012-11-19lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignmentSimon Glass1-0/+3
2012-11-07lcd: Provide an API to access LCD parametersVadim Bendebury1-0/+36
2012-09-01video: add dp_enabled variable in vidinfo structureDonghwa Lee1-0/+1
2012-06-05video: atmel/lcd: add LCD driver for new Atmel SoCBo Shen1-1/+2
2012-05-25EXYNOS: display 32bpp bitmap TIZEN logoDonghwa Lee1-0/+13
2012-05-25cmd_bmp.c: make bmp_display() usable by drivers or board codeAnatolij Gustschin1-0/+1
2012-05-15LCD: add data structure for EXYNOS display driverDonghwa Lee1-0/+64
2011-12-07PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]XMarek Vasut1-2/+3
2011-11-16lcd: add clear and draw bitmap declarationChe-Liang Chiou1-0/+2
2011-10-28GCC4.6: Squash warning in lcd.cMarek Vasut1-2/+2
2010-09-25atmel_lcd: Allow contrast polarity to be either positive or negativeAlexander Stein1-0/+1
2010-07-15Enable PXAFB for PXA27X and PXA3XXMarek Vasut1-1/+1
2009-07-26lcd.h: define extern vidinfo_t for all casesAlessandro Rubini1-6/+2
2009-07-26Add 16bit colour support in lcd.hMark Jackson1-1/+1
2009-07-26video: move extern declarations from C to headersAlessandro Rubini1-0/+12
2009-02-24LCD: support 8bpp BMPs on 16bpp displaysGuennadi Liakhovetski1-8/+13