2 * linux/drivers/video/imxfb.h
4 * Freescale i.MX Frame Buffer device driver
6 * Copyright (C) 2004 S.Hauer, Pengutronix
8 * Copyright (C) 1999 Eric A. Thomas
9 * Based on acornfb.c Copyright (C) Russell King.
11 * This file is subject to the terms and conditions of the GNU General Public
12 * License. See the file COPYING in the main directory of this archive
17 * These are the bitfields for each
18 * display depth that we support.
21 struct fb_bitfield red
;
22 struct fb_bitfield green
;
23 struct fb_bitfield blue
;
24 struct fb_bitfield transp
;
33 struct imxfb_rgb
*rgb
[NR_RGB
];
40 * These are the addresses we mapped
41 * the framebuffer memory region to.
48 dma_addr_t screen_dma
;
62 void (*lcd_power
)(int);
63 void (*backlight_power
)(int);
66 #define IMX_NAME "IMX"
69 * Minimum X and Y resolutions