mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
igt/gem_ringfill: Fix basic- reversal
Rushed flipping around the logic to add basic- and forgot to apply the corrected patch. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
87a4d8ab64
commit
f1a3d0d96f
@ -223,7 +223,7 @@ igt_main
|
||||
for (m = modes; m->suffix; m++) {
|
||||
for (e = intel_execution_engines; e->name; e++) {
|
||||
igt_subtest_f("%s%s%s",
|
||||
m->basic && !e->exec_id ? "" : "basic-",
|
||||
m->basic && !e->exec_id ? "basic-" : "",
|
||||
e->name,
|
||||
m->suffix)
|
||||
run_test(fd, e->exec_id | e->flags, m->flags);
|
||||
|
Loading…
x
Reference in New Issue
Block a user