mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-26 19:20:16 +01:00
modetest: Don't sleep when just dumping state, wait for key for modeset.
This commit is contained in:
parent
669fde3472
commit
2c113a1b15
1 changed files with 1 additions and 3 deletions
|
|
@ -486,11 +486,9 @@ int main(int argc, char **argv)
|
|||
|
||||
if (count > 0) {
|
||||
set_mode(con_args, count);
|
||||
sleep(3);
|
||||
getchar();
|
||||
}
|
||||
|
||||
sleep(3);
|
||||
|
||||
drmModeFreeResources(resources);
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue