android_kernel_xiaomi_sm8350/drivers/video/console
Antonino A. Daplas 2cc38ed13f [PATCH] fbcon: Saner 16-color to 4-color conversion
Currently, the default linux 16-colors are converted to 4-colors by simply
dividing the values by 4.  However, this is not necessarily correct since the
first 4 colors are converted to black, rendering them invisible.

So, for black, no conversion; for light colors, convert to gray, for normal
text color, no conversion, and for bright colors, convert to intense white.

Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-09-09 13:58:00 -07:00
..
bitblit.c [PATCH] fbdev: Fix greater than 1 bit monochrome color handling 2005-09-09 13:58:00 -07:00
dummycon.c
fbcon.c [PATCH] fbcon: Saner 16-color to 4-color conversion 2005-09-09 13:58:00 -07:00
fbcon.h
font_6x11.c
font_7x14.c [PATCH] New framebuffer fonts + updated 12x22 font available 2005-06-21 19:07:41 -07:00
font_8x8.c
font_8x16.c
font_10x18.c [PATCH] New framebuffer fonts + updated 12x22 font available 2005-06-21 19:07:41 -07:00
font_acorn_8x8.c
font_mini_4x6.c
font_pearl_8x8.c
font_sun8x16.c
font_sun12x22.c [PATCH] New framebuffer fonts + updated 12x22 font available 2005-06-21 19:07:41 -07:00
fonts.c [PATCH] New framebuffer fonts + updated 12x22 font available 2005-06-21 19:07:41 -07:00
Kconfig [PATCH] Kconfig fix (VGA console on arm/versatile) 2005-08-23 18:43:42 -07:00
Makefile [PATCH] New framebuffer fonts + updated 12x22 font available 2005-06-21 19:07:41 -07:00
mdacon.c
newport_con.c
prom.uni
promcon.c
sticon.c
sticore.c
tileblit.c
vgacon.c [PATCH] vga text console and stty cols/rows 2005-09-09 13:57:31 -07:00