mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-13 02:46:23 +00:00
benchmarks/gem_exec_ctx: Fix fd switching between default contexts
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
bb35716d25
commit
276fb3d3f4
@ -141,7 +141,7 @@ static int loop(unsigned ring, int reps, enum mode mode)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case DEFAULT:
|
case DEFAULT:
|
||||||
fd = fds[count & 1];
|
fd = fds[loops & 1];
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case NOP:
|
case NOP:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user