mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 08:56:11 +00:00
igt/gem_concurrent_blit: Pretend tests exist
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
cf569c216b
commit
d627e30c9e
@ -1523,6 +1523,7 @@ run_basic_modes(const char *prefix,
|
|||||||
static void
|
static void
|
||||||
run_modes(const char *style, const struct access_mode *mode, unsigned allow_mem)
|
run_modes(const char *style, const struct access_mode *mode, unsigned allow_mem)
|
||||||
{
|
{
|
||||||
|
if (!igt_only_list_subtests()) {
|
||||||
if (mode->require && !mode->require())
|
if (mode->require && !mode->require())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
@ -1531,6 +1532,7 @@ run_modes(const char *style, const struct access_mode *mode, unsigned allow_mem)
|
|||||||
if (!__intel_check_memory(2*num_buffers, 1024*1024, allow_mem,
|
if (!__intel_check_memory(2*num_buffers, 1024*1024, allow_mem,
|
||||||
NULL, NULL))
|
NULL, NULL))
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
run_basic_modes(style, mode, "", run_single);
|
run_basic_modes(style, mode, "", run_single);
|
||||||
run_basic_modes(style, mode, "-child", run_child);
|
run_basic_modes(style, mode, "-child", run_child);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user