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:
committed by
Marge Bot
parent
650880105e
commit
1964899c28
@@ -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 }
|
||||
};
|
||||
|
||||
|
||||
@@ -88,6 +88,7 @@ extern uint64_t intel_debug;
|
||||
#define DEBUG_RT (1ull << 40)
|
||||
#define DEBUG_TASK (1ull << 41)
|
||||
#define DEBUG_MESH (1ull << 42)
|
||||
#define DEBUG_CAPTURE_ALL (1ull << 43)
|
||||
|
||||
#define DEBUG_ANY (~0ull)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user