radv: enable SQTT instruction timing by default

It seems stable enough to turn it on by default. This replaces
RADV_THREAD_TRACE_PIPELINE by RADV_THREAD_TRACE_INSTRUCTION_TIMING
which is enabled by default.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13477>
This commit is contained in:
Samuel Pitoiset 2021-10-22 09:31:00 +02:00 committed by Marge Bot
parent 7fd414ec84
commit 74e625f057
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
bool
radv_is_instruction_timing_enabled(void)
{
return getenv("RADV_THREAD_TRACE_PIPELINE");
return debug_get_bool_option("RADV_THREAD_TRACE_INSTRUCTION_TIMING", true);
}
static bool