summaryrefslogtreecommitdiff
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* video: Add support for Arm's Mali Display ProcessorsLiviu Dudau2018-09-283-0/+414
* video: Add support for NXP's TDA19988 HDMI encoderLiviu Dudau2018-09-283-0/+662
* video: cfb_console: flush cache in display_rle8_bitmapSébastien Szymanski2018-09-281-0/+4
* video_osd: Add osd sandbox driver and testsMario Six2018-09-284-0/+181
* video_osd: Add ihs_video_out driverMario Six2018-09-283-0/+351
* drivers: Add OSD uclassMario Six2018-09-283-0/+54
* dm: video: support more escape sequencesHeinrich Schuchardt2018-09-281-13/+62
* dm: video: check bounds for column and rowHeinrich Schuchardt2018-09-231-0/+8
* Convert CONFIG_VIDEO_OMAP3 to KconfigAdam Ford2018-08-171-0/+6
* video_display: Add Xilinx LogiCore DP TXMario Six2018-08-116-0/+3099
* video: Sort Makefile entriesMario Six2018-08-111-21/+21
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2018-08-072-1/+11
|\
| * dm: panel: get timings from panelYannick Fertré2018-08-011-0/+11
| * video: kconfig: remove DM_I2C dependency of I2C_EDIDLuis Araneda2018-08-011-1/+0
* | video: sunxi: de2: fix SimpleFB node creation when DE2 not probedIcenowy Zheng2018-07-311-0/+3
|/
* video: arm: rpi: Add brcm,bcm2708-fb compatibleEmmanuel Vadot2018-07-021-0/+1
* dm: video: Add an EFI framebuffer driverBin Meng2018-06-173-0/+156
* video: sunxi: de2: Reserve the fb region in the EFI memory mapEmmanuel Vadot2018-06-031-0/+8
* video: dw_hdmi: fix HSYNC and VSYNC polarity settingsVasily Khoruzhick2018-05-151-2/+2
* sunxi: video: HDMI: use correct bits for HSYNC and VSYNC polarity.Vasily Khoruzhick2018-05-151-2/+2
* SPDX: Convert a few files that were missed beforeTom Rini2018-05-101-2/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07107-219/+107
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-2712-24/+0
* Merge git://git.denx.de/u-boot-videoTom Rini2018-04-242-1/+1
|\
| * video-uclass: Fix logical-not-parentheses warningTom Rini2018-04-241-1/+1
| * treewide: fix up files incorrectly marked executableFabio Estevam2018-04-091-0/+0
* | video: vesa: Change default FRAMEBUFFER_VESA_MODEBin Meng2018-04-161-1/+1
* | Merge git://git.denx.de/u-boot-imxTom Rini2018-04-152-61/+0
|\ \ | |/ |/|
| * imx31_phycore: DeleteTom Rini2018-04-152-61/+0
* | Merge git://git.denx.de/u-boot-sunxiTom Rini2018-04-041-2/+0
|\ \
| * | sunxi: revert disabling of featuresAndre Przywara2018-04-041-2/+0
* | | video: rk3288_mipi: Combine NULL check into IS_ERR_OR_NULL()Punit Agrawal2018-03-281-1/+1
* | | video: rk3288_mipi: check in rk_mipi_ofdata_to_platdataHeinrich Schuchardt2018-03-281-1/+1
* | | video: rk3399_mipi: Combine NULL check into IS_ERR_OR_NULL()Punit Agrawal2018-03-281-1/+1
* | | video: rk3399_mipi: correct error checkingHeinrich Schuchardt2018-03-281-1/+1
* | | video: stm32: stm32_ltdc: set the blending factoryannick fertre2018-03-191-6/+35
* | | video: stm32: stm32_ltdc: missing set of line interrupt positionyannick fertre2018-03-191-0/+2
* | | video: stm32: stm32_ltdc: set rate of the pixel clockyannick fertre2018-03-191-23/+29
* | | video: stm32: stm32_ltdc: update file header & footeryannick fertre2018-03-191-9/+8
* | | video: stm32: stm32_ltdc: add resetyannick fertre2018-03-191-0/+11
* | | video: exynos: remove redundant assignmentsHeinrich Schuchardt2018-03-191-6/+6
* | | video, da8xx-fb: fix time out in wait_for_event()Heinrich Schuchardt2018-03-191-2/+3
* | | video: stb_truetype: simplify expressionHeinrich Schuchardt2018-03-191-1/+1
* | | video: cfb_console: simplify logical constraintHeinrich Schuchardt2018-03-191-1/+1
|/ /
* | sunxi: video: mark framebuffer as EFI reserved memoryHeinrich Schuchardt2018-03-091-0/+8
* | video: indicate code page of bitmap fontsHeinrich Schuchardt2018-03-061-1/+1
* | pwm-backlight: make power-supply as optionKever Yang2018-03-061-12/+12
* | dm: video: support increased intensity (bold)Heinrich Schuchardt2018-03-062-7/+30
* | dm: video: use constants to refer to colorsHeinrich Schuchardt2018-03-062-29/+45
* | dm: video: correctly clean background in 16bit modeHeinrich Schuchardt2018-03-061-2/+14