aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc
diff options
context:
space:
mode:
authorAndrei Konovalov <akonovalov@ru.mvista.com>2007-05-08 03:40:18 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-05-08 14:15:34 -0400
commit147394c8ece44be85d692cc92cc0d047e4d8fb69 (patch)
tree13a69a386a6fbf2fddcb0d88d2ed604cca4b9e99 /arch/ppc
parent435d56fcd45cdf32bfb4db5d4e1efe17f3da95b2 (diff)
xilinxfb: xilinx framebuffer device driver
Add support for the video controller IP block included into Xilinx ML300 and ML403 reference designs. Signed-off-by: Andrei Konovalov <akonovalov@ru.mvista.com> Signed-off-by: Antonino Daplas <adaplas@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/ppc')
-rw-r--r--arch/ppc/syslib/virtex_devices.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/ppc/syslib/virtex_devices.h b/arch/ppc/syslib/virtex_devices.h
index 4a17dd3927c1..3d4be1412f60 100644
--- a/arch/ppc/syslib/virtex_devices.h
+++ b/arch/ppc/syslib/virtex_devices.h
@@ -13,6 +13,13 @@
13 13
14#include <linux/platform_device.h> 14#include <linux/platform_device.h>
15 15
16/* ML300/403 reference design framebuffer driver platform data struct */
17struct xilinxfb_platform_data {
18 u32 rotate_screen;
19 u32 screen_height_mm;
20 u32 screen_width_mm;
21};
22
16void __init virtex_early_serial_map(void); 23void __init virtex_early_serial_map(void);
17 24
18/* Prototype for device fixup routine. Implement this routine in the 25/* Prototype for device fixup routine. Implement this routine in the