summaryrefslogtreecommitdiff
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* x86: ivybridge: Fix types for 64-bit compilationSimon Glass2017-02-061-2/+2
* x86: ivybridge: Declare global data where it is usedSimon Glass2017-02-061-0/+2
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2017-01-161-2/+4
|\
| * video: cfb_console: fix hang if splashimage file is missingAnatolij Gustschin2017-01-131-2/+4
* | rockchip: video: fix mpixelclock in rockchip HDMINickey Yang Nickey Yang2017-01-111-10/+10
|/
* video: tegra: fix spelling in commentMarcel Ziswiler2017-01-031-1/+1
* video: Kconfig: Add VIDEO_IPV3 entryJagan Teki2016-12-161-0/+7
* bcm2835 video: Map frame buffer as 32bppAlexander Graf2016-11-281-3/+3
* rockchip: video: Avoid using u8 in the HDMI driverSimon Glass2016-11-251-15/+15
* rockchip: video: Check for device in useSimon Glass2016-11-251-0/+9
* video: Track whether a display is in useSimon Glass2016-11-251-1/+17
* video: Use cache-alignment in video_sync()Simon Glass2016-11-251-1/+2
* rockchip: video: Correct VOP clock selectionSimon Glass2016-11-251-6/+1
* rockchip: video: Correct HDMI data source selectionSimon Glass2016-11-251-1/+2
* video: bmp: Fix compilation errors with CONFIG_BMP_xxBPP enabledStefan Roese2016-11-131-3/+3
* Fix codying style broken by recent libfdt syncMasahiro Yamada2016-10-241-1/+1
* Convert CONFIG_CONSOLE_SCROLL_LINES to KconfigSimon Glass2016-10-231-0/+10
* video: Move video_get_info_str() prototype to a header fileSimon Glass2016-10-231-17/+8
* Convert CONFIG_CONSOLE_EXTRA_INFO to KconfigSimon Glass2016-10-231-0/+10
* Convert CONFIG_VIDEO_SW_CURSOR to KconfigSimon Glass2016-10-232-6/+10
* video: Drop CONFIG_VIDEO_HW_CURSORSimon Glass2016-10-232-111/+1
* Convert CONFIG_VGA_AS_SINGLE_DEVICE to KconfigSimon Glass2016-10-232-6/+10
* video: Drop the sed13806 driverSimon Glass2016-10-233-296/+0
* video: Drop the s3c-fb driverSimon Glass2016-10-233-174/+1
* video: Drop the imx25lcdc driverSimon Glass2016-10-232-122/+0
* video: Drop the smiLynxEM driverSimon Glass2016-10-233-849/+0
* Convert CONFIG_SYS_CONSOLE_BG_COL et al to KconfigSimon Glass2016-10-233-49/+74
* Convert CONFIG_VIDEO_CT69000 to KconfigSimon Glass2016-10-231-0/+27
* Convert CONFIG_CFB_CONSOLE_ANSI to KconfigSimon Glass2016-10-231-0/+9
* Convert CONFIG_CFB_CONSOLE to KconfigSimon Glass2016-10-231-0/+41
* Convert CONFIG_LCD to KconfigSimon Glass2016-10-231-0/+8
* Convert CONFIG_VIDEO to KconfigSimon Glass2016-10-231-0/+9
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-131-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2016-10-129-206/+991
|\
| * video: Remove legacy VESA and coreboot framebuffer driversBin Meng2016-10-122-171/+0
| * x86: coreboot: Convert to use DM coreboot video driverBin Meng2016-10-121-1/+1
| * dm: video: Don't do anything in alloc_fb() when plat->size is zeroBin Meng2016-10-121-0/+3
| * dm: video: Add driver for coreboot framebuffer deviceBin Meng2016-10-122-0/+88
| * x86: Convert to use DM VESA video driverBin Meng2016-10-121-1/+1
| * dm: video: Add driver for VESA-compatible deviceBin Meng2016-10-121-0/+34
| * dm: x86: Move samus to use new driver model supportSimon Glass2016-10-111-32/+7
| * dm: x86: video: Add a driver-model driver for ivybridge graphicsSimon Glass2016-10-113-0/+856
| * x86: video: Fix typo in broadwell KconfigSimon Glass2016-10-111-1/+1
* | simple panel: fix spelling of debug messageMarcel Ziswiler2016-10-101-1/+1
|/
* treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-238-8/+8
* video: squash lines for immediate returnMasahiro Yamada2016-09-235-27/+5
* sunxi: display: Use PWM to drive backlight where applicableHans de Goede2016-08-261-0/+11
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2016-07-271-1/+3
|\
| * video: allow version string to be optional when using LOGOTim Harvey2016-07-111-1/+3