mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
5ef806bb5d
The crucial trick to reproduce the bug is that we need to have a decent pile of active bos to retire. Because we unref the bo after having it moved off the active list, our recursion depth in fdo bug #42180 is limited by the number of active objects that can retire at the same time. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=42180 Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>