mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 01:46:14 +00:00
gem_stress: disable fence storm when only using untiled buffers
This explains why gem_stress -u worked beforehand - the rendercpy was not actually used! Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
7250328bb8
commit
fde66f9bf4
@ -317,7 +317,8 @@ static void next_copyfunc(int tile)
|
||||
return;
|
||||
}
|
||||
|
||||
if (copyfunc_seq % 61 == 0) {
|
||||
if (copyfunc_seq % 61 == 0
|
||||
&& options.forced_tiling != I915_TILING_NONE) {
|
||||
if (tile == options.trace_tile)
|
||||
printf(" using fence storm\n");
|
||||
fence_storm = num_fences;
|
||||
|
Loading…
x
Reference in New Issue
Block a user