]> git.ipfire.org Git - thirdparty/u-boot.git/commit
video: Support VIDEO_X2R10G10B10 in truetype console
authorJanne Grunau <j@jannau.net>
Wed, 17 Jan 2024 22:27:34 +0000 (23:27 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 29 Jan 2024 19:53:06 +0000 (14:53 -0500)
commit3883c9add00bd0413ff98b542fce0a29029ff172
treec8d922677a0312c9a5475554a75693cb1d1199cd
parent04add62e8cf1209ca21ddfa13346d9ddcc6126fb
video: Support VIDEO_X2R10G10B10 in truetype console

Without explicit support for VIDEO_X2R10G10B10 VIDEO_X8R8G8B8 white
will be rendered as cyan-ish. The conversion leaves to lowest 2 bits
unset for more compact code.

Signed-off-by: Janne Grunau <j@jannau.net>
drivers/video/console_truetype.c