intel: Add INTEL_DEBUG=nofc for disabling fast clears

Reviewed-by: Rafael Antognolli <rafael.antognolli@intel.com>
This commit is contained in:
Caio Marcelo de Oliveira Filho
2019-10-07 17:04:01 -07:00
parent e0d89b90d4
commit d438261e05
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -89,6 +89,7 @@ static const struct debug_control debug_control[] = {
{ "tcs8", DEBUG_TCS_EIGHT_PATCH },
{ "bt", DEBUG_BT },
{ "pc", DEBUG_PIPE_CONTROL },
{ "nofc", DEBUG_NO_FAST_CLEAR },
{ NULL, 0 }
};
+1
View File
@@ -87,6 +87,7 @@ extern uint64_t INTEL_DEBUG;
#define DEBUG_TCS_EIGHT_PATCH (1ull << 43)
#define DEBUG_BT (1ull << 44)
#define DEBUG_PIPE_CONTROL (1ull << 45)
#define DEBUG_NO_FAST_CLEAR (1ull << 46)
/* These flags are not compatible with the disk shader cache */
#define DEBUG_DISK_CACHE_DISABLE_MASK DEBUG_SHADER_TIME