commit | aea2d2de5f975eb5546687b0f10b954ebe578eb2 | [log] [tgz] |
---|---|---|
author | Dzmitry Sankouski <dsankouski@gmail.com> | Tue Mar 07 13:21:11 2023 +0300 |
committer | Anatolij Gustschin <agust@denx.de> | Tue Mar 07 13:26:08 2023 +0100 |
tree | 9f098420b14f10a3d2940a0e45a3e9480d8b7f65 | |
parent | 3cb8e91d76c9ad0fbc47438464bb50e85b8472de [diff] |
video console: refactoring and optimization - move common code to vidconsole_internal.h and console_core.c - unite probe functions - get rid of code duplications in switch across bpp values - extract common pixel fill logic in two functions one per horizontal and vertical filling - rearrange statements in put_xy* methods in unified way - replace types - uint*_t to u* Signed-off-by: Dzmitry Sankouski <dsankouski@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>