intel: fix stall debug option
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Wed, 4 May 2022 23:37:27 +0000 (02:37 +0300)
committerMarge Bot <emma+marge@anholt.net>
Fri, 6 May 2022 08:27:47 +0000 (08:27 +0000)
Missing the parsing bit.

Fixes: 317512e0387a ("anv/intel: add a new debug flag for stalling after every draw/dispatch")
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16338>

src/intel/dev/intel_debug.c

index 75f8bef..ce4d4e4 100644 (file)
@@ -93,6 +93,7 @@ static const struct debug_control debug_control[] = {
    { "rt",          DEBUG_RT },
    { "task",        DEBUG_TASK },
    { "mesh",        DEBUG_MESH },
+   { "stall",       DEBUG_STALL },
    { NULL,    0 }
 };