intel: Add INTEL_DEBUG=nofc for disabling fast clears
Reviewed-by: Rafael Antognolli <rafael.antognolli@intel.com>
This commit is contained in:
@@ -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 }
|
||||
};
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user