From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 22 May 2020 17:47:01 +0200 Subject: [PATCH 21/26] video: Correctly handle multiple framebuffers In-Reply-To: <20200519231058.19945-22-sjg@chromium.org> References: <20200519231058.19945-1-sjg@chromium.org> <20200519231058.19945-22-sjg@chromium.org> Message-ID: <20200522174701.1e98288b@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:53 -0600 Simon Glass sjg at chromium.org wrote: > At present video_bottom is set to the bottom of each framebuffer when it > is allocated. This is not correct, since it should hold the bottom of the > entire area available for framebuffers. > > Fix this by adding a private address in the uclass which keeps track of > the next available spot for a framebuffer. > > Signed-off-by: Simon Glass Reviewed-by: Anatolij Gustschin