Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
matroxfb_crtc2.h
Go to the documentation of this file.
1 #ifndef __MATROXFB_CRTC2_H__
2 #define __MATROXFB_CRTC2_H__
3 
4 #include <linux/ioctl.h>
5 #include "matroxfb_base.h"
6 
8  struct fb_info fbcon;
11 
13 
14  struct {
15  unsigned long base; /* physical */
16  vaddr_t vbase; /* virtual */
17  unsigned int len;
18  unsigned int len_usable;
19  unsigned int len_maximum;
20  unsigned int offbase;
21  unsigned int borrowed;
22  } video;
23  struct {
24  unsigned long base;
25  vaddr_t vbase;
26  unsigned int len;
27  } mmio;
28 
29  unsigned int interlaced:1;
30 
32 };
33 
34 #endif /* __MATROXFB_CRTC2_H__ */