diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2010-09-12 08:04:03 -0400 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-09-21 06:40:06 -0400 |
commit | 0af9e92e779602bdd6d4d19acf63b4802fab91b6 (patch) | |
tree | d508f1db16ab519bc197f9691427455963562cfc /include/drm | |
parent | aaa62591199162e6496b4f47cac4f5923bc571d1 (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')
-rw-r--r-- | include/drm/intel-gtt.h | 2 |
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 |
5 | extern int intel_max_stolen; /* from AGP driver */ | ||
6 | |||
7 | struct intel_gtt { | 5 | struct 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; |