From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 4 Aug 2020 09:45:28 +0200 Subject: [PATCH] video: ipuv3: fix framebuffer base address init with multiple IPUs In-Reply-To: <20200803134533.10824-1-agust@denx.de> References: <20200803134533.10824-1-agust@denx.de> Message-ID: <20200804094528.54578b67@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 Mon, 3 Aug 2020 15:45:33 +0200 Anatolij Gustschin agust at denx.de wrote: > Since commit 7812bbdc3732 ("video: Correctly handle multiple > framebuffers") the vidconsole output is missing on the primary > display on boards with two IPU units (all i.MX6Q/D based boards). > The base address of the allocated framebuffer is not correctly > programmed in the display controller. Fix it. > > Reported-by: Soeren Moch > Signed-off-by: Anatolij Gustschin > --- > drivers/video/imx/mxc_ipuv3_fb.c | 13 +++++++++---- > 1 file changed, 9 insertions(+), 4 deletions(-) Applied to u-boot-video/master, thanks! -- Anatolij