radv: fix selecting the first active CU when profiling with SQTT

Fixes: d26bcc0f5c ("radv: always select the first active CU when profiling with SQTT")
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/12167>
This commit is contained in:
Samuel Pitoiset 2021-08-02 14:27:11 +02:00 committed by Marge Bot
parent f395057a82
commit ebea075feb
1 changed files with 0 additions and 2 deletions

View File

@ -625,8 +625,6 @@ radv_get_thread_trace(struct radv_queue *queue, struct ac_thread_trace *thread_t
? (first_active_cu / 2)
: first_active_cu;
thread_trace_se.compute_unit = 0;
thread_trace->traces[thread_trace->num_traces] = thread_trace_se;
thread_trace->num_traces++;
}