diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2010-09-12 14:04:03 +0200 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-09-21 11:40:06 +0100 |
commit | 0af9e92e779602bdd6d4d19acf63b4802fab91b6 (patch) | |
tree | d508f1db16ab519bc197f9691427455963562cfc /include/drm/intel-gtt.h | |
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/intel-gtt.h')
-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 b3aa7ab72d0..d3c81946f61 100644 --- a/include/drm/intel-gtt.h +++ b/include/drm/intel-gtt.h @@ -2,8 +2,6 @@ #ifndef _DRM_INTEL_GTT_H #define _DRM_INTEL_GTT_H -extern int intel_max_stolen; /* from AGP driver */ - struct intel_gtt { /* Number of stolen gtt entries at the beginning. */ unsigned int gtt_stolen_entries; |