
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(-)

On Mon, Mar 14, 2022 at 11:33:18PM +0100, Anatolij Gustschin wrote:
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)
Applied to u-boot/master, thanks!

Hi Tom,
On Tue, 15 Mar 2022 08:13:32 -0400 Tom Rini trini@konsulko.com wrote: ...
Nokia RX-51: Convert to CONFIG_DM_VIDEO (2022-03-09 21:28:53 +0100)
Applied to u-boot/master, thanks!
Could you please also merge this pull request into next branch? I tried to apply and to build Simon's video patches [1] on top of your current next branch, but there is Nokia RX-51 board build error. It can be fixed if these patches are in next, so I can then rebase [1] series for next.
Thanks!
[1] http://patchwork.ozlabs.org/user/todo/uboot/?series=282367
-- Anatolij

On Sat, Mar 19, 2022 at 06:05:28PM +0100, Anatolij Gustschin wrote:
Hi Tom,
On Tue, 15 Mar 2022 08:13:32 -0400 Tom Rini trini@konsulko.com wrote: ...
Nokia RX-51: Convert to CONFIG_DM_VIDEO (2022-03-09 21:28:53 +0100)
Applied to u-boot/master, thanks!
Could you please also merge this pull request into next branch? I tried to apply and to build Simon's video patches [1] on top of your current next branch, but there is Nokia RX-51 board build error. It can be fixed if these patches are in next, so I can then rebase [1] series for next.
With the next -rc yes, this will get merged to -next. I don't like to merge them otherwise as it makes the history a bit less clear.
participants (2)
-
Anatolij Gustschin
-
Tom Rini