From 98572f0446e62eb889f28efe39fc1501e96093c1 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 18 Aug 2013 11:15:08 +0100 Subject: overlay: Count flips per plane Stop the misleading double-accounting of flips when we have multiple displays active. Signed-off-by: Chris Wilson --- overlay/gpu-perf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'overlay/gpu-perf.h') diff --git a/overlay/gpu-perf.h b/overlay/gpu-perf.h index c0e00301..c23d3de5 100644 --- a/overlay/gpu-perf.h +++ b/overlay/gpu-perf.h @@ -11,7 +11,7 @@ struct gpu_perf { int (*func)(struct gpu_perf *, const void *); } *sample; - int flip_complete; + int flip_complete[4]; struct gpu_perf_comm { struct gpu_perf_comm *next; char name[256]; -- cgit v1.2.3