agp/intel: Add actual definitions of the Sandybridge PTE caching bits.
[deliverable/linux.git] / drivers / char / agp / intel-agp.h
index 2547465d46584e15c8993086e2546f78872055de..c05e3e518268ac3cab497970f55371cc2c06acba 100644 (file)
 #define I810_PTE_LOCAL         0x00000002
 #define I810_PTE_VALID         0x00000001
 #define I830_PTE_SYSTEM_CACHED  0x00000006
+/* GT PTE cache control fields */
+#define GEN6_PTE_UNCACHED      0x00000002
+#define GEN6_PTE_LLC           0x00000004
+#define GEN6_PTE_LLC_MLC       0x00000006
+#define GEN6_PTE_GFDT          0x00000008
+
 #define I810_SMRAM_MISCC       0x70
 #define I810_GFX_MEM_WIN_SIZE  0x00010000
 #define I810_GFX_MEM_WIN_32M   0x00010000
This page took 0.041482 seconds and 5 git commands to generate.