summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* video: tegra: refuse to bind to disabled dcsStephen Warren2016-05-171-0/+7
* drivers/video/am335x-fb: Properly point framebuffer behind paletteMartin Pietryka2016-04-281-4/+4
* drivers/video/am335x-fb: Add support for 16bpp formatMartin Pietryka2016-04-281-3/+19
* drivers/video/am335x-fb: Fix bits for LCD_PALMODE_RAWDATA definitionMartin Pietryka2016-04-251-1/+1
* Revert "pxa_lcd: make driver cache-aware"Tom Rini2016-03-271-16/+0
* Revert "pxa_lcd: invert colors for Zipit Z2 to get white on black palette"Tom Rini2016-03-271-1/+1
* pxa_lcd: make driver cache-awareVasily Khoruzhick2016-03-271-0/+16
* pxa_lcd: invert colors for Zipit Z2 to get white on black paletteVasily Khoruzhick2016-03-271-1/+1
* zipitz2: enable LCD rotationVasily Khoruzhick2016-03-271-0/+1
* bcm2835 video: Map fb as cachedAlexander Graf2016-03-271-0/+9
* sunxi: Configure only LVDS pins instead of all LCD pins when LVDS interface s...Lawrence Yu2016-03-231-0/+4
* x86: broadwell: Add video supportSimon Glass2016-03-174-1/+1174
* video: Allow simple-panel to be used without regulatorsSimon Glass2016-03-171-8/+10
* x86: Move asm/arch-coreboot/tables.h to a common placeBin Meng2016-03-171-1/+0
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2016-03-155-22/+326
|\
| * video: ipu: avoid overflow issuePeng Fan2016-03-141-19/+54
| * rockchip: video: Add LVDS support in vop driverJacob Chen2016-03-141-2/+14
| * rockchip: video: Add a display driver for rockchip LVDSJacob Chen2016-03-142-1/+255
| * dm: video: Add a operation to display uclassJacob Chen2016-03-141-0/+3
* | dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-141-4/+2
|/
* video: Add S3C24xx framebuffer supportMarek Vasut2016-02-223-1/+174
* video: freetype: Fix a memory leak with a bad parameterSimon Glass2016-02-221-1/+4
* video: truetype: Fix a memory leak on errorSimon Glass2016-02-221-0/+1
* tegra: video: Move LCD driver to use the DM PWM driverSimon Glass2016-02-161-4/+16
* tegra: video: Move all fdt-decoding into a single functionSimon Glass2016-02-161-159/+105
* tegra: video: Move LCD enums into the driverSimon Glass2016-02-161-0/+20
* tegra: video: Remove the static variablesSimon Glass2016-02-161-16/+15
* tegra: video: Convert tegra20 LCD driver to driver modelSimon Glass2016-02-161-213/+172
* tegra: video: Merge the two config structures togetherSimon Glass2016-02-161-19/+53
* tegra: video: Move the check for CONFIG_OF_CONTROL to KconfigSimon Glass2016-02-162-4/+1
* tegra: video: Merge the display driver into one fileSimon Glass2016-02-161-0/+396
* tegra: video: Rename CONFIG_VIDEO_TEGRA to CONFIG_VIDEO_TEGRA20Simon Glass2016-02-162-1/+9
* tegra: nyan-big: Move the LCD driver to driver modelSimon Glass2016-02-166-194/+237
* tegra: lcd: Merge tegra124-lcd.c into display.cSimon Glass2016-02-163-98/+79
* dm: video: Flush the cache after a puts()Simon Glass2016-02-161-0/+1
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2016-02-112-1/+13
|\
| * dm: video: Add a temporary work-around for old stdout varSimon Glass2016-02-111-0/+10
| * video: bcm2835: use bus_to_phys() on FB addressStephen Warren2016-02-061-1/+3
* | video: Use 'int' for loop variables instead of shortSimon Glass2016-02-061-1/+1
|/
* video: sandbox: Allow selection of font size and console nameSimon Glass2016-01-301-0/+2
* video: Allow selection of the driver and font sizeSimon Glass2016-01-301-4/+16
* video: Add the Cantoraone decorative fontSimon Glass2016-01-304-0/+15
* video: Add the Rufscript handwriting fontSimon Glass2016-01-304-0/+14
* video: Add the AnkaCoder mono-spaced fontSimon Glass2016-01-304-0/+17
* video: Add the Nimbus sans fontSimon Glass2016-01-304-0/+20
* video: Add a console driver that uses TrueType fontsSimon Glass2016-01-306-2/+580
* video: Provide a backspace methodSimon Glass2016-01-301-1/+11
* video: Provide a signal when a new console line is startedSimon Glass2016-01-301-0/+14
* video: Provide a left margin for the text consoleSimon Glass2016-01-301-3/+3
* video: Handle the 'bell' characterSimon Glass2016-01-301-0/+3
OpenPOWER on IntegriCloud