https://bugs.freedesktop.org/show_bug.cgi?id=110320
Bug ID: 110320 Summary: Improve igt_assert for timing checks Product: DRI Version: XOrg git Hardware: Other OS: All Status: NEW Severity: enhancement Priority: medium Component: IGT Assignee: dri-devel@lists.freedesktop.org Reporter: daniel@ffwll.ch
We have a lot of timing checks to make sure something happened in a desired intervall, especially around vblank/flip timestamps. Debugging those is really hard, best option to get started is to dump the ftrace flight recorder of what happened (likely shedding some lights on where we stalled).
Could be useful to roll that into an igt_assert_timing macro to do automatically on assert failures.
https://bugs.freedesktop.org/show_bug.cgi?id=110320
Martin Peres martin.peres@free.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |MOVED Status|NEW |RESOLVED
--- Comment #1 from Martin Peres martin.peres@free.fr --- -- GitLab Migration Automatic Message --
This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.
You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/18.
dri-devel@lists.freedesktop.org