git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bf65cb
)
video: cfb_console: flush cache in display_rle8_bitmap
author
Sébastien Szymanski
<sebastien.szymanski@armadeus.com>
Mon, 10 Sep 2018 07:58:58 +0000
(09:58 +0200)
committer
Anatolij Gustschin
<agust@denx.de>
Fri, 28 Sep 2018 16:27:58 +0000
(18:27 +0200)
Otherwise BMP RLE8 images are not properly displayed.
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
drivers/video/cfb_console.c
patch
|
blob
|
history
diff --git
a/drivers/video/cfb_console.c
b/drivers/video/cfb_console.c
index
4011066
..
636c3e8
100644
(file)
--- a/
drivers/video/cfb_console.c
+++ b/
drivers/video/cfb_console.c
@@
-1297,6
+1297,10
@@
next_run:
break;
}
}
+
+ if (cfb_do_flush_cache)
+ flush_cache(VIDEO_FB_ADRS, VIDEO_SIZE);
+
return 0;
error:
printf("Error: Too much encoded pixel data, validate your bitmap\n");