mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-16 10:53:00 +00:00
flip_test: drop vblank vs. pan
pageflip vs. pan is interesting since we wait for outstanding flips before updating the fb base address. For vblank absolutely nothing interesting happens.
This commit is contained in:
@@ -846,9 +846,6 @@ int main(int argc, char **argv)
|
||||
{ 30, TEST_VBLANK | TEST_DPMS, "wf-vblank vs dpms" },
|
||||
{ 30, TEST_VBLANK | TEST_DPMS | TEST_WITH_DUMMY_LOAD,
|
||||
"delayed wf-vblank vs dpms" },
|
||||
{ 5, TEST_VBLANK | TEST_PAN, "wf-vblank vs panning" },
|
||||
{ 5, TEST_VBLANK | TEST_PAN | TEST_WITH_DUMMY_LOAD,
|
||||
"delayed wf-vblank vs panning" },
|
||||
{ 30, TEST_VBLANK | TEST_MODESET, "wf-vblank vs modeset" },
|
||||
{ 30, TEST_VBLANK | TEST_MODESET | TEST_WITH_DUMMY_LOAD,
|
||||
"delayed wf-vblank vs modeset" },
|
||||
|
||||
Reference in New Issue
Block a user