mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-22 15:26:21 +00:00
tests/gem_concurrent_blit: Fix indent
Thrown up my brain's parser for a moment ;-) Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
This commit is contained in:
parent
fbcc7ba20f
commit
6011508afe
@ -755,7 +755,7 @@ run_basic_modes(const struct access_mode *mode,
|
|||||||
dst[i] = mode->create_bo(bufmgr, width, height);
|
dst[i] = mode->create_bo(bufmgr, width, height);
|
||||||
}
|
}
|
||||||
dummy = mode->create_bo(bufmgr, width, height);
|
dummy = mode->create_bo(bufmgr, width, height);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* try to overwrite the source values */
|
/* try to overwrite the source values */
|
||||||
igt_subtest_f("%s-%s-overwrite-source-one%s%s", mode->name, p->prefix, suffix, h->suffix) {
|
igt_subtest_f("%s-%s-overwrite-source-one%s%s", mode->name, p->prefix, suffix, h->suffix) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user