mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 01:46:14 +00:00
flip_test: increase duration for vbl+flip tests with ts check
We need a big enough duration, so the hotplug event's affect doesn't distort our final frame count too much. Without this these tests will exit with a "dropped frames" error. Signed-off-by: Imre Deak <imre.deak@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
554237f351
commit
5fc312e9f1
@ -866,11 +866,11 @@ int main(int argc, char **argv)
|
|||||||
{ 30, TEST_FLIP | TEST_MODESET | TEST_EINVAL, "flip vs modeset" },
|
{ 30, TEST_FLIP | TEST_MODESET | TEST_EINVAL, "flip vs modeset" },
|
||||||
{ 30, TEST_FLIP | TEST_MODESET | TEST_WITH_DUMMY_LOAD, "delayed flip vs modeset" },
|
{ 30, TEST_FLIP | TEST_MODESET | TEST_WITH_DUMMY_LOAD, "delayed flip vs modeset" },
|
||||||
|
|
||||||
{ 5, TEST_FLIP | TEST_VBLANK | TEST_VBLANK_ABSOLUTE |
|
{ 15, TEST_FLIP | TEST_VBLANK | TEST_VBLANK_ABSOLUTE |
|
||||||
TEST_CHECK_TS, "flip vs absolute wf-vblank" },
|
TEST_CHECK_TS, "flip vs absolute wf-vblank" },
|
||||||
{ 5, TEST_FLIP | TEST_VBLANK | TEST_CHECK_TS,
|
{ 15, TEST_FLIP | TEST_VBLANK | TEST_CHECK_TS,
|
||||||
"flip vs wf-vblank" },
|
"flip vs wf-vblank" },
|
||||||
{ 5, TEST_FLIP | TEST_VBLANK | TEST_VBLANK_BLOCK |
|
{ 15, TEST_FLIP | TEST_VBLANK | TEST_VBLANK_BLOCK |
|
||||||
TEST_CHECK_TS, "flip vs blocking wf-vblank" },
|
TEST_CHECK_TS, "flip vs blocking wf-vblank" },
|
||||||
};
|
};
|
||||||
int i;
|
int i;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user