aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2018-06-18 15:00:04 -0700
committerEric Anholt <[email protected]>2018-06-19 09:42:20 -0700
commit07b243674f2358e3e291864062068d1fb049f736 (patch)
tree5caed1bc9138a22bc4e5293afa72d462c0fe3b82 /src
parent9b1cb50ba47346dd8fcb8f2f5d69125d33a4a66e (diff)
v3d: Add missing always_flush debug flag.
The #define existed and was checked in the driver.
Diffstat (limited to 'src')
-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 }
};