From 07b243674f2358e3e291864062068d1fb049f736 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 18 Jun 2018 15:00:04 -0700 Subject: [PATCH] v3d: Add missing always_flush debug flag. The #define existed and was checked in the driver. --- src/broadcom/common/v3d_debug.c | 1 + 1 file changed, 1 insertion(+) 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 } }; -- 2.30.2