Home
last modified time | relevance | path

Searched hist:fd8cf994070df9d7576f429506514bf0bb778afd (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/
H A Dcfb_console.cfd8cf994070df9d7576f429506514bf0bb778afd Tue Jul 30 21:37:59 UTC 2013 Marek Vasut <marex@denx.de> video: Fix cfb_console for 4-bit wide font

The cfb_console can't handle 4-bit wide font properly, since with
4-bit wide font, all 8 bits are drawn. Unbreak the video_drawchars()
function to correctly render 4-bits only on such fonts.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Anatolij Gustschin <agust@denx.de>