]> git.ipfire.org Git - people/ms/u-boot.git/commit
video: fsl_dcu_fb: fix framebuffer to the end of memory
authorStefan Agner <stefan.agner@toradex.com>
Tue, 11 Apr 2017 05:42:10 +0000 (11:12 +0530)
committerAnatolij Gustschin <agust@denx.de>
Fri, 14 Apr 2017 11:50:41 +0000 (13:50 +0200)
commit77810e638efb5cdfed0c2f55149b59dca6f519d9
tree61561591a7bda613dc8195f0553786ebc1688da1
parentb215fb3f34befbff084550b67ee15c0363e9e9de
video: fsl_dcu_fb: fix framebuffer to the end of memory

Fix the framebuffer location to the very end of the available memory.
This allows to remove the area from available memory for the kernel,
which in turn allows to display the splash screen through the Linux
kernel boot process.

Ideas has been taken from the sunxi display driver, e.g.
20779ec3a5 ("sunxi: video: Dynamically reserve framebuffer memory")

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
drivers/video/Kconfig
drivers/video/fsl_dcu_fb.c
include/fsl_dcu_fb.h