Re: [PATCH 15/26] video: Update rotated console to support copy buffer

2020-05-22 Thread Anatolij Gustschin
On Tue, 19 May 2020 17:10:47 -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 th

[PATCH 15/26] video: Update rotated 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 --- drivers/video/console_rotate.c