Hi Tom, https://source.denx.de/u-boot/custodians/u-boot-dm/-/commit/2a61f40d4a9f7eacce67a80ce79f916996c4196d
https://dev.azure.com/simon0972/u-boot/_build/results?buildId=75&view=results The following changes since commit aa96cda0a58f4d181b81a897b0b9fea3d9729478: clk: fix crash on clk_set_rate clean rate cache (2025-04-30 07:50:18 -0600) are available in the Git repository at: git://git.denx.de/u-boot-dm.git tags/dm-pull-mayday for you to fetch changes up to 2a61f40d4a9f7eacce67a80ce79f916996c4196d: video: Enable VIDEO_DAMAGE for drivers that need it (2025-05-01 04:33:30 -0600) ---------------------------------------------------------------- Support for calculating video damage ---------------------------------------------------------------- Alexander Graf (9): dm: video: Add damage tracking API dm: video: Add damage notification on display fills vidconsole: Add damage notifications to all vidconsole drivers video: Add damage notification on bmp display efi_loader: GOP: Add damage notification on BLT video: Only dcache flush damaged lines video: Use VIDEO_DAMAGE for VIDEO_COPY video: Always compile cache flushing code video: Enable VIDEO_DAMAGE for drivers that need it Alper Nebi Yasak (4): video: test: Split copy frame buffer check into a function video: test: Support checking copy frame buffer contents video: test: Test partial updates of hardware frame buffer video: test: Test video damage tracking via vidconsole arch/arm/mach-omap2/omap3/Kconfig | 1 + arch/arm/mach-sunxi/Kconfig | 1 + drivers/video/Kconfig | 25 +++++++++ drivers/video/console_normal.c | 27 ++++++---- drivers/video/console_rotate.c | 94 ++++++++++++++++++++------------ drivers/video/console_truetype.c | 43 +++++++++------ drivers/video/exynos/Kconfig | 1 + drivers/video/imx/Kconfig | 1 + drivers/video/meson/Kconfig | 1 + drivers/video/rockchip/Kconfig | 1 + drivers/video/stm32/Kconfig | 1 + drivers/video/tegra/Kconfig | 1 + drivers/video/tidss/Kconfig | 1 + drivers/video/vidconsole-uclass.c | 16 ------ drivers/video/video-uclass.c | 193 +++++++++++++++++++++++++++++++++++++---------------------------- drivers/video/video_bmp.c | 7 +-- include/video.h | 61 +++++++++++---------- include/video_console.h | 52 ------------------ lib/efi_loader/efi_gop.c | 7 +++ test/dm/video.c | 266 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------- 20 files changed, 504 insertions(+), 296 deletions(-) Regards, SImon