aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorBen Widawsky <ben@bwidawsk.net>2013-01-18 15:30:32 -0500
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-01-20 07:11:11 -0500
commit9c61a32d31a55c8c6e590d83ae5645e14fde09f2 (patch)
tree3e0b76fa2c8b3a598b80e546821f659fae2530e2 /include/drm
parenta81cc00c11ab6816fbcb7dd99a60b50e71765d25 (diff)
drm/i915: Remove scratch page from shared
We already had a mapping in both (minus the phys_addr in AGP). Reviewed-by: Rodrigo Vivi <rodrigo.vivi@gmail.com> Signed-off-by: Ben Widawsky <ben@bwidawsk.net> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/intel-gtt.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/drm/intel-gtt.h b/include/drm/intel-gtt.h
index 1747aa095f41..c787ee4c4c07 100644
--- a/include/drm/intel-gtt.h
+++ b/include/drm/intel-gtt.h
@@ -13,9 +13,6 @@ struct intel_gtt {
13 unsigned int gtt_mappable_entries; 13 unsigned int gtt_mappable_entries;
14 /* Whether i915 needs to use the dmar apis or not. */ 14 /* Whether i915 needs to use the dmar apis or not. */
15 unsigned int needs_dmar : 1; 15 unsigned int needs_dmar : 1;
16 /* Share the scratch page dma with ppgtts. */
17 dma_addr_t scratch_page_dma;
18 struct page *scratch_page;
19 /* needed for ioremap in drm/i915 */ 16 /* needed for ioremap in drm/i915 */
20 phys_addr_t gma_bus_addr; 17 phys_addr_t gma_bus_addr;
21} *intel_gtt_get(void); 18} *intel_gtt_get(void);