summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/broadcom/common/v3d_debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/broadcom/common/v3d_debug.c b/src/broadcom/common/v3d_debug.c
index 630bfe0fc25..4fe86980188 100644
--- a/src/broadcom/common/v3d_debug.c
+++ b/src/broadcom/common/v3d_debug.c
@@ -52,6 +52,7 @@ static const struct debug_control debug_control[] = {
{ "fs", V3D_DEBUG_FS},
{ "vs", V3D_DEBUG_VS},
{ "cs", V3D_DEBUG_CS},
+ { "always_flush", V3D_DEBUG_ALWAYS_FLUSH},
{ NULL, 0 }
};