mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
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:
parent
f395057a82
commit
ebea075feb
1 changed files with 0 additions and 2 deletions
|
|
@ -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++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue