From: Eric Anholt Date: Mon, 18 Jun 2018 22:00:04 +0000 (-0700) Subject: v3d: Add missing always_flush debug flag. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=07b243674f2358e3e291864062068d1fb049f736;p=mesa.git v3d: Add missing always_flush debug flag. The #define existed and was checked in the driver. --- 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 } };