intel: add INTEL_DEBUG=capture-all to capture everything upon hang

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewd-by: Jordan Justen <jordan.l.justen@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18977>
This commit is contained in:
Lionel Landwerlin
2022-10-06 00:34:52 +03:00
committed by Marge Bot
parent 650880105e
commit 1964899c28
6 changed files with 19 additions and 4 deletions
+1
View File
@@ -93,6 +93,7 @@ static const struct debug_control debug_control[] = {
{ "task", DEBUG_TASK },
{ "mesh", DEBUG_MESH },
{ "stall", DEBUG_STALL },
{ "capture-all", DEBUG_CAPTURE_ALL },
{ NULL, 0 }
};