summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAlper Nebi Yasak <[email protected]>2023-08-18 17:55:08 +0300
committerSimon Glass <[email protected]>2025-05-01 04:31:18 -0600
commit9ffa352c82285ef2d0d2312140e82e041ec8b9b4 (patch)
treed9573c8a2e46d9ac08ac0b5497a3477791348b8f /configs
parent17f0f77a593bfa2964990bdd5bdc02ecffc55a88 (diff)
video: test: Test video damage tracking via vidconsole
With VIDEO_DAMAGE, the video uclass tracks updated regions of the frame buffer in order to avoid unnecessary work during a video sync. Enable the config in sandbox and add a test for it, by printing strings at a few locations and checking the tracked region. Signed-off-by: Alper Nebi Yasak <[email protected]> Reviewed-by: Simon Glass <[email protected]> Adjust test avoid temporary failures in this patch: Signed-off-by: Simon Glass <[email protected]> Link: https://lore.kernel.org/u-boot/[email protected]/
Diffstat (limited to 'configs')
-rw-r--r--configs/sandbox_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index c4b1b8114d6..f41021a384b 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -329,6 +329,7 @@ CONFIG_USB_ETH_CDC=y
CONFIG_VIDEO=y
CONFIG_VIDEO_FONT_SUN12X22=y
CONFIG_VIDEO_COPY=y
+CONFIG_VIDEO_DAMAGE=y
CONFIG_VIDEO_BRIDGE=y
CONFIG_VIDEO_BRIDGE_LVDS_CODEC=y
CONFIG_CONSOLE_ROTATION=y