freedreno/perfcntrs/fdperf: add missing a2xx case in select_counter

Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Reviewed-by: Rob Clark <robdclark@chromium.org>
This commit is contained in:
Jonathan Marek 2019-11-27 10:46:22 -05:00
parent 98d7125b36
commit 080c92e7d4
1 changed files with 1 additions and 0 deletions

View File

@ -442,6 +442,7 @@ select_counter(struct counter_group *group, int ctr, int n)
*/
struct fd_ringbuffer *ring = dev.ring;
switch (dev.chipid >> 24) {
case 2:
case 3:
case 4:
OUT_PKT3(ring, CP_WAIT_FOR_IDLE, 1);