From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 22 May 2020 17:40:34 +0200 Subject: [PATCH 19/26] video: pci: Set up the copy framebuffer In-Reply-To: <20200519231058.19945-20-sjg@chromium.org> References: <20200519231058.19945-1-sjg@chromium.org> <20200519231058.19945-20-sjg@chromium.org> Message-ID: <20200522174034.0bde1c97@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:51 -0600 Simon Glass sjg at chromium.org wrote: > When using a copy framebuffer we need to tell the video subsystem its > address. U-Boot's normally allocated framebuffer is used as the working > buffer, but nothing is displayed until it is copied to the copy > framebuffer. > > For this to work the video driver must request that a framebuffer be > allocated separately from the hardware framebuffer, so add a check for > that. > > Also add a log category so that logging appears correctly. > > Signed-off-by: Simon Glass Reviewed-by: Anatolij Gustschin