]>
Commit | Line | Data |
---|---|---|
83d290c5 | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
327def50 WH |
2 | /* |
3 | * Copyright 2014 Freescale Semiconductor, Inc. | |
4 | * | |
5 | * FSL DCU Framebuffer driver | |
327def50 WH |
6 | */ |
7 | #include <linux/fb.h> | |
8 | ||
a6eedb67 IO |
9 | int fsl_dcu_init(struct fb_info *fbinfo, |
10 | unsigned int xres, | |
11 | unsigned int yres, | |
327def50 | 12 | unsigned int pixel_format); |
a6eedb67 | 13 | |
77810e63 | 14 | int fsl_dcu_fixedfb_setup(void *blob); |
327def50 WH |
15 | |
16 | /* Prototypes for external board-specific functions */ | |
a6eedb67 IO |
17 | int platform_dcu_init(struct fb_info *fbinfo, |
18 | unsigned int xres, | |
19 | unsigned int yres, | |
20 | const char *port, | |
21 | struct fb_videomode *dcu_fb_videomode); | |
327def50 | 22 | unsigned int dcu_set_pixel_clock(unsigned int pixclock); |