mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 18:06:13 +00:00
lib/display: Add a way to wait at every commit for inspection
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
377f48afe6
commit
da896537b8
@ -1369,6 +1369,9 @@ int igt_display_commit(igt_display_t *display)
|
|||||||
|
|
||||||
LOG_UNINDENT(display);
|
LOG_UNINDENT(display);
|
||||||
|
|
||||||
|
if (getenv("IGT_DISPLAY_WAIT_AT_COMMIT"))
|
||||||
|
igt_wait_for_keypress();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user