[PATCH v4 3/9] vidconsole: Add damage notifications to all vidconsole drivers
Simon Glass
sjg at chromium.org
Sat Jan 7 01:13:32 CET 2023
On Tue, 3 Jan 2023 at 14:50, Alexander Graf <agraf at csgraf.de> wrote:
>
> Now that we have a damage tracking API, let's populate damage done by
> vidconsole drivers. We try to declare as little memory as damaged as
> possible, with the exception of rotated screens that I couldn't get my
> head wrapped around. On those, we revert to the old behavior and mark
> the full screen as damaged on every update.
>
> Signed-off-by: Alexander Graf <agraf at csgraf.de>
> Reported-by: Da Xue <da at libre.computer>
>
> ---
>
> v1 -> v2:
>
> - Fix ranges in truetype target
> - Limit rotate to necessary damange
> ---
> drivers/video/console_normal.c | 10 ++++++
> drivers/video/console_rotate.c | 54 ++++++++++++++++++++++++++++++++
> drivers/video/console_truetype.c | 15 +++++++++
> 3 files changed, 79 insertions(+)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list