mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
correct a mistyping for testdisplay
For testing all mode, the sleep time should be sleep_between_modes Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
28032382bc
commit
dac602b7b3
@ -606,7 +606,7 @@ set_mode(struct connector *c)
|
||||
}
|
||||
|
||||
if (sleep_between_modes && test_all_modes)
|
||||
sleep(5);
|
||||
sleep(sleep_between_modes);
|
||||
}
|
||||
|
||||
drmModeFreeEncoder(c->encoder);
|
||||
|
Loading…
x
Reference in New Issue
Block a user