test: video: Export the video-checking functions
authorSimon Glass <sjg@chromium.org>
Tue, 1 Apr 2025 17:29:41 +0000 (06:29 +1300)
committerTom Rini <trini@konsulko.com>
Fri, 2 May 2025 19:40:25 +0000 (13:40 -0600)
commit7320a2cb9439c8bab3b8612ec37406cad5bb646c
tree8c63b9d26a2f6594978d84c6ed778242cfa43094
parent8301239ad05b7b786e96c6a982c92ed06a4944c6
test: video: Export the video-checking functions

We want to check the display contents in expo tests, so move the two
needed functions to a new header file.

Rename them to have a video_ prefix.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/test/video.h [new file with mode: 0644]
test/dm/video.c