summaryrefslogtreecommitdiff
path: root/include/fsl_dcu_fb.h
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2015-04-22 16:16:26 +0200
committerStefan Agner <stefan.agner@toradex.com>2015-04-22 16:16:26 +0200
commit1d7518ec3a5b91542ff98114f5488c267d338025 (patch)
tree2fca2e96bf7886972d0fe5787b2086ce34e17afe /include/fsl_dcu_fb.h
parent0440936084e5f467b55f56d7d1fa8660732587bd (diff)
video: dcu: 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 while Linux kernel boot process. Ideas has been taken from the sunxi display driver, e.g. 20779ec3a5 ("sunxi: video: Dynamically reserve framebuffer memory")
Diffstat (limited to 'include/fsl_dcu_fb.h')
-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 42632984d3..67e29e74e6 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,