]> git.ipfire.org Git - thirdparty/u-boot.git/commit
video: ipuv3: fix framebuffer base address init with multiple IPUs
authorAnatolij Gustschin <agust@denx.de>
Mon, 3 Aug 2020 13:45:33 +0000 (15:45 +0200)
committerAnatolij Gustschin <agust@denx.de>
Mon, 3 Aug 2020 21:37:31 +0000 (23:37 +0200)
commit3ce83ee0125fdf2908c39970335121909e98b750
tree868b89b03041ef673202b5dc30fda880c337024d
parent645d39aea367064868dcdd30c411806f4403b67b
video: ipuv3: fix framebuffer base address init with multiple IPUs

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 <smoch@web.de>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Tested-by: Soeren Moch <smoch@web.de>
drivers/video/imx/mxc_ipuv3_fb.c