Re: [PATCH 14/26] video: Update truetype console to support copy buffer

2020-05-22 Thread Anatolij Gustschin
On Tue, 19 May 2020 17:10:46 -0600 Simon Glass s...@chromium.org wrote: > Update the implementation to keep a track of what it changes in the frame > buffer and then tell the copy buffer about it. Use the special > vidconsole_memmove() helper so that memmove() operations are also > reflected in

[PATCH 14/26] video: Update truetype console to support copy buffer

2020-05-19 Thread Simon Glass
Update the implementation to keep a track of what it changes in the frame buffer and then tell the copy buffer about it. Use the special vidconsole_memmove() helper so that memmove() operations are also reflected in the copy buffer. Signed-off-by: Simon Glass ---