video: Update video_set_default_colors() to support invert
authorSimon Glass <sjg@chromium.org>
Tue, 6 Nov 2018 22:21:36 +0000 (15:21 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Nov 2018 02:14:22 +0000 (19:14 -0700)
commitb9f210a35c39a191ca375e541e09686a3303e428
treec05683e349d9457917c606225d77fdaac0a1aeae
parent4b6dbaa3073adb24f8c67f89d0f70dbcf00808b9
video: Update video_set_default_colors() to support invert

It is useful to be able to invert the colours in some cases so that the
text matches the background colour. Add a parameter to the function to
support this.

It is strange that function takes a private data structure from another
driver as an argument. It seems better to pass the device and have the
function internally work out how to find its required information.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/video/vidconsole-uclass.c
drivers/video/video-uclass.c
include/video.h