]> git.baikalelectronics.ru Git - uboot.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)
commit1a19c8066a74d38d217ec79d48de247609300ba1
tree61561591a7bda613dc8195f0553786ebc1688da1
parent98c3461f638add45359abf297aabce253055e064
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