mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
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>
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user