aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/intel-gtt.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2010-11-05 13:04:52 -0400
committerChris Wilson <chris@chris-wilson.co.uk>2010-11-23 15:14:43 -0500
commit23ed992a5ebe6964ebe312b54142fbc5e8185cdc (patch)
treec8ee2fa6f6a51fb1d0b43f19ec15dcc482b914ef /include/linux/intel-gtt.h
parentff26860fb53f2dcfaaaf1bf017b09dbdfddff5ee (diff)
drm/i915|intel-gtt: consolidate intel-gtt.h headers
... and a few other defines. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'include/linux/intel-gtt.h')
-rw-r--r--include/linux/intel-gtt.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/linux/intel-gtt.h b/include/linux/intel-gtt.h
deleted file mode 100644
index 1d19ab2afa39..000000000000
--- a/include/linux/intel-gtt.h
+++ /dev/null
@@ -1,20 +0,0 @@
1/*
2 * Common Intel AGPGART and GTT definitions.
3 */
4#ifndef _INTEL_GTT_H
5#define _INTEL_GTT_H
6
7#include <linux/agp_backend.h>
8
9/* This is for Intel only GTT controls.
10 *
11 * Sandybridge: AGP_USER_CACHED_MEMORY default to LLC only
12 */
13
14#define AGP_USER_CACHED_MEMORY_LLC_MLC (AGP_USER_TYPES + 2)
15#define AGP_USER_UNCACHED_MEMORY (AGP_USER_TYPES + 4)
16
17/* flag for GFDT type */
18#define AGP_USER_CACHED_MEMORY_GFDT (1 << 3)
19
20#endif