Skip to content

freedreno/a6xx: fix primitive counters debug output

Each counter spans two regs: LO and HI

This also fixes compilation when DEBUG_COUNTERS is enabled.

As a related thing, static const unsigned counter_count = 1; down below means that we copy only low part of the counter, shouldn't it be 2 to copy all of it? (Blob does copy 2).

Edited by Danylo Piliaiev

Merge request reports