Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/
H A Dcfb_console.cd484b52e6fcb28dc011ce45718294496c6ea83d0 Fri Sep 28 15:11:17 UTC 2012 Vadim Bendebury <vbendeb@chromium.org> video: Skip bitmaps which do not fit into the screen in cfb_console

The cfb console driver is trying to prevent bitmaps to spill over the
screen, but the calculations assume that at least part of the bitmap
fits into the screen area. In reality there could be bitmap elements
which are completely out of the screen area, they just need to be
discarded.

Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>