summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCaio Marcelo de Oliveira Filho <[email protected]>2019-10-07 17:04:01 -0700
committerCaio Marcelo de Oliveira Filho <[email protected]>2019-10-09 13:29:26 -0700
commitd438261e0516771740b2e79eaa2f44a49053cc98 (patch)
tree4f166f54823f8ab6cef79b46b846e9f5f1aacf27 /src
parente0d89b90d430e44e08210937558ccbc7701da4ae (diff)
intel: Add INTEL_DEBUG=nofc for disabling fast clears
Reviewed-by: Rafael Antognolli <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/intel/dev/gen_debug.c1
-rw-r--r--src/intel/dev/gen_debug.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/intel/dev/gen_debug.c b/src/intel/dev/gen_debug.c
index a4823286db1..ffed3045485 100644
--- a/src/intel/dev/gen_debug.c
+++ b/src/intel/dev/gen_debug.c
@@ -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 }
};
diff --git a/src/intel/dev/gen_debug.h b/src/intel/dev/gen_debug.h
index edd3f8a66ec..5c3e100e8de 100644
--- a/src/intel/dev/gen_debug.h
+++ b/src/intel/dev/gen_debug.h
@@ -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