mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-13 09:22:59 +00:00
tests/kms_flip: don't die on stdin input
Seems to be a leftover from fliptest ... Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -812,7 +812,6 @@ static unsigned int wait_for_events(struct test_output *o)
|
||||
timeout.tv_sec *= 10;
|
||||
|
||||
FD_ZERO(&fds);
|
||||
FD_SET(0, &fds);
|
||||
FD_SET(drm_fd, &fds);
|
||||
ret = select(drm_fd + 1, &fds, NULL, NULL, &timeout);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user