summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2017-04-11 05:42:10 (GMT)
committerAnatolij Gustschin <agust@denx.de>2017-04-14 11:50:41 (GMT)
commit77810e638efb5cdfed0c2f55149b59dca6f519d9 (patch)
tree61561591a7bda613dc8195f0553786ebc1688da1 /include
parentb215fb3f34befbff084550b67ee15c0363e9e9de (diff)
downloadu-boot-fsl-qoriq-77810e638efb5cdfed0c2f55149b59dca6f519d9.tar.xz
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>
Diffstat (limited to 'include')
-rw-r--r--include/fsl_dcu_fb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fsl_dcu_fb.h b/include/fsl_dcu_fb.h
index 4263298..67e29e7 100644
--- a/include/fsl_dcu_fb.h
+++ b/include/fsl_dcu_fb.h
@@ -9,6 +9,7 @@
int fsl_dcu_init(unsigned int xres, unsigned int yres,
unsigned int pixel_format);
+int fsl_dcu_fixedfb_setup(void *blob);
/* Prototypes for external board-specific functions */
int platform_dcu_init(unsigned int xres, unsigned int yres,