| * linux/drivers/video/imxfb.h |
| * Freescale i.MX Frame Buffer device driver |
| * Copyright (C) 2004 S.Hauer, Pengutronix |
| * Copyright (C) 1999 Eric A. Thomas |
| * Based on acornfb.c Copyright (C) Russell King. |
| * This file is subject to the terms and conditions of the GNU General Public |
| * License. See the file COPYING in the main directory of this archive |
| * These are the bitfields for each |
| * display depth that we support. |
| struct fb_bitfield green; |
| struct fb_bitfield transp; |
| struct imxfb_rgb *rgb[NR_RGB]; |
| * These are the addresses we mapped |
| * the framebuffer memory region to. |
| void (*backlight_power)(int); |
| * Minimum X and Y resolutions |