mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 13:52:54 +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:
@@ -126,7 +126,6 @@ static int check_ring(drm_intel_bufmgr *bufmgr,
|
||||
|
||||
src.stride = 4 * width;
|
||||
src.tiling = 0;
|
||||
src.data = src.cpu_mapping = NULL;
|
||||
src.size = 4 * width * height;
|
||||
src.num_tiles = 4 * width * height;
|
||||
dst = tmp = src;
|
||||
|
||||
Reference in New Issue
Block a user