Skip to content

Commit

Permalink
Merge pull request #960 from w8jcik/fix/pre-snb-intel-gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
aristocratos authored Nov 8, 2024
2 parents df3f052 + cebf710 commit a049e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linux/intel_gpu_top/intel_gpu_top.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ static int get_num_gts(uint64_t type)

errno = 0;
for (cnt = 0; cnt < MAX_GTS; cnt++) {
fd = igt_perf_open(type, __I915_PMU_REQUESTED_FREQUENCY(cnt));
fd = igt_perf_open(type, __I915_PMU_INTERRUPTS(cnt));
if (fd < 0)
break;

Expand Down

0 comments on commit a049e95

Please sign in to comment.