From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 22 May 2020 17:23:26 +0200 Subject: [PATCH 14/26] video: Update truetype console to support copy buffer In-Reply-To: <20200519231058.19945-15-sjg@chromium.org> References: <20200519231058.19945-1-sjg@chromium.org> <20200519231058.19945-15-sjg@chromium.org> Message-ID: <20200522172326.2a70bc07@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 19 May 2020 17:10:46 -0600 Simon Glass sjg at 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 the copy buffer. > > Signed-off-by: Simon Glass Reviewed-by: Anatolij Gustschin