summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* video: Use fractional units for X coordinatesSimon Glass2016-01-303-42/+104
* video kconfig console_normalSimon Glass2016-01-302-3/+14
* video: Add stb TrueType font rendererSimon Glass2016-01-301-0/+3240
* video: add CONFIG_I2C_EDID and disable CONFIG_DISPLAY by defaultAnatolij Gustschin2016-01-261-1/+9
* video: Add support for Armada XP LCD controllerStefan Roese2016-01-233-0/+540
* rockchip: video: Add a video-output driverSimon Glass2016-01-212-1/+347
* rockchip: video: Add a display driver for rockchip eDPSimon Glass2016-01-212-1/+1086
* rockchip: video: Add a display driver for rockchip HDMISimon Glass2016-01-214-0/+952
* dm: video: Repurpose the 'displayport' uclass to 'display'Simon Glass2016-01-216-57/+71
* video: panel: Add a simple panel driverSimon Glass2016-01-212-1/+100
* dm: panel: Add a panel uclassSimon Glass2016-01-212-0/+26
* dm: backlight: Add a driver for a PWM backlightSimon Glass2016-01-212-0/+137
* dm: backlight: Add a backlight uclassSimon Glass2016-01-212-0/+26
* video: bridge: Allow GPIOs to be optionalSimon Glass2016-01-211-4/+7
* video: Add a function to control cache flushingSimon Glass2016-01-211-0/+7
* video: Name consoles by their numberSimon Glass2016-01-211-1/+6
* dm: video: test: Add tests for the video uclassSimon Glass2016-01-201-9/+0
* dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass2016-01-201-47/+48
* sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to KconfigSimon Glass2016-01-201-0/+9
* dm: video: Implement the bmp command for driver modelSimon Glass2016-01-202-0/+354
* dm: video: Add a driver for a rotated text consoleSimon Glass2016-01-203-0/+450
* dm: video: Add a 'normal' text console driverSimon Glass2016-01-202-1/+142
OpenPOWER on IntegriCloud