Hi Tom, please pull video fixes for v2022.04-rc4.
CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/11220 Thanks, Anatolij The following changes since commit 589c659035a44a683b087fd75fe0b7667f7be7f5: Merge branch '2022-03-08-assorted-fixes' (2022-03-08 08:42:51 -0500) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-20220314 for you to fetch changes up to d6213e206c441a3b2b83c0588954c851c3610d97: Nokia RX-51: Convert to CONFIG_DM_VIDEO (2022-03-09 21:28:53 +0100) ---------------------------------------------------------------- - fix display of the u-boot logo on Apple devices - convert Nokia RX-51 to CONFIG_DM_VIDEO ---------------------------------------------------------------- Janne Grunau (1): video: bmp: Support x2r10g10b10 pixel format Pali Rohár (2): video: Allow drivers to allocate the frame buffer themselves Nokia RX-51: Convert to CONFIG_DM_VIDEO board/nokia/rx51/rx51.c | 40 +++++++++++++++---------- configs/nokia_rx51_defconfig | 7 +++-- drivers/video/video-uclass.c | 7 ++++- drivers/video/video_bmp.c | 70 +++++++++++++++++++++++++++++++++++--------- include/configs/nokia_rx51.h | 11 ++----- 5 files changed, 93 insertions(+), 42 deletions(-)