intel: fix stall debug option

Missing the parsing bit.

Fixes: 317512e038 ("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>
This commit is contained in:
Lionel Landwerlin 2022-05-05 02:37:27 +03:00 committed by Marge Bot
parent cfec9a55ea
commit 969512d696
1 changed files with 1 additions and 0 deletions

View 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 }
};