mirror of
https://github.com/aristocratos/btop.git
synced 2026-06-11 17:24:22 -04:00
Merge pull request #960 from w8jcik/fix/pre-snb-intel-gpu
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user