mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 06:40:08 +01:00
ac: Remove trailing white space.
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com> Acked-by: Martin Roukala <martin.roukala@mupuf.org> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16702>
This commit is contained in:
parent
7e2874dc93
commit
5e0615c512
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ bool ac_init_spm(const struct radeon_info *info,
|
|||
} else {
|
||||
counter->offset = segment_offset + odd_line_idx *
|
||||
AC_SPM_NUM_COUNTER_PER_MUXSEL + odd_counter_idx;
|
||||
|
||||
|
||||
spm_trace->muxsel_lines[s][odd_line_idx].muxsel[odd_counter_idx] = spm_trace->counters[i].muxsel;
|
||||
if (++odd_counter_idx == AC_SPM_NUM_COUNTER_PER_MUXSEL) {
|
||||
odd_counter_idx = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue