mbox series

[U-Boot] Please pull u-boot-video

Message ID 20190216235704.3576f956@crub
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Please pull u-boot-video | expand

Pull-request

git://git.denx.de/u-boot-video.git tags/video-for-2019.04-rc2

Message

Anatolij Gustschin Feb. 16, 2019, 10:57 p.m. UTC
Hi Tom,

please pull some video updates for v2019.04-rc2.

Travis CI: https://travis-ci.org/vdsao/u-boot-video/builds/493827675

Thanks,
Anatolij

The following changes since commit 63f7e3fca391a50a499fed828fe16325fdee45f3:

  Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot (2019-02-13 07:12:29 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-video.git tags/video-for-2019.04-rc2

for you to fetch changes up to e25710305da0f087a374ad41d5fa1f244469f6f2:

  video: bmp: Add support for 24bpp BMP files on 16bpp displays (2019-02-15 16:51:12 +0100)

----------------------------------------------------------------
- sunxi display DDC probe fallback
- support 24bpp BMP files on 16bpp displays

----------------------------------------------------------------
Priit Laes (2):
      sunxi: display: Move DDC PLL setup to HDMI init
      sunxi: display: Implement fallback to ddc probe when hpd fails

Stefan Roese (1):
      video: bmp: Add support for 24bpp BMP files on 16bpp displays

 drivers/video/sunxi/sunxi_display.c | 42 ++++++++++++++++++++++++-------------
 drivers/video/video_bmp.c           | 23 ++++++++++++++------
 2 files changed, 45 insertions(+), 20 deletions(-)

Comments

Tom Rini Feb. 18, 2019, 2:29 p.m. UTC | #1
On Sat, Feb 16, 2019 at 11:57:04PM +0100, Anatolij Gustschin wrote:

> Hi Tom,
> 
> please pull some video updates for v2019.04-rc2.
> 
> Travis CI: https://travis-ci.org/vdsao/u-boot-video/builds/493827675
> 
> Thanks,
> Anatolij
> 
> The following changes since commit 63f7e3fca391a50a499fed828fe16325fdee45f3:
> 
>   Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot (2019-02-13 07:12:29 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-video.git tags/video-for-2019.04-rc2
> 
> for you to fetch changes up to e25710305da0f087a374ad41d5fa1f244469f6f2:
> 
>   video: bmp: Add support for 24bpp BMP files on 16bpp displays (2019-02-15 16:51:12 +0100)
> 

Applied to u-boot/master, thanks!