mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 18:06:13 +00:00
igt/gem_exec_blt: Prevent assertion failure when running as a test load
gem_exec_blt is used by other scripts to provide a background load, for example by drv_missed_irq. This mode doesn't act like a normal test and igt complains bitterly about it. Let's just ignore igt here. References: https://bugs.freedesktop.org/show_bug.cgi?id=88041 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
8938e1ed47
commit
e8457edba6
@ -381,7 +381,7 @@ int main(int argc, char **argv)
|
|||||||
if (object_size)
|
if (object_size)
|
||||||
run((object_size + 3) & -4, false);
|
run((object_size + 3) & -4, false);
|
||||||
}
|
}
|
||||||
return 0;
|
_exit(0); /* blergh */
|
||||||
}
|
}
|
||||||
|
|
||||||
igt_fixture {
|
igt_fixture {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user