2 * Copyright 2014 Freescale Semiconductor, Inc.
4 * FSL DCU Framebuffer driver
6 * SPDX-License-Identifier: GPL-2.0+
10 int fsl_dcu_init(unsigned int xres, unsigned int yres,
11 unsigned int pixel_format);
12 int fsl_dcu_fixedfb_setup(void *blob);
14 /* Prototypes for external board-specific functions */
15 int platform_dcu_init(unsigned int xres, unsigned int yres,
16 const char *port, struct fb_videomode *dcu_fb_videomode);
17 unsigned int dcu_set_pixel_clock(unsigned int pixclock);