iris: Implement INTEL_DEBUG=pc for pipe control logging.
[mesa.git] / src / intel / dev / gen_debug.c
index b0d0d1a574a9dd2cc6f30d9fa9acf24df75498e1..a4823286db16d81538407a0e9da77c1d342426d6 100644 (file)
@@ -86,6 +86,9 @@ static const struct debug_control debug_control[] = {
    { "color",       DEBUG_COLOR },
    { "reemit",      DEBUG_REEMIT },
    { "soft64",      DEBUG_SOFT64 },
+   { "tcs8",        DEBUG_TCS_EIGHT_PATCH },
+   { "bt",          DEBUG_BT },
+   { "pc",          DEBUG_PIPE_CONTROL },
    { NULL,    0 }
 };