v3d: Add missing always_flush debug flag.

The #define existed and was checked in the driver.
This commit is contained in:
Eric Anholt 2018-06-18 15:00:04 -07:00
parent 9b1cb50ba4
commit 07b243674f
1 changed files with 1 additions and 0 deletions

View File

@ -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 }
};