summaryrefslogtreecommitdiff
path: root/overlay/gpu-perf.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2017-05-10 15:06:44 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2017-05-10 15:07:54 +0100
commit959b0c2d4a9b0b04da6f0bf26c881cc6c7006e8c (patch)
tree810e5abbdcfd10ddbf1f9719466822ccd172ecf0 /overlay/gpu-perf.h
parentef430bd6394b5e51d7474996b9599f726115911a (diff)
overlay: Convert to per-context seqno tracking
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'overlay/gpu-perf.h')
-rw-r--r--overlay/gpu-perf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/overlay/gpu-perf.h b/overlay/gpu-perf.h
index 0d869869..6c81e62b 100644
--- a/overlay/gpu-perf.h
+++ b/overlay/gpu-perf.h
@@ -61,6 +61,7 @@ struct gpu_perf {
struct gpu_perf_time {
struct gpu_perf_time *next;
struct gpu_perf_comm *comm;
+ uint32_t context;
uint32_t seqno;
uint64_t time;
} *wait[MAX_RINGS];