Subversion Repositories Kolibri OS

Rev

Rev 4103 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4103 Rev 4559
Line 47... Line 47...
47
#define SNB_GMCH_CTRL		0x50
47
#define SNB_GMCH_CTRL		0x50
48
#define    SNB_GMCH_GGMS_SHIFT	8 /* GTT Graphics Memory Size */
48
#define    SNB_GMCH_GGMS_SHIFT	8 /* GTT Graphics Memory Size */
49
#define    SNB_GMCH_GGMS_MASK	0x3
49
#define    SNB_GMCH_GGMS_MASK	0x3
50
#define    SNB_GMCH_GMS_SHIFT   3 /* Graphics Mode Select */
50
#define    SNB_GMCH_GMS_SHIFT   3 /* Graphics Mode Select */
51
#define    SNB_GMCH_GMS_MASK    0x1f
51
#define    SNB_GMCH_GMS_MASK    0x1f
-
 
52
#define    BDW_GMCH_GGMS_SHIFT	6
-
 
53
#define    BDW_GMCH_GGMS_MASK	0x3
-
 
54
#define    BDW_GMCH_GMS_SHIFT   8
-
 
55
#define    BDW_GMCH_GMS_MASK    0xff
Line 52... Line 56...
52
 
56
 
Line 53... Line 57...
53
#define I830_GMCH_CTRL			0x52
57
#define I830_GMCH_CTRL			0x52
54
 
58