aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/xilinxfb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/xilinxfb.h')
-rw-r--r--include/linux/xilinxfb.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/linux/xilinxfb.h b/include/linux/xilinxfb.h
index 9ad984d22c38..199a1eedf223 100644
--- a/include/linux/xilinxfb.h
+++ b/include/linux/xilinxfb.h
@@ -15,9 +15,11 @@
15 15
16/* ML300/403 reference design framebuffer driver platform data struct */ 16/* ML300/403 reference design framebuffer driver platform data struct */
17struct xilinxfb_platform_data { 17struct xilinxfb_platform_data {
18 u32 rotate_screen; 18 u32 rotate_screen; /* Flag to rotate display 180 degrees */
19 u32 screen_height_mm; 19 u32 screen_height_mm; /* Physical dimentions of screen in mm */
20 u32 screen_width_mm; 20 u32 screen_width_mm;
21 u32 xres, yres; /* resolution of screen in pixels */
22 u32 xvirt, yvirt; /* resolution of memory buffer */
21}; 23};
22 24
23#endif /* __XILINXFB_H__ */ 25#endif /* __XILINXFB_H__ */