intel-agp.h (5b2eef966cb2ae307aa4ef1767f7307774bc96ca) intel-agp.h (c97689d8860f086125e7ff9cd730027a0057ca4f)
1/*
2 * Common Intel AGPGART and GTT definitions.
3 */
4#ifndef _INTEL_AGP_H
5#define _INTEL_AGP_H
6
7/* Intel registers */
8#define INTEL_APSIZE 0xb4

--- 80 unchanged lines hidden (view full) ---

89#define G33_GMCH_SIZE_2M (2 << 8)
90#define G4x_GMCH_SIZE_MASK (0xf << 8)
91#define G4x_GMCH_SIZE_1M (0x1 << 8)
92#define G4x_GMCH_SIZE_2M (0x3 << 8)
93#define G4x_GMCH_SIZE_VT_1M (0x9 << 8)
94#define G4x_GMCH_SIZE_VT_1_5M (0xa << 8)
95#define G4x_GMCH_SIZE_VT_2M (0xc << 8)
96
1/*
2 * Common Intel AGPGART and GTT definitions.
3 */
4#ifndef _INTEL_AGP_H
5#define _INTEL_AGP_H
6
7/* Intel registers */
8#define INTEL_APSIZE 0xb4

--- 80 unchanged lines hidden (view full) ---

89#define G33_GMCH_SIZE_2M (2 << 8)
90#define G4x_GMCH_SIZE_MASK (0xf << 8)
91#define G4x_GMCH_SIZE_1M (0x1 << 8)
92#define G4x_GMCH_SIZE_2M (0x3 << 8)
93#define G4x_GMCH_SIZE_VT_1M (0x9 << 8)
94#define G4x_GMCH_SIZE_VT_1_5M (0xa << 8)
95#define G4x_GMCH_SIZE_VT_2M (0xc << 8)
96
97#define GFX_FLSH_CNTL 0x2170 /* 915+ */
98
97#define I810_DRAM_CTL 0x3000
98#define I810_DRAM_ROW_0 0x00000001
99#define I810_DRAM_ROW_0_SDRAM 0x00000001
100
101/* Intel 815 register */
102#define INTEL_815_APCONT 0x51
103#define INTEL_815_ATTBASE_MASK ~0x1FFFFFFF
104

--- 125 unchanged lines hidden ---
99#define I810_DRAM_CTL 0x3000
100#define I810_DRAM_ROW_0 0x00000001
101#define I810_DRAM_ROW_0_SDRAM 0x00000001
102
103/* Intel 815 register */
104#define INTEL_815_APCONT 0x51
105#define INTEL_815_ATTBASE_MASK ~0x1FFFFFFF
106

--- 125 unchanged lines hidden ---