GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / linux / intel-gtt.h
blob1d19ab2afa3998f7c19e56628b6bb51293891a29
1 /*
2 * Common Intel AGPGART and GTT definitions.
3 */
4 #ifndef _INTEL_GTT_H
5 #define _INTEL_GTT_H
7 #include <linux/agp_backend.h>
9 /* This is for Intel only GTT controls.
11 * Sandybridge: AGP_USER_CACHED_MEMORY default to LLC only
14 #define AGP_USER_CACHED_MEMORY_LLC_MLC (AGP_USER_TYPES + 2)
15 #define AGP_USER_UNCACHED_MEMORY (AGP_USER_TYPES + 4)
17 /* flag for GFDT type */
18 #define AGP_USER_CACHED_MEMORY_GFDT (1 << 3)
20 #endif