fsl_dcu_fb.h 476 B

12345678910111213141516
  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. int fsl_dcu_init(unsigned int xres, unsigned int yres,
  10. unsigned int pixel_format);
  11. /* Prototypes for external board-specific functions */
  12. int platform_dcu_init(unsigned int xres, unsigned int yres,
  13. const char *port, struct fb_videomode *dcu_fb_videomode);
  14. unsigned int dcu_set_pixel_clock(unsigned int pixclock);