summaryrefslogtreecommitdiff
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner2019-05-181-1/+1
* rockchip: use 'arch-rockchip' as header file pathKever Yang2019-05-0112-39/+36
* Merge tag 'u-boot-imx-20190415' of git://git.denx.de/u-boot-imxTom Rini2019-04-1511-10/+106
|\
| * Add missing space in commentMarcel Ziswiler2019-04-131-1/+1
| * video: move ipuv3 files to subdirectoryAnatolij Gustschin2019-04-1310-8/+17
| * video: ipuv3: add DM_VIDEO supportAnatolij Gustschin2019-04-132-7/+94
* | sunxi: allow boards to de-select SYS_WHITE_ON_BLACK font schemeAndre Przywara2019-04-141-1/+1
* | video/console: Factor out actual character outputAndre Przywara2019-04-141-15/+27
* | video/console: Implement ANSI clear line commandAndre Przywara2019-04-141-0/+19
* | video/console: Implement relative cursor movement ANSI handlingAndre Przywara2019-04-141-0/+37
* | video/console: Implement reverse video ANSI sequence for DM_VIDEOAndre Przywara2019-04-142-2/+12
* | video/console: Fix DM_VIDEO font glyph array indexingAndre Przywara2019-04-142-4/+6
* | video: backlight: Parse PWM polarity cellStefan Mavrodiev2019-04-141-0/+11
|/
* sunxi: video: HDMI: Fix clock setupJernej Skrabec2019-03-281-25/+37
* 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