]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/fsl_dcu_fb.h
arc/cache: really do invalidate_dcache_all() even if IOC exists
[people/ms/u-boot.git] / include / fsl_dcu_fb.h
CommitLineData
327def50
WH
1/*
2 * Copyright 2014 Freescale Semiconductor, Inc.
3 *
4 * FSL DCU Framebuffer driver
5 *
6 * SPDX-License-Identifier: GPL-2.0+
7 */
8#include <linux/fb.h>
9
10int fsl_dcu_init(unsigned int xres, unsigned int yres,
11 unsigned int pixel_format);
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);