From 1cfe769c74d1a3a392bf1aaaf5c2dcc8273daf66 Mon Sep 17 00:00:00 2001 From: Zhenyu Wang Date: Tue, 17 Jun 2008 12:39:28 -0700 Subject: Add support for Intel 4 series chipsets. --- src/i810_reg.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/i810_reg.h') diff --git a/src/i810_reg.h b/src/i810_reg.h index e0b0c272..dc4f5e87 100644 --- a/src/i810_reg.h +++ b/src/i810_reg.h @@ -2270,6 +2270,11 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define I915G_GMCH_GMS_STOLEN_64M (0x7 << 4) #define G33_GMCH_GMS_STOLEN_128M (0x8 << 4) #define G33_GMCH_GMS_STOLEN_256M (0x9 << 4) +#define INTEL_GMCH_GMS_STOLEN_96M (0xa << 4) +#define INTEL_GMCH_GMS_STOLEN_160M (0xb << 4) +#define INTEL_GMCH_GMS_STOLEN_224M (0xc << 4) +#define INTEL_GMCH_GMS_STOLEN_352M (0xd << 4) + #define I85X_CAPID 0x44 #define I85X_VARIANT_MASK 0x7 -- cgit v1.2.3