summaryrefslogtreecommitdiff
path: root/overlay/gpu-perf.h
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/gpu-perf.h')
-rw-r--r--overlay/gpu-perf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/overlay/gpu-perf.h b/overlay/gpu-perf.h
index 3e363fb7..0d869869 100644
--- a/overlay/gpu-perf.h
+++ b/overlay/gpu-perf.h
@@ -28,7 +28,7 @@
#include <stdint.h>
#include <stdbool.h>
-#define MAX_RINGS 4
+#define MAX_RINGS 16
struct gpu_perf {
const char *error;
@@ -50,7 +50,7 @@ struct gpu_perf {
char name[256];
pid_t pid;
bool active;
- int nr_requests[4];
+ int nr_requests[MAX_RINGS];
void *user_data;
uint64_t wait_time;