summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2019-04-15Merge tag 'u-boot-imx-20190415' of git://git.denx.de/u-boot-imxTom Rini11-10/+106
2019-04-14sunxi: allow boards to de-select SYS_WHITE_ON_BLACK font schemeAndre Przywara1-1/+1
2019-04-14video/console: Factor out actual character outputAndre Przywara1-15/+27
2019-04-14video/console: Implement ANSI clear line commandAndre Przywara1-0/+19
2019-04-14video/console: Implement relative cursor movement ANSI handlingAndre Przywara1-0/+37
2019-04-14video/console: Implement reverse video ANSI sequence for DM_VIDEOAndre Przywara2-2/+12
2019-04-14video/console: Fix DM_VIDEO font glyph array indexingAndre Przywara2-4/+6
2019-04-14video: backlight: Parse PWM polarity cellStefan Mavrodiev1-0/+11
2019-04-13Add missing space in commentMarcel Ziswiler1-1/+1
2019-04-13video: move ipuv3 files to subdirectoryAnatolij Gustschin10-8/+17
2019-04-13video: ipuv3: add DM_VIDEO supportAnatolij Gustschin2-7/+94
2019-03-29sunxi: video: HDMI: Fix clock setupJernej Skrabec1-25/+37
2019-02-15video: bmp: Add support for 24bpp BMP files on 16bpp displaysStefan Roese1-6/+17
2019-02-15sunxi: display: Implement fallback to ddc probe when hpd failsPriit Laes1-7/+21
2019-02-15sunxi: display: Move DDC PLL setup to HDMI initPriit Laes1-7/+7
2019-02-05video: Armada XP: Move driver to DM_VIDEOStefan Roese1-129/+192
2019-02-01Merge tag 'video-updates-for-2019.04-rc1' of git://git.denx.de/u-boot-videoTom Rini2-5/+3
2019-01-31video: Add Meson Video Processing Unit DriverNeil Armstrong16-0/+5373
2019-01-31video: dw_hdmi: add support for color conversionJorge Ramirez-Ortiz1-1/+252
2019-01-31video: dw_hdmi: support SoC specific read/write opsJorge Ramirez-Ortiz1-2/+12
2019-01-28ihs_video_out: Fix error handlingMario Six1-3/+3
2019-01-28videomodes: Relax EDID validation checks for hsync/vsync pulse widthPriit Laes1-2/+0
2019-01-18video: Kconfig: spelling fixesChris Packham1-1/+1
2018-12-28video: Add a default TrueType fontSimon Glass1-0/+1
2018-12-06Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dmTom Rini1-1/+1
2018-12-05video: backlight: Fix log message in enable_sequence()Simon Glass1-1/+1
2018-12-04video: use BMP_ALIGN_CENTER define from splash.hAnatolij Gustschin1-2/+1
2018-12-03video: Allow driver to specify the line lengthSimon Glass1-1/+3
2018-11-30rockchip: video: mipi: Fix phy frequency settingRichard Röjfors1-1/+1
2018-11-30rockchip: video: mipi: Do not write to the version registerRichard Röjfors1-1/+1
2018-11-26Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-0/+8
2018-11-21video: Update video_set_default_colors() to support invertSimon Glass2-9/+20
2018-11-17dm: video: correctly set the cursor positionHeinrich Schuchardt1-0/+8
2018-11-16Merge tag 'pull-14nov18' of git://git.denx.de/u-boot-dmTom Rini1-1/+0
2018-11-14video: simplefb: Remove DM_FLAG_PRE_RELOC flagBin Meng1-1/+0
2018-11-13sunxi: use 6MHz PLL_VIDEO step for DE2 for higher resolution LCDIcenowy Zheng1-8/+14
2018-11-13dm: video: bridge: don't fail to activate bridge if reset or sleep GPIO is mi...Vasily Khoruzhick1-5/+11
2018-10-29Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini1-1/+1
2018-10-28drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay1-2/+1
2018-10-24sunxi: display: Mark sunxi_rgb2yuv_coef array as constPriit Laes1-1/+1
2018-10-09video: at91: Adjust vidconsole_position_cursor() to use char posSimon Glass1-0/+2
2018-10-09ctags: Minor changes to fix ctags outputSimon Glass1-1/+2
2018-10-09panel: Expand the backlight supportSimon Glass4-36/+199
2018-10-09video: Adjust video_clear() to return an errorSimon Glass1-1/+3
2018-10-09sandbox: video: Speed up video outputSimon Glass3-10/+10
2018-09-28video: Add support for Arm's Mali Display ProcessorsLiviu Dudau3-0/+414
2018-09-28video: Add support for NXP's TDA19988 HDMI encoderLiviu Dudau3-0/+662
2018-09-28video: cfb_console: flush cache in display_rle8_bitmapSébastien Szymanski1-0/+4
2018-09-28video_osd: Add osd sandbox driver and testsMario Six4-0/+181
2018-09-28video_osd: Add ihs_video_out driverMario Six3-0/+351