intel/debug: allow silencing CL warnings

Useful for CI and users previously aware of the warning.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Signed-off-by: David Heidelberg <david@ixit.cz>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29691>
This commit is contained in:
David Heidelberg
2024-06-09 21:50:32 -07:00
committed by Marge Bot
parent da47c0ed65
commit decc040abe
4 changed files with 5 additions and 1 deletions
+1
View File
@@ -107,6 +107,7 @@ static const struct debug_control debug_control[] = {
{ "bat-stats", DEBUG_BATCH_STATS },
{ "reg-pressure", DEBUG_REG_PRESSURE },
{ "shader-print", DEBUG_SHADER_PRINT },
{ "cl-quiet", DEBUG_CL_QUIET },
{ NULL, 0 }
};