commit | d17a62420c9b264d3a45cd114aa1b779526ae478 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jun 01 10:22:48 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 14 12:54:51 2023 -0400 |
tree | a5448f1c00eaf1e7538be640bf7f5914050d3fbf | |
parent | 6e9e4151256ee32176b0b2464bc53510d91f78b7 [diff] |
video: Use enum with video_index_to_colour() Use the provided enum with this function, so it is clearer what should be passed to it. Signed-off-by: Simon Glass <sjg@chromium.org>