]> Git Repo - J-u-boot.git/blame - include/fsl_dcu_fb.h
mpc83xx: Kconfig: Migrate HRCW to Kconfig
[J-u-boot.git] / include / fsl_dcu_fb.h
CommitLineData
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
9int fsl_dcu_init(unsigned int xres, unsigned int yres,
10 unsigned int pixel_format);
77810e63 11int fsl_dcu_fixedfb_setup(void *blob);
327def50
WH
12
13/* Prototypes for external board-specific functions */
14int platform_dcu_init(unsigned int xres, unsigned int yres,
15 const char *port, struct fb_videomode *dcu_fb_videomode);
16unsigned int dcu_set_pixel_clock(unsigned int pixclock);
This page took 0.373611 seconds and 4 git commands to generate.