aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/intel-gtt.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2010-09-12 08:04:03 -0400
committerChris Wilson <chris@chris-wilson.co.uk>2010-09-21 06:40:06 -0400
commit0af9e92e779602bdd6d4d19acf63b4802fab91b6 (patch)
treed508f1db16ab519bc197f9691427455963562cfc /include/drm/intel-gtt.h
parentaaa62591199162e6496b4f47cac4f5923bc571d1 (diff)
intel-gtt: clean up gtt size reporting
Consolidate everything in intel-gtt.c and also kill the export of intel_max_stolen. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'include/drm/intel-gtt.h')
-rw-r--r--include/drm/intel-gtt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/intel-gtt.h b/include/drm/intel-gtt.h
index b3aa7ab72d09..d3c81946f613 100644
--- a/include/drm/intel-gtt.h
+++ b/include/drm/intel-gtt.h
@@ -2,8 +2,6 @@
2 2
3#ifndef _DRM_INTEL_GTT_H 3#ifndef _DRM_INTEL_GTT_H
4#define _DRM_INTEL_GTT_H 4#define _DRM_INTEL_GTT_H
5extern int intel_max_stolen; /* from AGP driver */
6
7struct intel_gtt { 5struct intel_gtt {
8 /* Number of stolen gtt entries at the beginning. */ 6 /* Number of stolen gtt entries at the beginning. */
9 unsigned int gtt_stolen_entries; 7 unsigned int gtt_stolen_entries;