intel/debug: Add a common INTEL_DEBUG=nohiz option
The GL driver had a driconf option (which doesn't make much sense) and the Vulkan driver had a hand-rolled environment variable. Instead, let's tie both into the INTEL_DEBUG mechanism and unify things. Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
This commit is contained in:
@@ -78,6 +78,7 @@ extern uint64_t INTEL_DEBUG;
|
||||
#define DEBUG_L3 (1ull << 36)
|
||||
#define DEBUG_DO32 (1ull << 37)
|
||||
#define DEBUG_NO_RBC (1ull << 38)
|
||||
#define DEBUG_NO_HIZ (1ull << 39)
|
||||
|
||||
#ifdef HAVE_ANDROID_PLATFORM
|
||||
#define LOG_TAG "INTEL-MESA"
|
||||
|
Reference in New Issue
Block a user