From 47eafb3f517e98b9ce4db93b589e4c09be43b2ec Mon Sep 17 00:00:00 2001 From: Pierre-Eric Pelloux-Prayer Date: Tue, 23 Feb 2021 15:12:24 +0100 Subject: [PATCH] radeonsi/sqtt: remove duplicate token MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit V_008D18_REG_INCLUDE_CONTEXT was set twice. Reviewed-by: Marek Olšák Part-of: --- src/gallium/drivers/radeonsi/si_sqtt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/radeonsi/si_sqtt.c b/src/gallium/drivers/radeonsi/si_sqtt.c index ffa8c47..d90ed2e 100644 --- a/src/gallium/drivers/radeonsi/si_sqtt.c +++ b/src/gallium/drivers/radeonsi/si_sqtt.c @@ -108,7 +108,6 @@ si_emit_thread_trace_start(struct si_context* sctx, V_008D18_REG_INCLUDE_GFXUDEC | V_008D18_REG_INCLUDE_CONTEXT | V_008D18_REG_INCLUDE_COMP | - V_008D18_REG_INCLUDE_CONTEXT | V_008D18_REG_INCLUDE_CONFIG) | S_008D18_TOKEN_EXCLUDE(V_008D18_TOKEN_EXCLUDE_PERF)); -- 2.7.4