summaryrefslogtreecommitdiff
path: root/lib/intel_batchbuffer.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-22 18:04:52 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-22 18:04:52 +0100
commit43b7aa44fdc8dee372f6d0766e953da0a36de25a (patch)
treee8c476a93bdb52130a37c2e9b341d87bd00441a1 /lib/intel_batchbuffer.h
parent53a4d9e982420e8a921ecf7b9542adbd3586317c (diff)
lib/intel_batchbuffer: drop cpu_mapping from igt_buf
It's unused. There's still num_tiles getting in the way of things, but that is used by gem_stress a bit. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/intel_batchbuffer.h')
-rw-r--r--lib/intel_batchbuffer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/intel_batchbuffer.h b/lib/intel_batchbuffer.h
index 3daf33cd..6a65f6f7 100644
--- a/lib/intel_batchbuffer.h
+++ b/lib/intel_batchbuffer.h
@@ -201,7 +201,6 @@ struct igt_buf {
uint32_t stride;
uint32_t tiling;
uint32_t *data;
- uint32_t *cpu_mapping;
uint32_t size;
unsigned num_tiles;
};