Skip to content

Commit

Permalink
nvatiming: fix perf counters for maxwell
Browse files Browse the repository at this point in the history
  • Loading branch information
karolherbst committed Apr 3, 2016
1 parent 2ab422b commit 9213c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nva/nvatiming.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ int main(int argc, char **argv)
}

if (print_filter & NVATIMING_PRINT_COUNTERS) {
if (card->chipset.card_type == 0xc0) {
if (card->chipset.card_type >= 0xc0) {
time_pcounter_nvc0(cnum);
printf("\n");
} else if (card->chipset.chipset >= 0x84){
Expand Down

0 comments on commit 9213c62

Please sign in to comment.