summaryrefslogtreecommitdiff
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* video: bmp: Add support for 24bpp BMP files on 16bpp displaysStefan Roese2019-02-151-6/+17
* sunxi: display: Implement fallback to ddc probe when hpd failsPriit Laes2019-02-151-7/+21
* sunxi: display: Move DDC PLL setup to HDMI initPriit Laes2019-02-151-7/+7
* video: Armada XP: Move driver to DM_VIDEOStefan Roese2019-02-051-129/+192
* Merge tag 'video-updates-for-2019.04-rc1' of git://git.denx.de/u-boot-videoTom Rini2019-01-312-5/+3
|\
| * ihs_video_out: Fix error handlingMario Six2019-01-281-3/+3
| * videomodes: Relax EDID validation checks for hsync/vsync pulse widthPriit Laes2019-01-281-2/+0
* | video: Add Meson Video Processing Unit DriverNeil Armstrong2019-01-3116-0/+5373
* | video: dw_hdmi: add support for color conversionJorge Ramirez-Ortiz2019-01-311-1/+252
* | video: dw_hdmi: support SoC specific read/write opsJorge Ramirez-Ortiz2019-01-311-2/+12
|/
* video: Kconfig: spelling fixesChris Packham2019-01-181-1/+1
* video: Add a default TrueType fontSimon Glass2018-12-281-0/+1
* Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dmTom Rini2018-12-051-1/+1
|\
| * video: backlight: Fix log message in enable_sequence()Simon Glass2018-12-051-1/+1
* | video: use BMP_ALIGN_CENTER define from splash.hAnatolij Gustschin2018-12-041-2/+1
* | video: Allow driver to specify the line lengthSimon Glass2018-12-031-1/+3
|/
* rockchip: video: mipi: Fix phy frequency settingRichard Röjfors2018-11-301-1/+1
* rockchip: video: mipi: Do not write to the version registerRichard Röjfors2018-11-301-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2018-11-261-0/+8
|\
| * dm: video: correctly set the cursor positionHeinrich Schuchardt2018-11-171-0/+8
* | video: Update video_set_default_colors() to support invertSimon Glass2018-11-202-9/+20
|/
* Merge tag 'pull-14nov18' of git://git.denx.de/u-boot-dmTom Rini2018-11-161-1/+0
|\
| * video: simplefb: Remove DM_FLAG_PRE_RELOC flagBin Meng2018-11-141-1/+0
* | sunxi: use 6MHz PLL_VIDEO step for DE2 for higher resolution LCDIcenowy Zheng2018-11-131-8/+14
* | dm: video: bridge: don't fail to activate bridge if reset or sleep GPIO is mi...Vasily Khoruzhick2018-11-131-5/+11
|/
* Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2018-10-291-1/+1
|\
| * sunxi: display: Mark sunxi_rgb2yuv_coef array as constPriit Laes2018-10-241-1/+1
* | drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay2018-10-281-2/+1
|/
* video: at91: Adjust vidconsole_position_cursor() to use char posSimon Glass2018-10-091-0/+2
* ctags: Minor changes to fix ctags outputSimon Glass2018-10-091-1/+2
* panel: Expand the backlight supportSimon Glass2018-10-094-36/+199
* video: Adjust video_clear() to return an errorSimon Glass2018-10-091-1/+3
* sandbox: video: Speed up video outputSimon Glass2018-10-093-10/+10
* 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